Skip to content

experimental-platform/platform-central-gateway

Repository files navigation

Experimental Platform: Central Gateway

This Microservice acts as simple router for the Experimental Platform.

This is a component of the experimental platform. To read more about it please go here:

https://github.com/experimental-platform/platform-configure-script

Description

On requests it inspects the request and decide where the request should be forwarded. The following illustration show both possible forward destinations.

                ┌───────────┐
                │►►Request◄◄│
                └───────────┘
                      │
                      │
                      ▼
        ┌───────────────────────────┐
        │                           │
        │      Central-Gateway      │
        │                           │
        └───────────────────────────┘
                      ││
          ┌───────────┘└──────────┐
          │                       │
          ▼                       ▼
┌───────────────────┐   ┌───────────────────┐
│ Platform-Frontend │   │       Dokku       │
│ (Admin Interface) │   │      (Apps)       │
└───────────────────┘   └───────────────────┘

Branch: Development

Build Status

All development branches stem from and (re-)integrate here.

Branch: Master

Build Status

This is the base for α-channel releases.