Supabase
The PostgreSQL database platform used for structured data storage, including event data, kanban state, and scraper outputs.
Supabase provides the relational data layer for Knowledge OS. Newsletter event data flows through scrapers into Supabase tables, where it is queried by generation skills to produce weekly newsletters. The kanban task system uses dual-write to both Supabase (SQL-queryable) and local JSONL files (git audit trail). Supabase PostgREST has a specific gotcha: neq.expired filters silently exclude NULL values, which caused 63+ future events to disappear in production. That incident led to a permanent memory entry about NULL handling. Migrations live in the shared data pipeline directory and follow a numbered prefix convention.
Where it shows up:
Related Terms
Architecture
Beehiiv
The email newsletter platform used for distributing generated newsletters, with specific HTML constr...
Architecture
Pipedream
A workflow automation platform used to trigger Knowledge OS agents on schedules or in response to ex...
Architecture
Knowledge Graph
The relationship layer connecting 889+ documents across 8 workstreams with bidirectional links, meta...