-
Updated
Nov 2, 2021 - C#
#
eventstore
Here are 221 public repositories matching this topic...
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
visual-studio
jwt
cqrs
aspnetcore
ddd
clean-code
architecture
eventstore
swagger
event-sourcing
aspnet-core
asp-net-core
onion-architecture
asp-net-core-mvc
mediatr
ef-core
asp-net-identity
automapper
equinox
fluentvalidation
Async/await first CQRS+ES and DDD framework for .NET
c-sharp
elasticsearch
events
framework
cqrs
sagas
rabbitmq
dotnet
nuget
ddd
eventstore
domain-driven-design
netstandard
async-await
eventsourcing
cqrs-es
-
Updated
Dec 21, 2021 - C#
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
graphql
boilerplate
microservices
cqrs
backend
consul
stripe
ddd
eventstore
event-sourcing
nats
graphql-server
gateways
multi-tenancy
eventstream
ddd-architecture
nats-streaming
nestjs
apollo-federation
cqrs-architectural-pattern
-
Updated
Feb 3, 2022 - TypeScript
Use Commanded to build Elixir CQRS/ES applications
-
Updated
Feb 1, 2022 - Elixir
Event store using PostgreSQL for persistence
-
Updated
Jan 20, 2022 - Elixir
-
Updated
Jan 2, 2022 - Elixir
EventStore Implementation in node.js
-
Updated
Nov 12, 2021 - JavaScript
CQRS & event sourcing framework for Ruby
-
Updated
Jan 30, 2022 - Ruby
.NET event sourced domain driven design model via NServiceBus and GetEventStore
-
Updated
Feb 3, 2022 - C#
Event Sourcing for Rust
-
Updated
Jan 2, 2022 - Rust
.NET Event Sourcing library with CosmosDB, EventStoreDB, SqlStreamStore and integration test backends. Focused at stream level; see https://github.com/jet/propulsion for cross-stream projections/subscriptions/reactions
mysql
postgres
sql-server
csharp
fsharp
dotnet
eventstore
event-sourcing
dotnet-core
todo-backend
sqlstreamstore
cosmosdb
cosmos-db
memorystore
-
Updated
Feb 7, 2022 - F#
In-memory event-sourced ACID-transactional distributed object graph engine for .NET Standard
-
Updated
May 15, 2021 - C#
Sample Event Sourcing implementation with .NET Core
unit-testing
kafka
mongodb
dotnet
azure
eventstore
event-sourcing
servicebus
dotnet-core
azure-functions
azure-service-bus
cosmosdb
-
Updated
Dec 27, 2021 - C#
Open
serious problem !
2
pedramaghasian
commented
Jul 25, 2021
hello,
I encounter this error when executing the project :
[Nest] 22613 - 07/25/2021, 4:34:24 PM LOG [InstanceLoader] EventStoreModule dependencies initialized +1ms
[Nest] 22613 - 07/25/2021, 4:34:24 PM ERROR [ExceptionHandler] Nest can't resolve dependencies of the CommandBus (?). Please make sure that the argument ModuleRef at index [0] is available in the CqrsMoFork of dotnet-architecture/eShopOnContainers in full DDD/CQRS design using my own patterns
react
microservices
typescript
cqrs
frontend
backend
mobx
ddd
example
servicestack
eventstore
domain-driven-design
nservicebus
netstandard
eventsourcing
cqrs-es
mobx-state-tree
-
Updated
Sep 21, 2021 - C#
Implementation of basic Todo app via tastejs/todomvc in C#/Typescript with eventsourcing, cqrs, and domain driven design
microservices
typescript
cqrs
frontend
backend
ddd
example
eventstore
domain-driven-design
todomvc
nservicebus
netstandard
eventsourcing
cqrs-es
-
Updated
Jan 14, 2022 - C#
itninja-hue
commented
May 15, 2021
Migration to Distroless base image on release stage
cqrs framework in go
-
Updated
Jan 20, 2019 - Go
Open
Upgrading some stuff
3
OKTAYKIR
commented
May 15, 2020
@suadev, I get the following error after running the application:
12:17:48:558 [Debug]: Execution of command 'ExampleCommand' with ID 'command-a478d189-d908-4bb9-918f-c7507b1eb9ee' on aggregate 'EventFlowExample.Aggregates.ExampleAggregate' failed due to exception 'TypeInitializationException' with message: The type initializer for 'MongoDB.Bson.Serialization.BsonClassMap' threw an except
F# Event store for Azure Cosmos DB, Table Storage, Postgres, LiteDB & ServiceStack
-
Updated
Jan 31, 2022 - F#
Elixir Adapter for EventStore
-
Updated
Nov 15, 2021 - Elixir
bartelink
commented
Sep 16, 2020
The Streams Scheduler Cpu log line emits a coarse record of all time usage.
It should also record and emit the time the Scheduler spends doing Thread.Sleep.
Probably also applicable to the Parallel Scheduler.
This is the stable release of Dolittle till its out of alpha->beta stages
-
Updated
Feb 7, 2019 - C#
-
Updated
Mar 15, 2019
PHP 7.4 Event Store Client Implementation
-
Updated
Sep 29, 2021 - PHP
Event Sourcing Library for Rust
-
Updated
May 3, 2020 - Rust
wolkenkit-eventstore is an open-source eventstore for Node.js that is used by wolkenkit.
-
Updated
Jan 15, 2022 - JavaScript
Improve this page
Add a description, image, and links to the eventstore topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the eventstore topic, visit your repo's landing page and select "manage topics."
Describe the bug
When ES is started after it has been stopped while scavenging, it will sometimes throw an exception while trying to mark the scavenge as failed. The error seems to be caused by a boxed long being casted to int.
To Reproduce
Steps to reproduce the behavior: