BARRYBARRY

Connectors

Enterprise applications & APIs

SAP, Business Central and anything that speaks REST or OData.

Business systems rarely hand their data over through a database connection. They expose it through APIs, with their own authentication, their own paging and their own idea of what an entity is. These connectors deal with that so your pipeline does not have to. SAP can be read either through Gateway OData services and CDS views or over RFC at table level, both with delta support so a run only fetches what changed. Business Central comes in through its OData API with Entra authentication. And when a system has no dedicated connector, the generic REST and OData connectors cover most in-house and SaaS endpoints without custom code.

SAP (OData / CDS)
SAP (OData / CDS)Source
Reads SAP through Gateway OData services and CDS views, and can track deltas so each run fetches only what changed since the last one.
SAP (RFC / Table CDC)
SAP (RFC / Table CDC)Source
Extracts SAP tables over RFC and can capture changes at table level. This route needs a small ABAP transport installed in your SAP system.
Dynamics 365 Business Central
Dynamics 365 Business CentralSource
Reads Business Central through its OData v4 API using Entra ID authentication, so financial and operational entities load like any other source.
REST API
REST APISource
A generic connector for JSON REST endpoints. The on-prem client walks the endpoint's pages and turns the responses into rows, which covers most in-house and SaaS APIs.
OData
ODataSource
A generic OData v4 connector. Entity sets are discovered from the service metadata, so you can browse and pick what to load instead of writing requests by hand.

Looking for something else?

Every connection is Source, Sink, Trigger or Alert — derived from the connector itself, never set by hand. Browse the full catalogue, or ask us about a system you don’t see.

Ready to unlock your data?

See how BARRY brings your on-premises data to the cloud — safely, and on your terms.