connectors VS palm-dbt

Compare connectors vs palm-dbt and see what are their differences.

connectors

Connectors for capturing data from external data sources (by estuary)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
connectors palm-dbt
3 1
33 21
- -
9.9 6.2
2 days ago about 2 months ago
Go Python
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

connectors

Posts with mentions or reviews of connectors. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-22.
  • All the ways to capture changes in Postgres
    12 projects | news.ycombinator.com | 22 Sep 2023
    No. We implemented our own [1] for a few reasons:

    * Scaling well to multi-TB DBs without pinning the write-ahead log (potentially filling your DB's disk) while the backfill is happening. Instead, our connector constantly reads the WAL and works well in setups like Supabase that have very restrictive WAL sizes (1GB iirc).

    * Incremental fault-tolerant backfills that can be stopped and resumed at will.

    * Being able to offer "precise" captures which are logically consistent in terms of the sequence of create/update/delete events.

    The last one becomes really interesting when paired with REPLICA IDENTITY FULL, because you can feed it into an incremental computation (perhaps differential dataflow) for streaming updates of a continuous computation.

    Our work is based off of the Netflix DBLog paper, which we took and ran with.

    [1] https://github.com/estuary/connectors/tree/main/source-postg...

  • Why would you ever not use CDC for ELT?
    1 project | /r/dataengineering | 7 May 2023
    Our connectors themselves are fully OSS (for example, here's PostgreSQL)
  • What Is Dbt and Why Are Companies Using It?
    3 projects | news.ycombinator.com | 2 Dec 2021
    We've used https://github.com/estuary/connectors/pkgs/container/source-... to load data sets in the many terabytes. Caveat that, while it's implemented to Airbyte's spec, we've only used it with Flow.

palm-dbt

Posts with mentions or reviews of palm-dbt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-02.

What are some alternatives?

When comparing connectors and palm-dbt you can also consider the following projects:

walex - Postgres change events (CDC) in Elixir

dvc - 🦉 ML Experiments and Data Management with Git

temporal_tables - Temporal Tables PostgreSQL Extension

LocalStack - 💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline

pg-event-proxy-example - Send NOTIFY and WAL events from PostgreSQL to upstream services (amqp / redis / mqtt)

HTTP Prompt - An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie

temporal_tables - Postgresql temporal_tables extension in PL/pgSQL, without the need for external c extension.

streamlit - Streamlit — A faster way to build and share data apps.

maxwell - Maxwell's daemon, a mysql-to-json kafka producer

debezium - Change data capture for a variety of databases. Please log issues at https://issues.redhat.com/browse/DBZ.

airbyte - The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.

realtime - Broadcast, Presence, and Postgres Changes via WebSockets