This commit is contained in:
Ivan Paulovich
2018-03-23 19:10:45 -03:00
committed by GitHub
parent 9334511f78
commit 15ac2de003

View File

@@ -1,4 +1,4 @@
A solution for Blogging based on a Event-Driven architecture with DDD and CQRS. The solution contains the following applications.
A solution based on a Event-Driven architecture with DDD and CQRS. The solution contains the following applications.
* A Producer Web API which receives Commands to produce Domain Events. This one also receives Queries and returns JSON.
* A Consumer Console App that reads the Event Stream and do a projection to a MongoDB database.
* A Web API for authentication and JWT generation.