Giter Club home page Giter Club logo

eventuous.sample's Introduction

Sample project that uses the Eventuous framework for building event-driven applications.

The sample covers basic examples for:
- commands
- queries
- projections
- reactions (one reaction for a domain event that sends a request to an external service, e.g. a real world scenario is to asynchronously send an email after an user signs up).

To run the sample:
- start the databases (EventStoreDB and MongoDB) using the provided docker-compose.yml file ("docker-compose up").
- if using Visual Studio Code, install the "REST Client" extension, and run the tests from the test/widgets.api.http file.
- open the EventStoreDB stream browser page (http://localhost:2113/web/index.html#/streams) to see the newly created stream; if you click on this stream there should be 2 events: one for creating the widget, the other for reacting to the widget created event.
- open the MongoDB Express collections page (http://localhost:8081/db/readside) to see the projection created (WidgetDetails collection); 
there is also a collection for the checkpoints, with 2 documents: projections (for the projections subscription) and reactions (for the reactions subscription); these are defined in Startup.cs (AddProjections and AddReactions methods)

More about the Eventuous framework:
- https://eventuous.dev/
- https://github.com/Eventuous/eventuous

eventuous.sample's People

Contributors

claudiuchis avatar

Stargazers

 avatar

Watchers

 avatar  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.