This is the backend component of the FleetCore Platform
FleetCoreServer operates as the central coordination hub for the whole ecosystem.
- Hardware Provisioning: Registers drones and establishes AWS IoT and Kinesis signaling channels.
- Mission Orchestration: Compiles and dispatches missions via AWS IoT Jobs.
- State Management: Persists telemetry, detection events, and geographic Outpost configurations.
ℹ️ Note: This README serves as a quick entry point. For the complete documentation, including user manuals and technical specifications, please visit our Official Documentation Site.
The deployment configuration is defined in compose.yml.
- Review the file and define all required environment variables.
- Provide valid AWS credentials, database connection strings, and OIDC parameters prior to initialization.
- Start the backend container:
docker compose -f src/main/docker/compose.yml up -d