- A file explorer for data warehouses. ⚡️ Powered by DataFusion.
- View/explore the structure of a file system (local or remote)
- Connect to remote file systems (S3 compatible object stores)
- Select files and dirs and create a table from them
- View the schema of the table you created
- Query the tables you've created using SQL
- (Planned) View the schema of a file and its metadata
- (Planned) Save queries to be run again later
- (Planned) Export query results
- (Planned) View query progress
- When creating a table, all dirs/files should use a common schema
- This is a tauri desktop application that utilizes Next.js for the UI
- Start the development application with
cargo tauri dev
- Assumes you have followed the steps to get tauri configured on your machine

