GithubHelp home page GithubHelp logo

neutrinocorp / gluon Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 241 KB

:sparkler: A composable message bus for Event-Driven systems written in Go.

Home Page: https://gluon.neutrinocorp.org

License: Apache License 2.0

Go 95.88% HCL 4.12%
reactive stream-processing apache-kafka message-bus golang event-driven

gluon's Introduction

๐ŸŽ‡ Gluon

A composable message bus for Event-Driven systems written in Go.

gluon's People

Contributors

maestre3d avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

maestre3d

gluon's Issues

Add message committer module for SQL

In event-driven systems, idempotency is the way to guarantee exactly-once processing. This kind of processing is highly required for any system to comply with data consistency.

A way to avoid duplicates to be processed, is to create a table inside our persistence store (in this case, SQL) and track messages processed by the given system (e.g. re-processing a specific message).

Nevertheless, there are other options that do not incur on the previously mentioned solution. For example, a complete implementation of CDC properties tackles this problem by in-transit message unit mutation instead an overall infrastructure enhancement.

Improve testing & bechmarks

ATM, there is no presence of both, unit and integration tests.

In order to comply with the industry standards, we must add both of them.

A nice to have would be an stress test for each driver to lookup performance under production-like load.

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.