Effortless integration
Orbital's declarative language - TaxiQL - lets you focus on what you need to get done, rather than boilerplate glue code.
TaxiQL let's you describe orchestrations in a declarative, human-readable way.
Using the same tags embedded in your schemas, Orbital instantly creates even the most complex integrations
Learn moreDesign, debug and iterate your integrations in our powerful browser editor.
Get fine-grained call tracing, end-to-end lineage and detailed observability data, so you can see exactly what's going on.
Taxi and TaxiQL provide end-to-end type safety across all your data sources, APIs and Kafka topics
Learn more about Taxi, our open source schema languageAuto-completion, linting, formatting, and inline documentation helps developers build and ship directly from within VSCode
Install the Taxi VSCode extensionUnify your whole stack
Connect any combination of APIs, databases, streams and batch sources without writing integration code. Orbital handles all the complexity - no resolvers, YAML mapping files, or integration code to maintain.
Keep your team shipping features, not building glue-ware.
// 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.
}
A unified API, for every tech stack.
Stitch your databases, queues, APIs and gRPC services together, without custom glue code.
Powered by Taxi - our open source metadata language - you can link multiple data sources, without needing a specialist adaptor
Got another gnarly question? We'd love to hear it. Come and chat on Slack.