modular-monolith-with-ddd
MassTransit
modular-monolith-with-ddd | MassTransit | |
---|---|---|
18 | 21 | |
12,168 | 7,451 | |
0.3% | 0.5% | |
7.0 | 9.6 | |
about 1 year ago | 6 days ago | |
C# | C# | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
modular-monolith-with-ddd
-
Modular Monolith with DDD repository migrated to .NET 8.0
Link to PR here: https://github.com/kgrzybek/modular-monolith-with-ddd/pull/286
-
How to find a sample enterprise applications?
- https://github.com/kgrzybek/modular-monolith-with-ddd (a really well documented example)
-
How I start every new Python backend API project
You can see there is a module called building_blocks. Inside it, I keep all the utilities needed in the project, like a logger, serializers, and so on. I did not make up this name, I borrowed it from this repo.
- Does anybody want to learn Computer Science??
-
100+ Must Know Github Repositories For Any Programmer
9. Modular Monolith with TDD
- Can you suggest a Git repo using DDD
-
Can you suggest a git repo using DDD?
This covers far more than just DDD, however, I find the links and README super helpful for a wide range of subjects: https://github.com/kgrzybek/modular-monolith-with-ddd
-
Software design: What are the middle ground options between monolith and microservices?
Modular monolith. Here is one of the best production-ready examples https://github.com/kgrzybek/modular-monolith-with-ddd
- Why do I distrust people who talk about Clean Architecture?
-
The only two custom React hooks we ever use
Am wondering what react community thinks of DDD.
I've been reading "blue" DDD book (by Eric Evans) and "red" book (by Vaugh Vernon) and that was a completely "my whole life was a lie" type of experience and relief at the same time. It's just so great to have the principles of who to structure the code. It, by definition makes, your codebase structure meaningful. Because it's structured according to some common knowledge, not your random thoughts at the time you were writing code.
I was surprised to find so little DDD react sample codebases. Let's say for backend there is huge amount of samples, i.e. https://github.com/kgrzybek/modular-monolith-with-ddd . For react/frontend I have bookmarked only https://github.com/talyssonoc/react-redux-ddd/tree/master/sr... and few more, but those others does not meet the optional criteria i like really much - at the highest (or at app) level all codebase need to have folders app, domain, infra and ui. Simple rule, but simplifies life a lot.
So my question is - is DDD for some reasons not very applicable for app frontend development. Or it just never became popular. Or maybe DDD is popular amongst react developers, just I am not aware of this.
Many thanks for any ideas and comments!
MassTransit
-
Learning - MassTransit Transactional Outbox Pattern
MassTransit GitHub Repository
-
Use MassTransit To Implement OutBox Pattern with EF Core and MongoDB
In this blog post, you will learn how to implement Outbox pattern using MassTransit library.
-
Easy to use library for RabbitMQ in dotnet core.
What would be the benefits of using your library instead of something like MassTransit?
- Consistência de dados e padrão Outbox
-
MassTransit with MSMQ vs RabbitMQ
However, I found this discussion on MT github: https://github.com/MassTransit/MassTransit/discussions/2546
-
Agnostic Messaging Provider - Azure/Google/AWS
MassTransit (https://github.com/MassTransit/MassTransit)
-
What's the deal with "hosts" in console applications now?
I really like https://masstransit-project.com/. I use it with both RabbitMQ and Azure Service Bus
-
📦 Data consistency, outbox pattern and idempotency in a microservice architecture
There are many libraries in .NET that helps you implementing the outbox pattern like: MassTransit, NServiceBus, CAP. Talking about idempotency, a special mention to a specific lib from a big friend that runs on top of CAP which is called Ziggurat.
- Do I need message queues for sending emails/texts via services like SendGrid, AWS SES, Twilio etc.? How do you decide if you need message queues or not? What questions do you ask yourself?
-
Best .net open source microservice based project?
I actually found the MassTransit samples really enlightening. https://masstransit-project.com/
What are some alternatives?
CleanArchitecture - Clean Architecture Solution Template for ASP.NET Core
Rebus - :bus: Simple and lean service bus implementation for .NET
eShopOnWeb - Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
EasyNetQ - An easy to use .NET API for RabbitMQ
Orchard Core - Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
CAP - Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern