Kanaries / Rath

Next generation of automated data exploratory analysis and visualization platform.
https://kanaries.net
GNU Affero General Public License v3.0
4.29k stars 335 forks source link

Supporting SQLite as a data source? #278

Open Icantjuddle opened 1 year ago

Icantjuddle commented 1 year ago

Given that file uploads are supported as are SQL databases, I'm wondering if the two could be combined to allow such analysis on SQLite database files?

ObservedObserver commented 1 year ago

Interesting idea, I think it can be implemented with sql.js or duckDB-wasm. I will have some research and work on it soon.