Connect OData entities without complicated relationships

OData (Open Data Protocol) is an ISO/IEC approvedOASIS standard that defines a set of best practices for building and consuming RESTful APIs. OData generates a robust REST API based on any defined Entity. Connectors enables you to quickly orchestrate any OData Entity resource with your other APIs by writing a schema - not code.

Try out the Connector!

  • Click ► PersonTripsBudget to run the operation. You just got back real data from the OData tutorials REST API! Don't see PersonTripsBudget? Try closing the tab in Sandbox.

    Want to try it with your entities? Check out our 30 minute OData Stream that shows you exactly what you need to do.

  • Toggle the Response dropdown and select Query Plan. This is the strategy for executing an incoming operation efficiently.

  • Toggle the Query Plan dropdown to Connectors Debugger to click into the details of each request.

Get started with OData Entities

rover dev \
  --supergraph-config supergraph.yaml

Connectors resources