Open-source data integration runtime that helps you consolidate your data
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
Ceris is an open-source data integration runtime that helps you consolidate your data in your data lake. Ceris provides a comprehensive UI for managing connectors and is based on Kafka Connect © .
####Features:
- single jar
- embedded kafka server, no cluster setup required
- install 150+ connectors from Confluent Hub©
- Extract & Load data from different sources to sinks
- Database replication
- Changed Data Capture CDC
- Cloud migration
This is an example of how you can run ceris locally with some simple demo connectors.
Ceris runs on
- java
- or docker
- Download the latest release
- Run jar
java -jar ceris-x.x.x.jar -Dceris.demo
- Or run with docker
docker run --name ceris -p 4567:4567 -e CERIS_DEMO=true eblaas/ceris
- Login Ceris UI http://localhost:4567 (admin:admin)
For more examples, please refer to the examples
- Enhanced Monitoring
See the open issues for a full list of proposed features (and known issues).
Develop locally
- Run UI in develop mode http://localhost:4000
cd ceris-ui npm install npm run serve
- Run backend
cd ceris-agent ./mvnw clean package exec:java -DskipTests
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache License 2. See LICENSE for more information.
Profile: https://github.com/eblaas