An open API service indexing awesome lists of open source software.

https://github.com/runabol/test_db_debezium


https://github.com/runabol/test_db_debezium

Last synced: about 14 hours ago
JSON representation

Awesome Lists containing this project

README

          

# Test DB

A sample MySQL databases used to test debezium-based ingestion workflows

# Configuration

https://github.com/debezium/docker-images/blob/master/examples/mysql/1.1/mysql.cnf

# Data

https://github.com/datacharmer/test_db

# Example

```
docker run -it --rm -e MYSQL_ROOT_PASSWORD="password" -p 3306:3306 creactiviti/test_db_debezium
```