Skip to content

a tool that makes it effortless to transform and explore your datasets with SQL, powered by DuckDB

License

Notifications You must be signed in to change notification settings

medriscoll/rill-developer

 
 

Repository files navigation

Rill Developer (tech preview)

Rill Developer is a tool that makes it effortless to transform your datasets with SQL. It's not just a SQL GUI! Rill Developer follows a few guiding principles:

  • no more data analysis "side-quests" – helps you build intuition about your dataset through automatic profiling
  • no "run query" button required – responds to each keystroke by re-profiling the resulting dataset
  • works with your local datasets – imports and exports Parquet and CSV
  • feels good to use – powered by Sveltekit & DuckDB = conversation-fast, not wait-ten-seconds-for-result-set fast

It's best to show and not tell, so here's a little preview of Rill Developer:

RillDeveloper

we want to hear from you if you have any questions or ideas to share

You can file an issue directly in this repository or reach us in our Rill discord channel. Please abide by the rill community policy.

pick an install option:

quick start a new project

You can create and augment your own projects in Rill Developer using the CLI. Every project starts by initializing the experience. Once initialized, you can ingest data into the project and start the UI.

rill init
rill import-source /path/to/data_1.parquet
rill start

more information

See our documentation for more information.

legal

By downloading and using our application you are agreeing to the Rill Terms of Service and Privacy Policy.

About

a tool that makes it effortless to transform and explore your datasets with SQL, powered by DuckDB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 62.1%
  • Svelte 35.4%
  • JavaScript 1.5%
  • Shell 0.4%
  • CSS 0.4%
  • Dockerfile 0.1%
  • HTML 0.1%