eventsourcing
Here are 208 public repositories matching this topic...
New external example
Just highlighting this in case you're interested, I took a fork of @dennisfabri racetimes example and extended it to run with Azure Functions and then extended again to publish to Azure EventGrid as a new extension inspired by the RabbitMQ example. Might be of interest to others.
https://github.com/craignicol/Eventflow.Example.Racetimes/tree/feature/event-grid-as-extension
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
Apr 3, 2020 - Java
-
Updated
Apr 10, 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
May 20, 2020 - Python
-
Updated
May 21, 2020 - JavaScript
-
Updated
Apr 24, 2020 - HTML
-
Updated
Mar 9, 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
May 12, 2020 - Scala
-
Updated
Feb 20, 2020 - C#
-
Updated
May 17, 2020 - C#
-
Updated
May 21, 2020 - Java
-
Updated
Dec 3, 2019 - Go
-
Updated
May 17, 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
Feb 28, 2019 - JavaScript
-
Updated
Apr 23, 2020 - C#
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
May 20, 2020 - PHP
-
Updated
Mar 15, 2020 - C#
-
Updated
Mar 27, 2020 - Haskell
-
Updated
Nov 19, 2018 - C#
-
Updated
Feb 20, 2020 - Java
-
Updated
Apr 30, 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