Skip to content

impel-intelligence/dippy-studio-bittensor-orchestrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

just_orchestrator

This repository hosts the orchestration layer that coordinates miners, validators, and auxiliary services. The development workflow runs entirely in Docker and uses FastAPI for the HTTP interface.

Quick Start

  • Copy .env.example to .env and fill in the required secrets.
  • Start the dev stack: just up. To skip rebuilding images use just local.
  • Confirm services are healthy:
    • Orchestrator API: http://localhost:42169/health
    • Jobrelay API: http://localhost:8181/health
    • Stub miner API: http://localhost:8765/
  • Tail logs with just devlogs (or just orclogs for orchestrator-only).

Tests

  • Unit tests (containerized): docker compose -f docker-compose-local.yml run --rm orchestrator-dev pytest orchestrator/tests -q.
  • Functional tests (against the running stack): see AGENTS.md for the full workflow.
  • Integration tests that rely on a dedicated Postgres instance are documented in INTERNAL.md.

Database Migrations

  • Run DATABASE_URL="postgres://..." just db-migrate to build the Atlas image and apply migrations.
  • Additional Atlas commands and automation guidance live in database/instructions.md.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages