Integration, reimagined

Effortless Integration
without glue code

Orbital is a data gateway that connects APIs, databases, event streams and more.

Deliver secure, self repairing integrations in minutes.

Trusted by teams at
Metro BankLending CrowdSimcorpStrideUpMusicFlowQuadcorpsUltumus
Orbital wormhole logo

Wave goodbye to integration code

There's no resolvers or glue code to maintain, API clients to generate, or YAML mapping files.

Drive everything from your API specs, and deploy from Git

Orbital aqua wormhole background image

Embed tags in your schemas and specs to show how data relates.

It's simple to do, with powerful type safety and tooling to prevent tyops

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
          

Use those same type tags queries for data, with our powerful query language

Orbital generates integration on demand.

There's no resolvers or glue code to maintain, API clients to generate, or YAML mapping files.

query.taxi
// Send a query for data to Orbital,
// and it builds the integration on demand,
// using metadata embedded in your API specs
find { Movies(ReleaseYear > 2018)[] }
as {
   // Consumers define the schema they want.
   // Orbital works out where to fetch data from
   title : MovieTitle // .. read from a db
   review : ReviewScore // .. call a REST API to find this
   awards : AwardTitle[] // ... and a gRPC service to find this.
}
        

Instant APIs and streams

One click publication of queries and mutations
Deploy as REST APIs or Event Streams
Stream over Websockets, SSE, or to a queue
Instant caching for blazing performance
Publish as...
API endpoint
Event Stream

Git deploys

git push to instantly deploy endpoints
Multiple git repositories supported
Queries automatically migrate as APIs evolve
MAIN
FEAT/NEW-MEMBERS

Orbital has become an integral part of our architecture, providing a semantic data layer to manage everything from API endpoints to data pipelines.

Orbital and Taxilang is a game-changer for data integration.

The elegance and simplicity of the concept of declarative semantic schemas leads to a composable data-oriented architecture fit for the 21st century.

Use cases

Unify your whole stack

Designed for engineering teams, Orbital streamlines anywhere that you would normally have to write integration code.

Orbital aqua wormhole background image
Orchestrate services on demand
Query for the data your app needs, and Orbital orchestrates your APIs, databases and serverless functions on demand

Frequently asked questions

Got another gnarly question? We'd love to hear it. Come and chat on Slack.

Start integrating now
Start for free