This repository holds the db schema and ETL functions for splash.
The database schema is located in /db/schema
. Database functions are in /db
.
ETL requests are cached in a local SQLite db to respect API servers.
This cache is located in /cache
.