Endpoints

October 17, 2025 ยท View on GitHub

This document describes the configurable endpoints used by the Data Flywheel server and its components.

Core Service Endpoints

Data Storage

  • ELASTICSEARCH_URL: URL for the Elasticsearch service (default: "http://df-elasticsearch:9200")
  • MONGODB_URL: MongoDB service endpoint (default: "mongodb://df-mongodb:27017")
  • REDIS_URL: Redis service endpoint (default: "redis://df-redis-master:6379/0")

NeMo Platform Service Endpoints

Entity Store

Data Store

Customizer

Evaluator

Guardrails

Deployment Management

NIM Proxy

LLM Judge Configuration

Remote LLM Judge (Default)

Data Flywheel Configuration

NMP Integration URLs

Configuration Notes

  1. Endpoints default to internal cluster service names.
  2. Authentication is handled through secrets (NGC API key, NVIDIA API key, HF token).