Google Sign-In Required

Use your company Google account to access the BetterFleet private content.

Back to private home

BetterFleet Support Private
Skip to content
BetterFleet Dev Wiki
Overview
Initializing search
    bf-dev
    • Home
    • Product Capabilities
    • Process
    • Current Work
    • System Design
    • Software Reference
    • Operations
    bf-dev
    • Home
      • Overview
      • Manage
      • Overview
      • Product Engineering Workflow
      • Product Engineering Delivery
      • Product Engineering Workflow in Linear
        • GitLab Feature Flags
        • In-App Docs Authoring
        • Release Notes
      • Templates
      • Publishing
      • Workflow Companions
      • Overview
      • Active Artifacts
      • Backlog Artifacts
      • Archived Artifacts
      • Overview
      • Microgrid
      • OSCP
        • Challenge
        • Specification
        • Spec
        • Architecture
        • Overview
        • Script Runtime Model
        • Compose Profiles and Modes
        • Repo Topology
        • CI and Release Integration
        • Overview
          • Scope
          • Service Topology
          • Runtime Characteristics
          • See Also
        • Internal Application Diagrams
          • Overview
          • Web Model
          • Core Model
        • Service Interaction Flows
        • Data and State
          • Index
          • bf-manage-web
          • bf-manage-core
          • bf-manage-connect
          • bf-manage-sitepwrmon
          • bf-manage-incidents
          • bf-telematics
          • bf-depot-sim
          • bf-manage-roaming
          • bf-support-microsite
          • bf-digital-twin
          • bf-schedule-creator
        • Overview
        • Internal Application Diagrams
        • Migration and Flags
        • Simulation Request Lifecycle
          • Index
          • bf-bnl-ui
          • bf-bnl-settings
          • bf-bnl-schedule-analysis-compute
          • bf-route-modelling
          • bf-schedule-creator
          • bf-digital-twin
        • Overview
        • Secrets and Env Strategy
        • Vendors and Local Dependencies
        • ADRs
        • Service Matrix
        • Cloud Dependencies
        • Ports and URLs
      • Onboarding
      • Daily Operations Runbook
        • Overview
        • Staging Hotfix Release
        • Production Hotfix Release
        • Terraform Plan Dry Runs
      • Troubleshooting
      • Testing Guide
    • Scope
    • Service Topology
    • Runtime Characteristics
    • See Also

    Manage Architecture¶

    Scope¶

    Manage mode supports fleet operations workflows centered on bf-manage-web and bf-manage-core.

    Service Topology¶

    flowchart LR
      Web[bf-manage-web] --> Core[bf-manage-core]
      Web --> Connect[bf-manage-connect]
      Web --> Incidents[bf-manage-incidents]
      Web --> SitePwr[bf-manage-sitepwrmon]
      Web --> Telematics[bf-telematics]
      Web --> Depot[bf-depot-sim]
      Web --> DT[bf-digital-twin]
    
      Core --> PG[(postgresql)]
      Core --> MQ[(rabbitmq)]
      Core --> Valkey[(valkey)]
      Core --> S3[(aws s3)]
      Core --> DDB[(aws dynamodb)]
      Core --> Sched[bf-schedule-creator]
    
      Incidents --> PGI[(postgresql-incidents)]
      Connect --> Core
      SitePwr --> Core
      Telematics --> Core
      Depot --> Connect
      DT --> Core
      DT --> Connect
      DT --> SitePwr

    Runtime Characteristics¶

    • Browser-facing URLs are localhost mapped host ports
    • Internal service-to-service URLs use Compose DNS names
    • Most Python services use uv run uvicorn --reload during development
    • The stack is stateful due to persistent volumes for DB/MQ/cache

    See Also¶

    • Manage Product Capabilities
    • Internal Application Diagrams
    • Authorization and Permissions Overview
    • Service Interaction Flows
    • Data and State
    • Manage Service Catalog
    Made with Material for MkDocs