Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.44 KB

File metadata and controls

41 lines (28 loc) · 1.44 KB

Real-Time ML Pipeline Platform

Production-ready machine learning platform for real-time streaming data processing, model management, and high-performance API serving.

Documentation

Full documentation is available in the docs/ directory.

Features

  • Multi-cloud streaming: Kafka, AWS Kinesis, and GCP Pub/Sub consumers.
  • Feature Store: Low-latency Redis cache with PostgreSQL persistence.
  • Model Serving: High-performance FastAPI server with async support.
  • MLflow Integration: Automated model versioning and registry.
  • Observability: Built-in Prometheus metrics and Grafana dashboards.

Quick Start

# Clone repository
git clone <repository-url>
cd rt-ml-multicloud-platform

# Setup environment
cp ops/envs/.env.example .env

# Run the full end-to-end local demo (starts services, trains models, tests API)
./scripts/demo/demo-local/demo.sh

License

MIT License - see LICENSE file for details.

2026-02-20 21:53