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.

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. Rows tagged Production are exercised by the audit and migration runners today; Implemented — dormant rows are real, registered adapters that stay inert until their environment switch is set; Stub rows are placeholders.
  • 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
    Implemented — dormant

sjms5 is dormant until SJMS5_SOURCE_DATABASE_URL is configured.

Target adapters
Load-leg connectors that write mapped candidates into a governed downstream ingest — distinct from the read-only source adapters above.
  • target-adapter-sjms5SJMS-5 ingest (target)
    Implemented — dormant

    The governed load leg: maps canonical candidates into SJMS-5's POST /v1/migration/students/ingest (dry-run first, per-row transactions, tenant from the caller's credential — never the payload).

    Returns SKIPPED_NOT_CONFIGURED until SJMS5_INGEST_URL and a credential (SJMS5_INGEST_TOKEN, or SJMS5_INGEST_PERSONA on a demo twin) are set. A Bearer token always outranks the persona header.

Implementing a new adapter
Each adapter implements SourceAdapter from @databridge/adapter-spec. See docs/CONNECTORS.md for per-adapter configuration.