"Oriza" — Latin for Rice, the foundation commodity of civilization.
A next-generation Commodity Dashboard that brings together all the data, insights, and analytics traders need to make smarter, faster trading decisions.
Oriza is a Bloomberg-like terminal for the commodities world, starting with energy (Natural Gas, Crude, etc.) and extending to agriculture, metals, and beyond.
The platform ingests market data, supply-demand drivers, weather, alternative data, and macro events into one real-time, customizable dashboard.
Built for traders, analysts, and researchers, Oriza combines:
- Supply, storage, pipeline & shipping data.
- Weather forecasts & demand-side models.
- News & sentiment pipelines (RSS, APIs, Scrapy + Playwright).
- AI-driven analytics, forecasting & scenario testing.
- Real-time Market Data
- OHLC charts, forward curves, options chains (planned).
- Supply & Demand
- Storage levels, production stats, rig counts, pipeline & LNG flows.
- Alternative Data
- Satellite flaring, port congestion, crop NDVI indices, sentiment analysis.
- Macro & Events
- Currency (DXY), interest rates, inflation, OPEC/EIA events calendar.
- News & Sentiment
- Real-time news ingestion pipeline with deduplication, AI summaries, and sentiment scoring.
- Analytics
- Correlation matrices, volatility surfaces, scenario simulators.
- Workspaces
- Bloomberg-like user dashboards with customizable layouts and widgets.
- Alerts & Reports
- Custom conditions (price/storage/weather) with push/email/websocket delivery.
- One-click PDF/Excel reports.
git clone https://github.com/your-username/oriza.git
cd orizai. Backend API
cd backend
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
createdb oriza
alembic upgrade head
uvicorn app.main:app --reloadVisit http://localhost:8000/docs for API docs.
ii. Frontend
cd project
npm i
npm run devVisit http://localhost:5173/ for frontend preview.
🤝 Contributing
- Contributions are welcome!
- Open issues for bugs & feature requests.
- PRs should follow Conventional Commits
🌾 Oriza — Foundation for Commodity Intelligence
