event-sourcing
Here are 1,073 public repositories matching this topic...
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
-
Updated
May 20, 2021 - C#
The stream database optimised for event sourcing
-
Updated
Jun 16, 2021 - C#
Declarative stream processing for mundane tasks and data engineering
-
Updated
Jun 16, 2021 - Go
When I use removeItem state operator then TypeScript complains that message object can be possibly undefined even though I specified the type for removeItem operator. I could fix the issue with optional chaining but that is not possible if I want to use a utility library like Ramda
, 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 15, 2021 - Java
Framework for Evolutionary Event-Driven Microservices on the JVM
-
Updated
Jun 15, 2021 - Java
Is there a specific app this action is for?
- All the CRUD actions available for all the entities available in the docs
Please provide a link to the relevant API docs for the specific service / operation.
https://docs.commercetools.com/
.NET Transactional Document DB and Event Store on PostgreSQL
-
Updated
Jun 14, 2021 - C#
Use Commanded to build Elixir CQRS/ES applications
-
Updated
Jun 10, 2021 - Elixir
Microservice native message and event store for Postgres
-
Updated
Jun 10, 2021 - Shell
Immutable Ordered Key-Value Database Engine
-
Updated
Mar 21, 2020 - Rust
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
-
Updated
Jun 10, 2021 - TypeScript
Event Sourcing for Go!
-
Updated
Jun 7, 2021 - Go
A Ruby implementation of an Event Store based on Active Record
-
Updated
Jun 15, 2021 - Ruby
Examples and Tutorials of Event Sourcing in .NET
-
Updated
Jun 16, 2021 - C#
What is this bug about?
When we bootstrap the chat demo application by npx wolkenkit@4.0.0-internal.108 init, the client uses old API routes, causing a 404 error.
What is the expected result?
When we bootstrap the chat demo application, it works as-is.
What is the actual result?
The chat demo application is not usable, since the client can't fetch from the back-end.
A library for event sourcing in Python.
-
Updated
Jun 7, 2021 - Python
5.3 Upgrade
Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
-
Updated
May 6, 2021 - Rust
Event store using PostgreSQL for persistence
-
Updated
Jun 4, 2021 - Elixir
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 1, 2021 - C#
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
项目停止更新,新项目:https://github.com/RayTale/Vertex
-
Updated
Nov 8, 2020 - C#
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 ?
-
Updated
Jun 4, 2021 - Elixir
A pragmatic event sourcing library for PHP with a focus on developer experience.
-
Updated
Jun 10, 2021 - PHP
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."


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.