Skip to content
/ Oriza Public

Latin for rice (foundation commodity of civilization) - A commodity dashboard that brings all the trading information traders need for taking decision for their trade.

Notifications You must be signed in to change notification settings

Anknoit/Oriza

Repository files navigation

Oriza Banner

🌾 Oriza

"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.

FastAPI Postgres Scrapy React Alembic


📖 Overview

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.

Features

  • 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.

🚀 Getting Started

1. Clone Repo

git clone https://github.com/your-username/oriza.git
cd oriza

i. 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 --reload

Visit http://localhost:8000/docs for API docs.

ii. Frontend

cd project
npm i
npm run dev

Visit 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

About

Latin for rice (foundation commodity of civilization) - A commodity dashboard that brings all the trading information traders need for taking decision for their trade.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published