Rill Developer is a tool that makes it effortless to transform your datasets with SQL
5.4K
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:
It's best to show and not tell, so here's a little preview of Rill Developer:

You can file an issue directly in this repository or reach us in our Rill Discord channel. Please abide by the Rill Community Policy.
Run the rill-developer using docker compose. Use this docker-compose.yml to start
docker compose up
Check http://localhost:8080/
By default, it will create a project rill-developer-example under ./projects
To create a new project, update PROJECT in docker-compose.yml.
Copy over any file to import into ./projects/${PROJECT}/data/
docker exec -it rill-developer /bin/bash
rill-developer import-table ${PROJECT_BASE}/${PROJECT}/data/<fileName> \
--project ${PROJECT_BASE}/${PROJECT}
Content type
Image
Digest
sha256:fcda43770…
Size
662.8 MB
Last updated
almost 4 years ago
docker pull rilldata/rill-developer