Connect without the glue
Query for the data your app needs, and Orbital orchestrates your APIs, databases and serverless functions on demand
Learn moreDecouple producers and consumers, providing custom events for each consumer with exactly the data they need
Learn moreIngest, transform and enrich data declaratively, without building & maintaining complex pipelines
Learn more“Easily the best decision I've made was building our startup on Orbital. We got our platform built and operational in record time, with data pipelines and bespoke APIs for connecting our client data feeds.”
“Orbital is one of the most exciting pieces of tech in the integration space I've seen in a long time. Customers can build integration in a fraction of the time, and the self-repairing is a game-changer.”
Powered by Your APIs
Orbital uses by your existing API specs (with a little extra metadata), to create integration on demand. As things change, Orbital automatically adapts.
Create semantic data types with Taxi...
...and embed them in your existing API specs
type PersonName inherits String
type CustomerId inherits String
type Another inherits Date
# 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
All together, now.
Query for data, and Orbital automatically stitches together your APIs, databases, event streams and serverless functions. As things change, Orbital automatically adapts.
Orbital automatically generates integration code for calling your APIs
find { Customer[] }
as {
id: CustomerId
firstName: CustomerFirstName
lastName: CustomerLastName
name: concat(CustomerFirstName, ' ', CustomerLastName)
}
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.
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.
Start integrating now
Start for free