Community

Simple CQRS – Tweets to Apache Kafka to Elastic Search Index using a little Node code

(Lucas Jellema) Put simply – CQRS (Command Query Responsibility Segregation) is an architecture pattern that recognizes the fact that it may be wise to separate the database that processes data manipulations from the engines that handle queries.




Tags: