event-sourcing
Here are 1,261 public repositories matching this topic...
Full ASP.NET Core 6 application with DDD, CQRS and Event Sourcing concepts
-
Updated
Apr 10, 2022 - C#
The stream database optimised for event sourcing
-
Updated
Jul 7, 2022 - C#
Fancy stream processing made operationally mundane
-
Updated
Jul 7, 2022 - Go
For an implementation of #126 (PostgreSQL driver with SKIP LOCKED), I create a SQL table for each consumer group containing the offsets ready to be consumed. The name for these tables is build by concatenating some prefix, the name of the topic and the name of the consumer group. In some of the test cases in the test suite, UUID are used for both, the topic and the consumer group. Each UUID has
Kafka Web UI
-
Updated
Jun 19, 2022 - Java
We can get the response, but that API call only returns metadata, the /details endpoint that returns actual answer data is not available.
In src/internal/state-context-factory.ts it is noted:
// In doing this refactoring I noticed that there is a 'bug' where the
// application state is returned instead of this state slice.
// This has worked this way since the beginning see:
// https://github.com/ngxs/store/blame/324c667b4b7debd8eb979006c67ca0ae347d88cd/src/state-factory.ts
// This needs to be fixed, but is a 'breaking' ch
Framework for Evolutionary Event-Driven Microservices on the JVM
-
Updated
Jul 7, 2022 - Java
Examples and Tutorials of Event Sourcing in .NET
-
Updated
Jul 4, 2022 - C#
Async/await first CQRS+ES and DDD framework for .NET
-
Updated
Jun 24, 2022 - C#
.NET Transactional Document DB and Event Store on PostgreSQL
-
Updated
Jul 7, 2022 - C#
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
-
Updated
Jun 23, 2022 - TypeScript
Use Commanded to build Elixir CQRS/ES applications
-
Updated
Jul 7, 2022 - Elixir
Microservice native message and event store for Postgres
-
Updated
Feb 16, 2022 - Shell
I know it's not a course about RESTful principles but maybe you'll consider in the future extracting resource id from request body to path parameter ?
Immutable Ordered Key-Value Database Engine
-
Updated
Mar 21, 2020 - Rust
Event Sourcing for Go!
-
Updated
Jun 21, 2022 - Go
A Ruby implementation of an Event Store based on Active Record
-
Updated
Jul 7, 2022 - Ruby
A library for event sourcing in Python.
-
Updated
Jun 11, 2022 - Python
wolkenkit is an open-source CQRS and event-sourcing framework based on Node.js, and it supports JavaScript and TypeScript.
-
Updated
Jul 4, 2022 - TypeScript
Search before asking
- I had searched in the issues and found no similar issues.
Documentation Related
There is a missing file eventmesh-runtime/conf/rocketmq-client.properties which is required to deploy eventmesh-runtime in master branch
Are you willing to submit PR?
- Yes I am willing to submit a PR!
I would like to review the docs and explain also de concepts behind some decisions.
Things needed to explain:
- DDD objectives and reasons why.
- Core concepts like
- bounded context
- anti corruption layer
- domain
- value objects VS entities
- aggregates
- aggregate root
- layered architecture and each one responsibility
- reasons for the command and query bus
- the even
This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.
-
Updated
Jun 27, 2022 - JavaScript
Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
-
Updated
Nov 24, 2021 - Rust
Event store using PostgreSQL for persistence
-
Updated
May 4, 2022 - Elixir
Vert.x Blueprint Project - Micro-Shop microservice application
-
Updated
Dec 13, 2018 - Java
Microservices Event Sourcing 是一个微服务架构的在线购物网站,使用Spring Boot、Spring Cloud、Spring Reactor、OAuth2、CQRS 构建,实现了基于Event Sourcing的最终一致性,提供了构建端到端微服务的最佳实践
-
Updated
May 19, 2017 - Java
Improve this page
Add a description, image, and links to the event-sourcing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the event-sourcing topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

https://github.com/kgrzybek/modular-monolith-with-ddd/blob/54d209639e501301e879aa0d0a84c9ea49e4689e/src/Modules/Meetings/Domain/Meetings/Rules/MeetingAttendeesLimitMustBeGreaterThanGuestsLimitRule.cs#L1-L21
I believe the comparison operator used in the
IsBrokenmethod is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.