Local SQL archive
SQLite
A local video archive that sqlite3 can query.
- archive
- compliance
Postgres
Full-blown SQL archive with auto-schema creation.
- archive
- search
- compliance
MongoDB
Runs and frames written into MongoDB collections.
- archive
- search
ClickHouse
Columnar OLAP archive — one row per run, JSONEachRow over HTTP.
- archive
- search
- compliance
DuckDB
Embedded analytics — local .duckdb file you can query with SQL.
- archive
- search
Snowflake
Insert each run into a Snowflake table via the SQL API — enterprise data warehouse.
- archive
- search
- analytics
BigQuery
Stream each run into a BigQuery table via the insertAll API — Google's data warehouse.
- archive
- search
- analytics
Algolia
Index every run into an Algolia index for instant typo-tolerant search.
- archive
- search
Databricks
Insert each run into a Databricks Delta table via the Statement Execution API.
- archive
- search
- analytics
Cassandra / Astra
Insert each run into a Cassandra or DataStax Astra table via the Stargate REST API.
- archive
- search