Connectors

eltPulse exposes a unified catalog of 123+ ingestion sources and warehouse destinations. The product picks the right sync engine, scaffolds production-ready pipeline code, and labels slice capability honestly — you run on managed workers or export to Git.

Browse the catalog

The public connector catalog lists every source and destination with trust tier, sync mode, and links to curated pipeline scenarios. Counts stay in sync with the in-app builder.

Sync engines

  • dlt — SaaS and API sources (GitHub, HubSpot, Salesforce, Stripe, etc.). Incremental cursors and env-bound slice windows in generated Python.
  • Sling — database replication (Postgres, MySQL, SQL Server, Oracle, …) with high-throughput table sync and update_key incremental mode.
  • Destinations — Snowflake, BigQuery, Redshift, MotherDuck, Postgres, DuckDB, Databricks, and more receive loads from both engines.

Trust tiers

  • Verified — first-class connectors with codegen, credential fields, incremental defaults, and run-slice wiring where the upstream API supports it (e.g. GitHub, HubSpot, Salesforce, Personio, Matomo).
  • Beta — supported with connection forms; may need more manual tuning in generated code.
  • Catalog — available in the builder combobox and Pulse AI; scaffold via REST API context or free-text configuration.

Run slices (Fivetran-style backfills)

Tier-1 connectors are held to an integration quality bar: either date/key slices work in generated code, or the UI shows full replace only / not wired honestly. Configure per pipeline on Run slices; full guide at Run slices (docs).

Sync modes

Connector sync — API, file, and SaaS sources via REST or native APIs. Database replication — table-level incremental with primary keys. Warehouses are destinations for both.

In the app

  • Quick start — destination → source → credentials → run.
  • Connections — encrypted secrets reused across pipelines.
  • Builder — catalog wizard, canvas, and Pulse AI-assisted scaffolding.
  • Assets — config-derived map of landing tables and transform outputs.

Connector catalog · Scenarios · Pipelines · Compare