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
Sample
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
Sampling
Live source sample — SJMS-5
GET /v1/adapters/sjms5/sample · synthetic SOURCE-shaped rows (deterministic from a seed). Pro feature.
__resourceidstudent_numbergiven_namesfamily_namedate_of_birthemailcreated_atupdated_athusiddomicilenationalitysex_idethnicitydisabilityfee_eligibilitycodetitlelevelduration_monthsdepartment_idawarding_bodyhesa_course_idcourse_aimhecos_code
Studentstu-stu-2020001STU-2020001AlexanderAl-Rashid1992-06-21T00:00:00Zalexander.al-rashid1@student.fhe.ac.uk2026-05-17T08:00:00.000Z2026-05-17T08:00:00.000Z20000000000013GB-ENGGB1WHITE_BRITISHNONEHOME
Studentstu-stu-2020002STU-2020002AvaKowalski2007-07-18T00:00:00Zava.kowalski2@student.fhe.ac.uk2026-05-17T08:00:00.000Z2026-05-17T08:00:00.000Z20000000000024GB-ENGGB1WHITE_IRISHNONEHOME
Studentstu-stu-2020003STU-2020003LiamKumar1994-06-04T00:00:00Zliam.kumar3@student.fhe.ac.uk2026-05-17T08:00:00.000Z2026-05-17T08:00:00.000Z20000000000035NGNG1ASIAN_OTHERMENTAL_HEALTH_CONDITIONOVERSEAS
Studentstu-stu-2020004STU-2020004CerysClark2002-02-13T00:00:00Zcerys.clark4@student.fhe.ac.uk2026-05-17T08:00:00.000Z2026-05-17T08:00:00.000Z20000000000046GB-SCTGB1WHITE_OTHERPHYSICAL_DISABILITYHOME
Studentstu-stu-2020005STU-2020005CallumDavis2002-08-02T00:00:00Zcallum.davis5@student.fhe.ac.uk2026-05-17T08:00:00.000Z2026-05-17T08:00:00.000Z20000000000057GB-ENGGB1ASIAN_INDIANLEARNING_DIFFICULTYHOME
Studentstu-stu-2020006STU-2020006KatarzynaAl-Abdullah2003-01-22T00:00:00Zkatarzyna.al-abdullah6@student.fhe.ac.uk2026-05-17T08:00:00.000Z2026-05-17T08:00:00.000Z20000000000068GB-ENGGB2WHITE_BRITISHNONEHOME
Programmeprog-acc-03242026-05-17T08:00:00.000Z2026-05-17T08:00:00.000ZACCFDA12FdA Accounting and Finance524dept-accFuture Horizons UniversityHC000324F41100448
Programmeprog-ant-05082026-05-17T08:00:00.000Z2026-05-17T08:00:00.000ZANTMSC01MSc Anthropology712dept-antFuture Horizons UniversityHC000508M30100489
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.