What's Changed
- Completely rewritten frontend
- Fixed tons of reactivity issues in the previous one
- Switched to Typescript for better structure and stable code
- Revamped query building & visualizing experience
- Improved data exploration and traceability
- Improved dashboards filtering
- Completely rewritten backend
- Replaced
SQLAlchemy
withibis-framework
- Built for analysis workflows
- Automatic query chaining and optimization
- Single API for 20+ connectors
- Removes 80% of the DB connection handling & query building code
- Implemented basic data warehousing (data store)
- Store table data into
parquet
files and query them usingduckdb
- Store table data into
- Replaced