Code Monkey home page Code Monkey logo

hstream-connectors's Introduction

HStream Connectors

Connector plugins and toolkits for HStream IO.

Toolkits

Toolkits are libraries for developers to create new connector plugins, now we have implemented the java-toolkit, based on java-toolkit, you only need to implement a couple of interfaces to create a connector plugin instead of caring about offset, batch, protocol messages processing, etc.

source-debezium

Debezium is a great CDC tool for databases, we use debezium engine to synchronize data from databases, source-debezium is not a real connector plugin, it is the general database source library for building the real database connector plugins including source-mysql, source-postgresql, source-sqlserver, etc.

sink-jdbc

We use jdbc as a general interface to write data from HStreamDB streams to sink databases. like source-debezium, sink-jdbc is not an actual connector plugin either, we use sink-jdbc to build the database connectors including sink-mysql, sink-postgresql, etc.

sink-jdbc uses the UPSERT statement to implement INSERT and UPDATE for idempotence, so it can deal with the duplicated records caused by resending.

hstream-connectors's People

Contributors

4euep avatar s12f avatar yangkian avatar

Watchers

 avatar  avatar

Forkers

s12f 4euep yangkian

hstream-connectors's Issues

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.