Welcome to the Tutorials
Choose a topic from the sidebar to get started. Each tutorial is self-contained with written instructions and, where available, a companion video walkthrough.
Getting Started
- GitOps (Argo CD) Declarative deployment with Argo CD + Tekton CI (recommended)
- OpenShift Deploy on a production OpenShift cluster
- Kubernetes Deploy on a vanilla Kubernetes cluster
- OpenShift Local Deploy 19 components with
make all - Minikube Run locally with Minikube and Ansible
- Container Local (Podman) Run services as containers with Podman Compose
- Java / Binary Build from source and run with Quarkus dev mode
Digital NOTAM
- Deploy Consumer Receive DNOTAM events from an AISP
- Explore Consumer Internals: AMQP, inbox, Kafka
- Deploy Provider Publish DNOTAM events to consumers
- Explore Provider Internals: outbox, subscriptions
- Deploy Consumer Validator Simulate an AISP provider
- Explore Consumer Validator Internals and compliance checks
- Deploy Provider Validator Simulate an ANSP consumer
- End-to-End Test Full chain validation
ED-254 (AMAN)
- Deploy Consumer Receive arrival sequence data
- Deploy Provider Publish arrival sequence data
Build Your Own Service
- Create Consumer Build a complete consumer from scratch using FF-ICE as the example (8-part tutorial)
- Create Provider Build a complete provider from scratch using FF-ICE as the example