You’re exploring the full DataBridge platform free, with synthetic Future Horizons University data. Everything is unlocked; actions run in your demo session (in-session only, not saved to a real backend).

FHU Databridge
Enterprise
Pricing
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
Sampling
Oracle
REST
Banner (Ellucian)
Reads SPRIDEN, SGBSTDN, SORLCUR and finance tables from Banner via native Oracle or the Ellucian Ethos REST API.
Status
Production
Sample
REST
Workday Student
Streams reports from Workday Reports-as-a-Service (RaaS) using basic-auth, with incremental and sampling support.
Status
Production
Sample
REST
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
Sample
Live source sample — SITS (Tribal)
GET /v1/adapters/sits-api/sample · synthetic SOURCE-shaped rows (deterministic from a seed). Pro feature.
__resourcestu_codestu_surnstu_fnm1stu_dobstu_gendstu_domicilescj_codescj_stucscj_crscscj_begdcrs_codecrs_titlcrs_clevcrs_award
STU2026100001AhmedLayla2005-03-14FXF
STU2026100002BellOscar2004-11-02MXF
SCJRD2026/000012026100001BSC-CS2026-09-21
CRSBSC-CSBSc Computer ScienceUGBSC
Per-transport status
Some adapters expose multiple transports — only the rows tagged Production are wired through to the audit and migration runners today.
  • sits-oracle
    Production
  • sits-api
    Stub
  • sits-file
    Stub
  • banner-oracle
    Production
  • banner-ethos
    Stub
  • workday-raas
    Production
  • salesforce-edu
    Production
  • dynamics365-edu
    Production
  • techone-financeone
    Production
  • sjms5
    Stub
Implementing a new adapter
Each adapter implements SourceAdapter from @databridge/adapter-spec. See docs/CONNECTORS.md for per-adapter configuration.