Data Flywheel Blueprint Documentation
April 16, 2026 Β· View on GitHub
Deprecation notice (Apr 2026): This project is deprecated. It is no longer actively maintained, and new production use is not recommended. The blueprint is retained for reference only.
Welcome to the Data Flywheel Blueprint documentation! This guide helps you navigate our comprehensive documentation to find exactly what you need.
π Quick Start Paths
I want to...
πββοΈ Get up and running quickly β Start with Getting Started (Quickstart)
π§ Configure for my environment
β Jump to Configuration Guide
π’ Deploy in production
β Go to Production Deployment or Helm Installation
π Understand evaluation results
β Read Evaluation Types and Metrics
π Integrate my application
β Check out Data Logging for AI Apps
π¨ Troubleshoot issues
β See Limitations & Best Practices
π₯ Documentation by Role
For Leadership & Product Teams
- Start here: Audience Guide - Leadership
- Key concepts: Architecture Overview
- Success metrics: Evaluation Types and Metrics
For ML Engineers & Researchers
- Start here: Audience Guide - Researchers
- Deep dive: Configuration Guide β NeMo Platform Integration
- Workflow: Task Orchestration
For Application Engineers
- Start here: Audience Guide - App Engineers
- Implementation: Data Logging for AI Apps β Dataset Validation
- API integration: API Reference
For DevOps & Platform Teams
- Start here: Production Deployment
- Installation: Helm Installation
- Operations: Scripts Guide
π Complete Documentation Index
Getting Started
| Document | Purpose | When to Read |
|---|---|---|
| Quickstart | End-to-end setup guide | First time setup, demos |
| Architecture Overview | High-level system design | Understanding components |
| Audience Guide | Role-specific guidance | Finding your starting point |
Configuration & Setup
| Document | Purpose | When to Read |
|---|---|---|
| Configuration Guide | Complete configuration reference | Setting up models, evaluation, training |
| Data Logging for AI Apps | Application instrumentation | Integrating your AI application |
| Dataset Validation | Data quality requirements | Troubleshooting data issues |
Advanced Topics
| Document | Purpose | When to Read |
|---|---|---|
| Evaluation Types and Metrics | Understanding results | Interpreting model performance |
| Task Orchestration | Workflow internals | Debugging, customizing workflows |
| NeMo Platform Integration | Advanced NeMo features | Deep NeMo customization |
Deployment & Operations
| Document | Purpose | When to Read |
|---|---|---|
| Production Deployment | Kubernetes production setup | Production deployments |
| Helm Installation | Helm chart deployment | Kubernetes with Helm |
| Scripts Guide | Utility scripts reference | Development, maintenance |
Reference & Troubleshooting
| Document | Purpose | When to Read |
|---|---|---|
| API Reference | Complete API documentation | Building integrations |
| Limitations & Best Practices | Common issues and solutions | Troubleshooting, optimization |
πΊοΈ Common Reading Paths
π First-Time Users
- Architecture Overview (5 min - understand the big picture)
- Quickstart (30 min - get it running)
- Audience Guide (choose your role)
- Role-specific deep dive documents
π§ Setting Up for Your Use Case
- Configuration Guide (understand all options)
- Data Logging for AI Apps (instrument your app)
- Dataset Validation (ensure data quality)
- API Reference (integrate programmatically)
π’ Production Deployment
- Configuration Guide (plan your setup)
- Production Deployment (deployment architecture)
- Helm Installation (step-by-step install)
- Limitations & Best Practices (avoid common pitfalls)
π¬ Research & Development
- NeMo Platform Integration (advanced features)
- Task Orchestration (workflow customization)
- Evaluation Types and Metrics (interpret results)
- API Reference (programmatic access)
π How Documents Connect
graph TD
A[README.md<br/>Start Here] --> B[Audience Guide<br/>Find Your Role]
A --> C[Quickstart<br/>Get Running]
B --> D[Configuration Guide<br/>Setup Details]
C --> D
D --> E[Data Logging<br/>App Integration]
D --> F[Production Deploy<br/>or Helm Install]
E --> G[Dataset Validation<br/>Data Quality]
E --> H[API Reference<br/>Integration]
F --> I[Scripts Guide<br/>Operations]
F --> J[Best Practices<br/>Troubleshooting]
D --> K[Advanced Topics:<br/>NeMo Integration,<br/>Workflow Orchestration,<br/>Evaluation Metrics]
style A fill:#e1f5fe
style B fill:#f3e5f5
style C fill:#e8f5e8
style D fill:#fff3e0
π€ Getting Help
- Deprecation (Apr 2026): This project is no longer actively maintained; see the notice at the top of this page.
- GitHub Issues: Report bugs or request features
- Documentation Issues: Found something unclear? Let us know!
- Community: Join discussions and share experiences
Ready to get started? Choose your path above or dive into the Quickstart Guide! π