Integration
Source adapters
Connectors that read from your upstream systems into the canonical model.
Oracle
REST
File
SITS (Tribal)
Pulls student, programme, registration and award data from Tribal SITS via Oracle native, e:Vision REST and CSV/XML extracts.
Status
Production
SampleOracle
REST
Banner (Ellucian)
Reads SPRIDEN, SGBSTDN, SORLCUR and finance tables from Banner via native Oracle or the Ellucian Ethos REST API.
Status
Production
SampleREST
Workday Student
Streams reports from Workday Reports-as-a-Service (RaaS) using basic-auth, with incremental and sampling support.
Status
Production
SamplingREST
TechnologyOne Finance One
Reads finance ledger, cost-centre and transaction data from TechnologyOne Finance One via its REST API.
Status
Production
REST
Salesforce Education Cloud
Pulls Contact, Account, Affiliation, Program Enrollment and Course Connection objects from the Salesforce Education Cloud REST API.
Status
Production
REST
Microsoft Dynamics 365 Education
Reads Contact, Account, Student, Programme and Course Enrolment entities from Dynamics 365 Education via OData.
Status
Production
Postgres
SJMS-5
Reads the SJMS-5 Postgres schema (Prisma-backed) for student-journey management migrations.
Status
Stub
SampleLive source sample — Workday Student
GET /v1/adapters/workday-raas/sample · synthetic SOURCE-shaped rows (deterministic from a seed). Pro feature.| __resource | Academic_Period_ID | Academic_Period_Name | start_date | end_date | status | Worker_ID | Legal_Name | Primary_Job_Title | Employee_Type |
|---|---|---|---|---|---|---|---|---|---|
| Academic_Periods | AP-2026-27 | 2026/27 Academic Year | 2026-09-01 | 2027-08-31 | Active | — | — | — | — |
| Workers | — | — | — | — | — | W-020001 | R. Patel | Lecturer | Academic |
Per-transport status
Some adapters expose multiple transports — only the rows tagged Production are wired through to the audit and migration runners today.
sits-oracleProductionsits-apiStubsits-fileStubbanner-oracleProductionbanner-ethosStubworkday-raasProductionsalesforce-eduProductiondynamics365-eduProductiontechone-financeoneProductionsjms5Stub
Implementing a new adapter
Each adapter implements
SourceAdapter from @databridge/adapter-spec. See docs/CONNECTORS.md for per-adapter configuration.