DEV Community

Cover image for BINLFOW is a time-labeled binary framework for AI, EVs, and neurotech, projecting $215B impact.
Peace Thabiwa
Peace Thabiwa

Posted on

BINLFOW is a time-labeled binary framework for AI, EVs, and neurotech, projecting $215B impact.

SageWorks BINLFOW

Setup

  1. Install PostgreSQL 14+ and Python 3.10+.
  2. createdb binflow and psql -d binflow -f binflow_schema.sql.
  3. pip install -r requirements.txt.

Run Demo

export BINFLOW_DSN="dbname=binflow user=postgres password=postgres"
python demo.py

Queries

  • Last 24h mix: SELECT stream_id, tag, COUNT(*) FROM event WHERE t >= now() - interval '24 hours' GROUP BY stream_id, tag;
  • Explainability: See api.py for joins.

License

MIT

Top comments (0)