Giter VIP home page Giter VIP logo

dsin-insa-strasbourg / hermes Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 405 KB

Change Data Capture (CDC) tool from any source(s) to any target

Home Page: https://hermes.insa-strasbourg.fr

License: GNU General Public License v3.0

Python 99.25% Shell 0.75%
cdc change-data-capture multi-source multi-target multisource plugins active-directory jinja2 kafka ldap oracle-database postgresql sqlite data-integration event-streaming python python3 stream-processing hermes

hermes's Introduction

Hermes

GitHub GitHub top language


Change Data Capture (CDC) tool from any source(s) to any target.

Caution

⚠️ The code is considered stable enough to be evaluated but needs more testing to ensure its stability ⚠️

Features

  • Does not require any change to sources data model (e.g. no need to add a last_updated column)
  • Multi-source, with ability to set merge/aggregation constraints
  • Able to handle several data types, with link (foreign keys) between them, and to enforce integrity constraints
  • Able to transform data with Jinja filters in configuration files: no need to edit some Python code
  • Clean error handling, to avoid synchronization problems, and an optional mechanism of error remediation
  • Offer a trashbin on clients for removed data
  • Insensitive to unavailability and errors on each link (source, message bus, target)
  • Easy to extend by design. All following items are implemented as plugins:
    • Datasources
    • Attributes filters (data filters)
    • Clients (targets)
    • Messagebus
  • Changes to the datamodel are easy and safe to integrate and propagate, whether on the server or on the clients

Roadmap

  • Allow changing primary keys values safely (server and clients)
  • Add a facultative option to remediate errors by merging added/modified events of a same object in errorqueue (clients)
  • Write documentation for
    • installing
    • using
    • examples
    • developping a plugin
    • contributing to core
  • Write functional tests
  • Write more tests
  • (Maybe) Implement data consistency check when initsync sequence is met on an already initialized client (clients)
  • (Maybe) Force remote primary keys in client datamodel. Requires a lot of troubleshooting to safely update "internal" attrnames and values on Dataschema primary key change: in Datasources and Errorqueue
  • (Maybe) Implement a check to ensure clients subclasses required types and attributes are set in datamodel

Contributing

Contributions are always welcome, but may take some time to be merged.

Documentation

Documentation

License

GNU GPLv3

Authors

hermes's People

Contributors

boris-insa avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.