eventsourcing
Here are 212 public repositories matching this topic...
In documentation about sagas there is this thing about storing saga-id into event metadata. It looks intuitive but it doesn't work out of the box :-(. I would like to make it work. Here is how:
- from PublishAsync pass sagaId and saga type name into ICommandBus.PublishAsync()
- overload ICommandBus.PublishAsync() so it takes an extra argument eventMetadata
- pass event metadata to IAggregate
When using this combination the unique index is not created in the database. However, creating an instance of the DocumentStore does not complain about this inability. I might be missing something though as I am just started using Marten.
using Marten.Schema.Identity;
using System;
namespace MartenComputedIndex
{
class JobPosition
{
public Guid Id { get
-
Updated
Jul 1, 2020 - Java
-
Updated
Jun 25, 2020 - C#
[docs] Flow diagram
Can anyone give flow diagram which classes get hit in sequence from start to end in eventhorizon.
It will be great help I am waiting for this no documentation so far available on net.
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Jul 2, 2020 - Python
-
Updated
Apr 24, 2020 - HTML
-
Updated
Jul 6, 2020 - Ruby
Looks like there is an issue with source links in https://doc.akka.io/api/akka-persistence-cassandra/0.103/akka/persistence/cassandra/ -- clicking on package.scala I get a 404: https://github.com/akka/akka-persistence-cassandra-1.x/tree/v0.103/core/src/main/scala/akka/persistence/cassandra/package.scala#L1.
Note the -1.x in the URL -- I guess it's from https://github.com/akka/akka-persist
-
Updated
Jun 28, 2020 - Scala
-
Updated
Feb 20, 2020 - C#
-
Updated
May 17, 2020 - C#
-
Updated
Jul 6, 2020 - Java
-
Updated
Dec 3, 2019 - Go
-
Updated
Jul 1, 2020 - Java
As stores are growing we should be having CI/CD and publishing to nuget automated. Just to lower down a burden on maintainer.
Also, we have docs and site deployment as well. Mostly github docs. (I guess we might need more than something to readme. as mentioned in #34 :) )
-
Updated
Jul 2, 2020 - C#
-
Updated
Feb 28, 2019 - JavaScript
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/
-
Updated
Jun 4, 2017 - Ruby
-
Updated
Mar 15, 2019
-
Updated
Jun 6, 2020 - C#
-
Updated
Jun 2, 2020 - PHP
-
Updated
Nov 19, 2018 - C#
-
Updated
Mar 27, 2020 - Haskell
-
Updated
Jun 6, 2020 - Java
-
Updated
Jun 6, 2020 - C#
Improve this page
Add a description, image, and links to the eventsourcing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the eventsourcing topic, visit your repo's landing page and select "manage topics."
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