https://github.com/runabol/test_db_debezium
https://github.com/runabol/test_db_debezium
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/runabol/test_db_debezium
- Owner: runabol
- Created: 2020-06-01T22:08:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T21:30:36.000Z (over 5 years ago)
- Last Synced: 2024-04-16T12:43:28.022Z (over 1 year ago)
- Language: Dockerfile
- Size: 33.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```