Point it at your data
Postgres, a warehouse, a CSV sitting in your downloads folder — connect it, then just ask for what you need in plain English.
A simple, lightweight data platform for local environments. No accounts, No data collection, No strings attached.
curl -fsSL https://raw.githubusercontent.com/ansh2903/spore/main/docker/docker-compose.hub.yml -o docker-compose.yml
docker compose up -d
open http://localhost:5000
From a raw connection string to a dashboard you'd actually want to share. four steps, zero round trips to the cloud.
Postgres, a warehouse, a CSV sitting in your downloads folder — connect it, then just ask for what you need in plain English.
Preview and filter results, then stream them into Parquet on your own disk via DuckDB — no temp tables left behind on someone else's server.
A real sandboxed Jupyter kernel with Pandas and Plotly on tap — for when "just show me a chart" turns into an afternoon of EDA.
Drag widgets into a dashboard, then export it as a single offline HTML file — open it on a plane, send it over Slack, whatever.
Spore is 100% open-source. Star the repo, pull the Docker image, or contribute. building the most accessible data tool together.