|
|
|
|
|
by crabmusket
275 days ago
|
|
Something I have been considering is a ETL pipeline that, for each customer in our system, writes only their data to a SQLite file. Then, just expose a full SQLite query facility on that file. This only works when your customers are of a reasonable size (e.g. small businesses or individuals) but could provide arbitrary analytics power. It's also a safe target for AIs to write sql against, if you're into that sort of thing. |
|