iOpsData is the Cursor for Data Professionals β an AI-native operating system where analysts and engineers can explore, model, and ship data work end-to-end without tool fragmentation.
- π§ Conversational data workbench (NL β SQL, multi-turn chat)
- π§ Lineage & impact analysis for tables and columns
- π Dynamic canvas for charts, tables, and notebooks
- 𧬠Semantic layer ready (metrics as first-class objects)
- π Open & auditable with secure encryption for connections
- Clone
git clone https://github.com/data-iops/iopsdata.git cd iopsdata - Run setup
./scripts/setup.sh
- Configure env
cp .env.example .env
- Start backend
cd backend source .venv/bin/activate uvicorn src.iopsdata.api.main:app --reload --port 8000
- Start frontend
cd frontend npm run dev
Open the app at http://localhost:3000.
- π Docs Home
- π οΈ Installation
- βοΈ Configuration
- π Deployment
- π§± Architecture
- π‘ API
- π€ Contributing
We welcome community contributions! Please read the CONTRIBUTING.md guide.
Apache 2.0. See LICENSE.
Inspired by Cursor and the open-source data community.