Instant data services

Deploy data services in minutes

Define the data you want. Orbital works out how to fetch, join and transform it, then exposes the result as a REST API, event stream or scheduled job.

No BFFs, pipelines or integration code to maintain.

Query. Commit. Deploy.

Publish any query as an API, stream or background job. Commit, push, and Orbital deploys it.

Deploy

Deploy from Git

Commit a query and Orbital turns it into a running service.

REST APIs, Kafka streams, WebSockets and batch jobs all use the same deployment model, with no per-endpoint infrastructure to provision.

Queries as endpoints
A list of deployed queries in Orbital, each published as a running endpoint.

Observability

See how your endpoints are running

Track throughput, latency and errors for every deployed endpoint, stream and job.

Drill into individual executions when something looks wrong.

Explore observability
An endpoint performance dashboard, charting request rate and latency over time.

APIs, streams and ETL

Design and deploy APIs, event streams and data pipelines with a simple query language.

From BFF endpoints to ETL workflows, Orbital handles the infrastructure.

Define the response your frontend needs. Orbital fetches and joins the data from the services behind it, then publishes it as one endpoint.

endpoints.taxi
@HttpOperation(url='/api/q/customers/{customerId}', method = 'GET')query CombineCustomerData(@PathVariable customerId: CustomerId) {  given { customerId }  find {    // Customer data comes from our CRM    firstName : FirstName    lastName : LastName    balances : {      // Account balances come from the accounts API      accountBalance: AccountBalance    }    // Points come from the RewardsPoints API    pointsStatus: RewardsPointStatus  }}

Data Semantics unlocks your company’s true data value, and Orbital makes it effortless.

Using Taxi & Orbital for our re-platforming project, we cut time to market from months to days and reduced operational resources by two-thirds.

If you’re not using this solution yet, you’re falling behind.

Andrew Kew
Head of Platform Engineering - APIs, Microservices and Integration

Orbital and Taxi 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.

Jack Versfeld
Chapter Lead, Kafka and APIs - Metro Bank

Frequently asked questions

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

Ship an endpoint before your next stand-up

Write a query, push it, and Orbital runs it as a REST API, a stream or a scheduled job.