Merge pull request #1166 from davegarred/master

Add a domain driven design section with cqrs-es
This commit is contained in:
Tom Parker-Shemilt 2021-09-28 15:14:21 +01:00 committed by GitHub
commit c43b8119f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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