transfer VS debezium-design-documents

Compare transfer vs debezium-design-documents and see what are their differences.

transfer

Database replication platform that leverages change data capture. Stream production data from databases to your data warehouse (Snowflake, BigQuery, Redshift) in real-time. (by artie-labs)
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
transfer debezium-design-documents
7 1
530 28
1.7% -
9.6 4.4
6 days ago about 1 month ago
Go
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.

transfer

Posts with mentions or reviews of transfer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-24.

debezium-design-documents

Posts with mentions or reviews of debezium-design-documents. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-24.
  • Launch HN: Artie (YC S23) – Real time data replication to data warehouses
    4 projects | news.ycombinator.com | 24 Jul 2023
    Thanks for the comment!

    Your comment regarding DDL is interesting.

    Today, this is what happens:

    1/ Column doesn't exist in the destination, we'll create it based on our typing inference from the data type (important: not the data value).

    2/ Certain tools will handle automatic column data type conversion if a change like this was detected at the source. We do not do this. We will simply hard fail and cause head-of-line blocking reasons being: this is anti-pattern and should be rare, in which case - it's okay to cause an err and require manual intervention for this breaking change.

    3/ If the column has been dropped from the source, you as the end user can decide whether this column should be also dropped in the destination, or not. The default is not to drop it.

    ^ We hear more customers explicitly don't want columns to be dropped because it could cause downstream errors, such as other views / tables not compiling due to referencing a non-existent column.

    We haven't heard much from folks that don't even want columns to be added. If there is a need, we can definitely add that as a config option to provide maximum configurability.

    > Finally, the biggest issue with CDC always ends up being the seed loads, recoveries and the incremental snapshot strategies.

    Yep totally. On the recovery bit, this is exactly why we are leveraging Kafka. If there are any particular issues, we simply don't commit the offset and cause head-of-line blocking.

    On the incremental snapshot and recoveries bit, we primarily leverage Debezium's DDD-3 high watermark strategy [1] for MySQL and MongoDB. Postgres has a different issue in that replication slots can grow really fast, esp on AWS! [2]. We ended up writing our own custom snapshotter for Postgres that is Debezium compatible to onboard customers that have a massive dataset and cannot afford to have a read lock on their WAL.

    [1] https://github.com/debezium/debezium-design-documents/blob/m...

What are some alternatives?

When comparing transfer and debezium-design-documents you can also consider the following projects:

peerdb - Fast, Simple and a cost effective tool to replicate data from Postgres to Data Warehouses, Queues and Storage

universal-data - Lightweight ELT/ETL that's perfect for api data extraction and transformation.

Dataplane - Dataplane is a data platform that makes it easy to construct a data mesh with automated data pipelines and workflows.

pgcapture - A scalable Netflix DBLog implementation for PostgreSQL

TI84-Wordle - Wordle for the TI84 Plus CE graphing calculator.

openmtp - OpenMTP - Advanced Android File Transfer Application for macOS

incubator-devlake - Apache DevLake is an open-source dev data platform to ingest, analyze, and visualize the fragmented data from DevOps tools, extracting insights for engineering excellence, developer experience, and community growth.

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.

cesium - A GUI shell for the TI-84+CE