Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion 16 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Dozer is a **real time data movement tool leveraging CDC from various sources to
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.

## Getting Started

Watch the [Getting Started video](https://youtu.be/pVfyMfNrlD4) for a quick introduction to Dozer, or see the [Community Videos](#community-videos) section below for more tutorials.

## How to use it
Dozer runs with a single configuration file like the following:
```yaml
Expand Down Expand Up @@ -50,4 +54,14 @@ Full documentation can be found [here](https://github.com/getdozer/dozer/blob/ma
| MySQL | ✅ | |
| Big Query | ✅ | |
| Oracle | ✅ | **Enterprise Only** |
| Aerospike | ✅ | **Enterprise Only** |
| Aerospike | ✅ | **Enterprise Only** |

## Community Videos

Community-contributed videos covering Dozer features, demos, and use cases:

| Title | Author | Description |
| ----- | ------ | ----------- |
| [Getting Started with Dozer](https://youtu.be/pVfyMfNrlD4) | Dozer Team | Official introduction and quickstart demo |

> Want to add your video? Submit a PR adding a row to this table. See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.