GithubHelp home page GithubHelp logo

estuite's Introduction

Estuite Build status Coverage Status

An event store for Microsoft Azure.

This is an early alpha version. Feel free to join.

Why?

There are a number of implementations for event store that perfectly work with .NET environment:

Here you could find a lot of resources related to DDD and ES:

There is even one that implements event store on top of Azure table store:

Some of them are really good but was designed for on premise environments. Thus they can't utilize all benefits of Azure platform such as partitioning. Or have to run on dedicated virtual machines which is not the way to go for cloud native solutions. Some have been designed to run on Azure although they lack useful features. Like idempotency check when saving events to a store which is available in NEventStore in combination with NES.

There is one more interesting source that I really look forward to borrow some nice patterns related to Azure table store:

The last topic. Azure table store has been designed to be simple. There is no support for secondary indexes. You can only have a partition key and a row key. Automatic scaling based on partition key is a huge advantage of Azure Table Store. Microsoft says that Azure Table Store is extremely cheap. This statement will be validated and results posted here. Although a typical event store has to query streams when dehydrate aggregates as well as events when denormalizing projections. This is a challenge that can't be implemented within a single Azure Table. Estuite uses stream table as a single source of truth and dispatch all events from stream table to event table asynchronously. The challenge would be to keep these two tables in sync.

Who am I?

My name is Michael Borisov. I'm interested in CQRS, DDD, event sourcing and micro services architecture.

If you have any questions or comments regarding to the project please feel free to contact me on Twitter or LinkedIn

Happy coding!

estuite's People

Contributors

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