Orbit Logo
Solutions/Orbit Hosted/Configurations

Architecture

Orbit is composed of modular services for AI, data, and orchestration:

  • Backend: Python services for AI, orchestration, and API endpoints.
  • Frontend: Next.js app for user interaction and dashboards.
  • Database: Postgres with vector extension for AI workloads.
  • Infrastructure: Docker Compose for local development; AWS for cloud deployments.

Cloud Endpoints

Observability

Design Docs

Convert README.md to HTML/PDF with Pandoc:

pandoc -s -f markdown ./README.md -o ./readme.html -c ./docs/theme.css --metadata title="JFI AI POC"

Last updated on