GithubHelp home page GithubHelp logo

muoncore / stack-event Goto Github PK

View Code? Open in Web Editor NEW
52.0 12.0 7.0 177 KB

Muon stack defining an API for persisted event streams. Useful for implementing event sourcing, CQRS, eventually consistent systems

License: Other

Makefile 1.99% Java 50.48% Groovy 32.16% JavaScript 5.00% TypeScript 10.37%
muon ddd cqrs event-sourcing event-driven eventstore

stack-event's People

Contributors

daviddawson avatar teamcity-muoncore avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

stack-event's Issues

Enable api to select the event store to persist to and replay from

When scaling a system, it is unlikely you will remain with a single event infrastructure.
Instead, you will likely want to persist some events into a "local" event store, and others into one for inter service comms. (E.g. the difference between aggregate root internal events and external domain events).

This requires being able to specify, by name or tag, the event store to use on emit and replay.

Update EventReplayControl to have stream monitor and control

Muon Version: All
Language: jvm

MIgrated from muoncore/muon-java#44
Can access subscription and metadata about the stream if constructed and used.

Idea is to enable richer control and notifications about the replay status. Eg, know when we cross between cold and hot replay. Requires updating the replay to have a dedicated protocol, not piggy back the RS one.

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.