Complete reference for distributed AI infrastructure with database connectivity
v3.0.4Cluster orchestration and management. Handles node registration, job scheduling, license validation, and provides the management dashboard.
Tiers: Primary, Secondary, Tertiary
Binary: eldric-multiapi
Intelligent request routing with AI-powered decisions. Routes requests to appropriate workers based on content, model requirements, and load.
Features: Theme detection, model specialization, load balancing, streaming support
Binaries:
eldric-routerd - Dedicated router daemon (recommended)eldric-multiapi --router - Router mode in controllerHandles AI inference requests via multiple backends: Ollama, vLLM, TGI, llama.cpp, Triton, TensorFlow Serving.
Tiers: Core (GPU), Standard, Edge
Binary: eldric-workerd
Database connectivity for AI workers. Connection pooling with health checks. Supports PostgreSQL, MySQL, SQLite, IBM DB2.
Features: Connection pooling, schema discovery, parameterized queries
Binary: eldric-datad
Edge/CDN gateway for caching, SSL termination, and request optimization at the network edge.
Features: Caching, compression, geo-routing
Binary: eldric-edge
Single machine for local development and testing
Global deployment with regional controllers
IBM z/OS DB2 connectivity via DRDA
AI-powered theme detection and model selection
Combine data from multiple enterprise databases for AI-powered analysis:
| Component | Default Port | Protocol | Purpose |
|---|---|---|---|
| Controller | 8880 |
HTTP/REST | Cluster API, Dashboard, Node Registration |
| Router | 8881 |
HTTP/REST | Request Routing, Load Balancing |
| AI Worker | 8890 |
HTTP/REST | LLM Inference, Tool Execution |
| Data Worker | 8895 |
HTTP/REST | Database Queries, Schema Discovery |
| Edge Server | 8080 |
HTTP/HTTPS | CDN, SSL Termination, Caching |
| Backend | Port | Notes |
|---|---|---|
| Ollama | 11434 | Local LLM runtime |
| vLLM | 8000 | OpenAI-compatible API |
| TGI | 8080 | HuggingFace Text Generation |
| llama.cpp | 8081 | Native GGUF serving |
| Triton | 8000-8002 | NVIDIA multi-framework |
| TensorFlow Serving | 8501 | TensorFlow models |