I look for the fastest way to:
- Isolate user's data, e.g. by foreign key like user_id
- Allow easy conect via common SQL engines, e.g. POSTGRESQL, MySQL, BigQuery, ..., Google Sheets
The aim is to allow SaaS customers to export their data fast. I have considered https://github.com/cenit-io/cenit but I don't know if it's a good choice. Perfectly, the solution should provide basic frontend.