Skip to content
#

eventstore

Here are 197 public repositories matching this topic...

jezovuk
jezovuk commented Jan 8, 2020

Hi,

I have a question regarding backup order of *.chk files themselves.

If I understand various bits of info from documentation, Github issues and Google Groups, content of chaser.chk is pointer to position (in chunk files "continuum") reached by chaser process, while writer.chk is pointer to position reached by writer process. Chaser process should always be behind the writer (or at the sam

EventFlow
bartelink
bartelink commented Mar 25, 2020

As a follow-up to #209, which fixes this bug for SqlStreamStore (the presence of the bug has its roots in #175)

There's a lack of coverage of the writing an event with a null content for the Data field

I believe Equinox.Cosmos has coverage, but the SqlStreamStore + EventStore integration tests do not cover it.

Fix is to include a test scenario that generates an Event union with no bod

wischi-chr
wischi-chr commented Jan 17, 2020

Intro (skip it if you are in a hurry ^^ )
A few weeks ago I started a new project and keeping all data in memory and just persist a log of events is a perfect match for the requirements. I started implementing my own solution (protobuf on filesytem to persist the journal, events and an in memory projection of the data).

A few days ago I found this project and it looks like someone took my

Cnordbo
Cnordbo commented Sep 1, 2017

Description

Documentation should contain a working guide on how to get this set up - The "Getting started" video on Vimeo seems outdated as setting the project up as described brings in errors about Owin context in /Bifrost/Application.
And the Getting Started guide (DIY version) brings up the same error.

The documentation also misrepresents the project as its mapping to HumanResourced/

DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.

  • Updated Jun 3, 2020
  • C#

Improve this page

Add a description, image, and links to the eventstore topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the eventstore topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.