Automated integration for microservices

Orbital eliminates the integration effort, so you can get back to shipping

Get started
Orbital wormhole logo

Get started in seconds with our Docker image.

> docker run -p 9022:9022 orbitalhq/orbital

Orbital aqua wormhole background image

Connect without the glue

Query for the data you need, and Orbital integrates on-the-fly.

From simple API calls, to complex multi-hop lookups, Orbital automatically orchestrates your APIs, databases, queues and lambdas.

No glue code required. As things change, Orbital adapts.

Learn more

Orbital automatically generates integration code for calling your APIs

query.taxi
find { Customer[] }
as {
 id: CustomerId
 firstName: CustomerFirstName
 lastName: CustomerLastName
 name: concat(CustomerFirstName, ' ', CustomerLastName)
}
      
Orbital

INTEGRATION PLAN

Customer -> CardNumber
OrbitalOrbital
Fetch
Customer API

Discover, and be discovered

Powered by your APIs

Orbital uses your existing API specs and Database schemas - enriched with Taxi metadata to describe links.

Orbital turns this into rich API and data catalog, letting you explore all your data, and how it connects

Create semantic data types with Taxi...

Taxi

...and embed them in your existing API specs

src/types.taxi
type PersonName inherits String
type CustomerId inherits String
type Another inherits Date
customer-api.oas.yaml
# An extract of an OpenAPI spec:
components:
  schemas:
    Customer:
      properties:
        id:
          type: string
           # Embed semantic type metadata directly in OpenAPI
           x-taxi-type:
              name: CustomerId
          
Orbital wormhole logo

Lineage & Monitoring

See exactly what's happening.

Detailed call traces, request monitoring and lineage gives you end-to-end visibility of query execution, so you can see exactly what is happening under the hood.

Learn more

See the full end-to-end lineage for every value returned.

Unlike traditional lineage tools - which are manual and time consuming, Orbital's linage is automatically captured at runtime, so you can be confident it's what actually happened.

Orbital cell lineage app screenshot

Start integrating now

Get started