-
Updated
Apr 10, 2022 - C#
#
eventstore
Here are 226 public repositories matching this topic...
Full ASP.NET Core 6 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
kind/bug
Issues which are a software defect
subsystem/core database
Issues relating to the core database
good first issue
This is a good first issue for anyone that wants to start contributing to EventStoreDB
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
event-sourcing
netcore
dotnet-core
netstandard
async-await
eventsourcing
cqrs-es
-
Updated
Mar 25, 2022 - 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
Apr 5, 2022 - TypeScript
Use Commanded to build Elixir CQRS/ES applications
-
Updated
May 6, 2022 - Elixir
Event store using PostgreSQL for persistence
-
Updated
May 4, 2022 - Elixir
-
Updated
Feb 26, 2022 - Elixir
EventStore Implementation in node.js
-
Updated
Feb 19, 2022 - JavaScript
CQRS & event sourcing framework for Ruby
-
Updated
May 10, 2022 - Ruby
Event Sourcing for Rust
-
Updated
May 6, 2022 - Rust
.NET event sourced domain driven design model via NServiceBus and GetEventStore
-
Updated
Mar 30, 2022 - C#
.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
May 9, 2022 - F#
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
Feb 28, 2022 - C#
In-memory event-sourced ACID-transactional distributed object graph engine for .NET Standard
-
Updated
May 15, 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 CqrsMo
good first issue
Good for newcomers
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
Apr 28, 2022 - C#
Fork 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
Apr 28, 2022 - C#
Minimalistic Event Sourcing library for .NET
-
Updated
May 8, 2022 - C#
itninja-hue
commented
May 15, 2021
Migration to Distroless base image on release stage
good first issue
Good for newcomers
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
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
F# Event store for Azure Cosmos DB, Table Storage, Postgres, LiteDB & ServiceStack
-
Updated
Jan 31, 2022 - F#
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.
Elixir Adapter for EventStore
-
Updated
Nov 15, 2021 - Elixir
This is the stable release of Dolittle till its out of alpha->beta stages
-
Updated
Feb 7, 2019 - C#
Booking Microservices is a Sample application for booking ticket. This application based on different software architecture and technologies like .Net Core, CQRS, DDD, Vertical Slice Architecture, Docker, kubernetes, tye, masstransit, RabbitMQ, Grpc, yarp reverse proxy, Identity Server, Redis, SqlServer, Entity Framework Core, Event Sourcing and different level of testing.
docker
redis
microservices
cqrs
dotnet
ddd
dotnetcore
eventstore
grpc
kube
yarp
ef-core
masstransit
mongo-driver
tye
opentelemetry
vertical-slice-architecture
-
Updated
May 10, 2022 - C#
PHP 7.4 Event Store Client Implementation
-
Updated
May 10, 2022 - PHP
EventStore Haskell TCP Client
-
Updated
Dec 22, 2021 - Haskell
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: