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

For ML Engineers & Researchers

For Application Engineers

For DevOps & Platform Teams


πŸ“š Complete Documentation Index

Getting Started

DocumentPurposeWhen to Read
QuickstartEnd-to-end setup guideFirst time setup, demos
Architecture OverviewHigh-level system designUnderstanding components
Audience GuideRole-specific guidanceFinding your starting point

Configuration & Setup

DocumentPurposeWhen to Read
Configuration GuideComplete configuration referenceSetting up models, evaluation, training
Data Logging for AI AppsApplication instrumentationIntegrating your AI application
Dataset ValidationData quality requirementsTroubleshooting data issues

Advanced Topics

DocumentPurposeWhen to Read
Evaluation Types and MetricsUnderstanding resultsInterpreting model performance
Task OrchestrationWorkflow internalsDebugging, customizing workflows
NeMo Platform IntegrationAdvanced NeMo featuresDeep NeMo customization

Deployment & Operations

DocumentPurposeWhen to Read
Production DeploymentKubernetes production setupProduction deployments
Helm InstallationHelm chart deploymentKubernetes with Helm
Scripts GuideUtility scripts referenceDevelopment, maintenance

Reference & Troubleshooting

DocumentPurposeWhen to Read
API ReferenceComplete API documentationBuilding integrations
Limitations & Best PracticesCommon issues and solutionsTroubleshooting, optimization

πŸ—ΊοΈ Common Reading Paths

πŸ†• First-Time Users

  1. Architecture Overview (5 min - understand the big picture)
  2. Quickstart (30 min - get it running)
  3. Audience Guide (choose your role)
  4. Role-specific deep dive documents

πŸ”§ Setting Up for Your Use Case

  1. Configuration Guide (understand all options)
  2. Data Logging for AI Apps (instrument your app)
  3. Dataset Validation (ensure data quality)
  4. API Reference (integrate programmatically)

🏒 Production Deployment

  1. Configuration Guide (plan your setup)
  2. Production Deployment (deployment architecture)
  3. Helm Installation (step-by-step install)
  4. Limitations & Best Practices (avoid common pitfalls)

πŸ”¬ Research & Development

  1. NeMo Platform Integration (advanced features)
  2. Task Orchestration (workflow customization)
  3. Evaluation Types and Metrics (interpret results)
  4. 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! πŸš€