Modern Distributed Database Internals and Core Concepts
Alex Petrov talks about modern storage system approaches, discussing storage internals in QCon 2018 https://www.youtube.com/watch?v=wxcCHvQeZ-U https://mediu...
Alex Petrov talks about modern storage system approaches, discussing storage internals in QCon 2018 https://www.youtube.com/watch?v=wxcCHvQeZ-U https://mediu...
https://medium.com/netflix-techblog/scaling-time-series-data-storage-part-i-ec2b6d44ba39 https://medium.com/netflix-techblog/scaling-time-series-data-storage...
https://www.confluent.io/blog/event-sourcing-cqrs-stream-processing-apache-kafka-whats-connection/
Eventually consistency mechanism in distributed systems. https://medium.com/@istanbul_techie/a-look-at-conflict-free-replicated-data-types-crdt-221a5f629e7e ...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 use serde::ser::{ Serialize, Serializer }; use serde::de::...