The organization is made up of a set of service application repositories that mimic airline company systems. The organization
is also comprised of a set of fictional teams who own the repositories and are responsible for the development and
delivery of the services.
Kong Air uses the Konnect Reference platform and the
Konnect Orchestrator to manage the state of the
Konnect Organization. The solution centers around the
platform team repository
which the orchestrator uses to stage API specifications for delivery to Konnect.
Currently there are the following application teams and service repositories:
Each service repository holds an OpenAPI specification that describes the API contract for the service. For example,
the flights
service OpenAPI specification is found in the
openapi.yaml
file located in the root of the flights
repository.
The orchestrator is configured to monitor this service application repositories and detect changes
that are copied to the platform repository. Once the specifications are staged in the platform repository,
the APIOps workflow process kicks in and guides the platform team in
delivering changes to Konnect.

Feel free to explore the Kong Air organization repositories using what’s available to build
your own API delivery system.