Connector library

One engine, many connectors

Every connector plugs into the same underlying pipeline. New connectors can be added without redesigning the core platform.

Source / Destination

SQL Database

  • SQL Server
  • Oracle
  • PostgreSQL
  • MySQL / MariaDB
  • JDBC / ODBC
  • Incremental extraction
  • Stored procedures
  • Connection pooling
Source

Excel

  • .xlsx / .xls
  • Worksheet selection
  • Header detection
  • Column mapping
  • Multiple sheets
  • Folder monitoring
  • Archive processed files
Source

CSV

  • Configurable delimiter
  • Encoding
  • Batch processing
  • Malformed row handling
  • Large file streaming
  • Header detection
  • Skip rows
Source / Destination

SharePoint

  • Site and list selection
  • Read list items
  • File metadata
  • Upsert records
  • Upload files
  • Incremental sync
  • Field mapping
Source / Destination

Microsoft Dynamics

  • Entity discovery
  • CRUD and upsert
  • Lookup resolution
  • Pagination
  • Incremental sync
  • API throttling handling
Source / Destination

Oracle Fusion

  • REST / SOAP APIs
  • CRUD and upsert
  • Reference mapping
  • Pagination and filtering
  • API throttling
  • Incremental sync
Source / Destination

SAP

  • REST / OData / SOAP
  • RFC / BAPI where supported
  • CRUD and upsert
  • Business APIs
  • Batch processing
  • SAP response handling
Source / Destination

SAP SuccessFactors

  • Employee data
  • Organisational data
  • Employment info
  • Upsert
  • Incremental sync
  • API limit handling
Source / Destination

Suprema BioStar 2

  • Users and access groups
  • Devices
  • Access events
  • Attendance records
  • Auth events
  • Configurable polling
Source / Destination

Verdi / Ubio

  • Device, user and attendance data
  • Data filtering
  • Incremental sync
  • Destination updates
  • Error handling
  • Audit logging
Extensible framework

A standard connector interface

Every connector exposes a standard set of capabilities. The admin console dynamically displays only the operations each connector supports.

  • connect()
  • testConnection()
  • discoverSchema()
  • read()
  • write()
  • update()
  • delete()
  • upsert()
  • validate()
  • disconnect()

Need a custom connector?

Our connector framework is built to extend. Talk to us about your systems.