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
        • 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
          • Shared Service Layer
          • Shared Design Goals
          • See Also
        • 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
    • Shared Service Layer
    • Shared Design Goals
    • See Also

    Shared Infrastructure Architecture¶

    Shared Service Layer¶

    flowchart LR
      Manage[Manage mode] --> Shared[Shared infra]
      Plan[Plan mode] --> Shared
    
      Shared --> PG[(postgresql)]
      Shared --> PGI[(postgresql-incidents)]
      Shared --> MQ[(rabbitmq)]
      Shared --> VK[(valkey)]
      Shared --> Stripe[stripe-cli]
      Shared --> S3[(aws s3)]
      Shared --> DDB[(aws dynamodb)]
    
      Core[bf-manage-core] --> S3
      Core --> DDB
      Settings[bf-bnl-settings] --> S3
      Settings --> DDB
      Compute[bf-bnl-schedule-analysis-compute] --> S3
      Creator[bf-schedule-creator] --> S3
      DT[bf-digital-twin] --> S3
      DT --> DDB
      DT --> Shared

    Shared Design Goals¶

    • Keep prerequisites minimal on host
    • Keep runtime parity high via containerized dependencies
    • Keep state and connectivity reproducible across developers

    See Also¶

    • Secrets and Env Strategy
    • Vendors and Local Dependencies
    Made with Material for MkDocs