A quant-grade, research-first data platform for Indian equity markets built on a modern lakehouse architecture, with a strong emphasis on data correctness, reproducibility, and explainability.
This project is designed as data and research infrastructure, not a trading system.
- 🇮🇳 Indian markets–focused (NSE-only MVP)
- ❄️ Modern lakehouse architecture (Spark + Iceberg + Trino)
- 📚 Bias-safe historical and daily market data pipelines
- 🧪 Reproducible feature engineering & backtesting
- 🤖 AI / LLM-assisted research workflows (assistive, not predictive)
- 💰 Cost-efficient and cloud-portable (DigitalOcean)
- 🧱 Built with open-source–first principles
✅ NSE historical OHLCV data ingestion — complete
✅ Daily incremental data pipeline — complete
🔄 Bronze/Silver lakehouse layers (Iceberg) — in progress
🔄 Transformation pipeline — in progress
⬜ Trino analytics layer — planned
⬜ Feature engineering — planned
⬜ Backtesting framework — planned
This platform aims to:
- Provide reliable, bias-safe NSE market data
- Enable large-scale time-series analytics
- Support reproducible quant research
- Demonstrate Staff-level data platform engineering
- Serve as a reference architecture for Indian market data systems
This project intentionally does NOT:
- Execute trades or place orders
- Claim alpha or profitability
- Perform real-time / tick-level trading
- Integrate with brokers or exchanges
- Act as financial advice
This is a research and infrastructure platform, not a trading product.
- Quant Researchers – bias-safe data, reproducible experiments
- Data / Platform Engineers – ingestion, lakehouse, orchestration design
- ML Engineers – feature consumption, experiment tracking
- Hiring Managers / Interviewers – system design depth & tradeoff clarity
+----------------------+
| NSE Bhavcopy |
+----------+-----------+
|
(Historical + Daily)
|
+------v------+
| Spark |
| Ingestion |
+------+------+
|
Iceberg (Bronze)
|
+----------v-----------+
| Spark Processing |
| (Adjustments, Bias) |
+----------+-----------+
|
Iceberg (Silver)
|
+-----------v------------+
| Trino |
| Analytics & SQL |
+-----------+------------+
|
+-----------------v------------------+
| Features | Backtests | ML | AI |
+------------------------------------+