lambdaclass / erlings

Small exercises to get you used to reading and writing Erlang code
MIT License
171 stars 27 forks source link

Useful links that don't belong here #43

Open AminArria opened 6 years ago

AminArria commented 6 years ago

Cassandra

  1. https://academy.datastax.com/resources/ds101-introduction-cassandra
  2. https://academy.datastax.com/resources/ds201-foundations-apache-cassandra
  3. https://academy.datastax.com/resources/ds220-data-modeling
  4. https://aphyr.com/posts/294-jepsen-cassandra
  5. https://lostechies.com/ryansvihla/2014/10/20/domain-modeling-around-deletes-or-using-cassandra-as-a-queue-even-when-you-know-better/

Kafka and distributed logs

  1. https://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying
  2. https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-1-storage-mechanics/
  3. https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-2-data-replication/
  4. https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-3-scaling-message-delivery/
  5. https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-4-trade-offs-and-lessons-learned/
  6. https://kafka.apache.org/documentation/#gettingStarted
  7. https://notamonadtutorial.com/interview-with-jay-kreps-about-apache-kafka-46fbfdb870ca
  8. https://kafka.apache.org/documentation.html#design
  9. http://www.confluent.io/blog/stream-data-platform-1/
  10. http://www.confluent.io/blog/stream-data-platform-2/
  11. https://www.confluent.io/blog/using-logs-to-build-a-solid-data-infrastructure-or-why-dual-writes-are-a-bad-idea/
  12. https://aphyr.com/posts/293-jepsen-kafka
facundoolano commented 6 years ago

maybe create a repo of databases and distsys reads with this (and probably also the papers from the roadmap)

facundoolano commented 6 years ago

you could then link both documents