Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
D

dozer

> 数据库
Open source

Dozer is a real-time data movement tool that leverages CDC from various sources and moves data into various sinks.

1.6K stars0 likes0 views
WebsiteGitHub

About

Dozer is a real-time data movement tool that leverages CDC from various sources and moves data into various sinks.

Overview

Dozer is a real time data movement tool leveraging CDC from various sources to multiple sinks.

Dozer is magnitudes of times faster than Debezium+Kafka and natively supports stateless transformations. Primarily used for moving data into warehouses. In our own application, we move data to Clickhouse and build data APIs and integration with LLMs.

How to use it

Dozer runs with a single configuration file like the following:

app_name: dozer-bench
version: 1
connections:
  - name: pg_1
    config: !Postgres
      user: user
      password: postgres
      host: localhost
      port: 5432
      database: customers
sinks:
  - name: customers
    config: !Dummy
      table_name: customers

Full documentation can be found here

Supported Sources

Connector Extraction Resuming Enterprise Postgres ✅ ✅ ✅ MySQL ✅ ✅ ✅ Snowflake ✅ ✅ ✅ Kafka ✅ ✅ MongoDB ✅ ✅ Amazon S3 ✅ ✅ Google Cloud Storage ✅ ✅ **Oracle ✅ ✅ Enterprise Only **Aerospike ✅ ✅ Enterprise Only

Supported Sinks

Database Connectivity Enterprise Clickhouse ✅ Postgres ✅ MySQL ✅ Big Query ✅ Oracle ✅ Enterprise Only Aerospike ✅ Enterprise Only

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •Rust
  • •api
  • •apis
  • •clickhouse
  • •data

> Tags

Rustapiapisclickhousedata

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category数据库
PricingOpen source

> Related tools

P
PostgreSQL
功能强大的开源关系型数据库
R
Redis
内存数据结构存储,常用作缓存与队列
M
MySQL
广泛使用的开源关系型数据库