Add a domain driven design section with cqrs-es

pull/1166/head
Dave Garred 3 years ago
parent bce033afab
commit 999ded0800

@ -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 Rusts 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)]

Loading…
Cancel
Save