Git Product home page Git Product logo

fals / cqrs-clean-eventual-consistency Goto Github PK

View Code? Open in Web Editor NEW
468.0 468.0 87.0 1.39 MB

CQRS, using Clean Architecture, multiple databases and Eventual Consistency

License: MIT License

C# 99.21% Dockerfile 0.79%
asp-net-core clean clean-architecture cqrs cqrs-application cqrs-pattern ddd docker events eventual-consistency mongodb mssql net-core netcore rabbitmq redis redis-cache tdd

cqrs-clean-eventual-consistency's People

Contributors

azure-pipelines[bot] avatar dependabot[bot] avatar fals avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cqrs-clean-eventual-consistency's Issues

UI

Hello,

Any chance you have a example angular or mvc version that points to the api?

Events are not persisted, thus no audit

In the readme, your state that the read database can be reconstructed from write DB, but that is not true. In your demo, you seem to store an entity instead of events related to that entity, and thus write db and read db are almost the same. It seems to me this validated the essence and removes the event sourcing part that is crucial here. CQRS is retained though.

What am I missing here

Hi
Followed your instruction but no docker instruction or RabbitQ.Client errors on TryConnect

So what are we missing here?
Is your documentation up todate?
Are you adding Blazor front end ?
Kind regards
Peter

Business logic in controller?

Hello.
Just saw your comment on Clean Architecture with ASP.NET Core 2.1
and came here to say I can't agree more! ๐Ÿ˜„

I see you're having business login inside your controller. Is it ok? Shouldn't it, for example, just throws a NotFoundException in the application layer and translated to HTTP 404 by a middleware?

if (queryResult == null)
{
return BadRequest(id);
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.