Welcome to the DataGalaxy Demos repository! This repo hosts handsβon projects, articles, and demo code related to data engineering, Change Data Capture (CDC), Flink, Debezium, and moreβshowcasing the realβworld solutions behind DataGalaxy's platform.
βββ revolutionizing-data-catalogs-cdc/ # Article & code for CDC data catalogs
β βββ App/ # Application"
β βββ pyflink/ # Example PyFlink + Debezium code
| βββ k8s-stacks/ # k8s stack
βββ another-project/ # Placeholder for upcoming demos
β βββ ...
βββ README.md # This file
-
revolutionizing-data-catalogs-cdc:
- Article: Explains how DataGalaxy leverages CDC for realβtime metadata sync.
- Demo Code: Flink + Debezium examples showing endβtoβend CDC pipelines.
-
another-project:
- Coming soon!
-
Clone the repository
git clone https://github.com/datagalaxy-lab/datagalaxy-examples.git cd datagalaxy-examples
-
Navigate to a project folder
cd revolutionizing-data-catalogs-cdc
-
Read the project README Each project contains its own
README.md
with setup, dependencies, and run instructions. -
Run the demo Follow the instructions in the project folder to spin up Docker containers, start Flink jobs, and see CDC in action.
Contributions, issues, and feature requests are welcome! Feel free to:
- Open an issue for bugs or suggestions.
- Submit a pull request with new demos or improvements.
Please make sure to update tests, documentation, and follow the existing code style.
This project is licensed under the MIT License. See LICENSE for details.
Happy coding! π