Giter Site home page Giter Site logo

opine.messaging.geteventstore's Introduction

Opine.Messaging.GetEventStore

EventStore adapter for the Opine framework.

Getting started

Cloning and building

Clone the repository and Opine. Use the dotnet build command to build the projects.

git clone https://github.com/cpersona/Opine
git clone https://github.com/cpersona/Opine.Messaging.GetEventStore
cd Opine.Messaging.GetEventStore
dotnet build

Motivation

Opine (https://github.com/cpersona/Opine) is a CQRS and Event Sourcing framework. One of the core concepts of Opine is the IMessageStore interface which provides abstracted methods of reading and writing messages (events and commands). Opine also provides the ISnapshotStore interface for reading and writing snapshots of aggregate roots.

EventStore (https://eventstore.org/) is an open source implementation of an event store created by Greg Young. It provides the ability to read and write streams of events in a transactional manner and is a strong foundation for a CQRS and Event Sourcing based system.

Opine.Messaging.GetEventStore provides implementations of Opine Framework's IMessageStore and ISnapshotStore using EventStore's .NET Core API to provide an easy drop-in implementation.

Technologies

Optional Technologies

  • N/A

Third-party Libraries

References

opine.messaging.geteventstore's People

Contributors

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