From 999ded080096ffcebd61df341a9d4a9e8b3d3b0e Mon Sep 17 00:00:00 2001 From: Dave Garred Date: Mon, 27 Sep 2021 10:14:50 -0700 Subject: [PATCH] Add a domain driven design section with cqrs-es --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0449d1c..0924092 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). - [Database](#database-1) - [Date and time](#date-and-time) - [Distributed systems](#distributed-systems) + - [Domain driven design](#domain-driven-design) - [Email](#email) - [Encoding](#encoding) - [Filesystem](#filesystem) @@ -987,6 +988,10 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * HDFS * [hyunsik/hdfs-rs](https://github.com/hyunsik/hdfs-rs) [[hdfs](https://crates.io/crates/hdfs)] — libhdfs bindings +### Domain driven design + + * [serverlesstechnology/cqrs](https://github.com/serverlesstechnology/cqrs) [[cqrs-es](https://crates.io/crates/cqrs-es)] — A framework for CQRS and event sourcing with [user guide](https://doc.rust-cqrs.org/) + ### Email [[email](https://crates.io/keywords/email), [imap](https://crates.io/keywords/imap), [smtp](https://crates.io/keywords/smtp)]