erlings
erlings copied to clipboard
Small exercises to get you used to reading and writing Erlang code
Check https://people.kth.se/~johanmon/dse.html and see if there are any exercises we can add.
https://github.com/unq-lids-sistemas-distribuidos/curso https://people.kth.se/~johanmon/dse.html
READMEs: - [ ] [Installing](sequential/installing/) - [ ] [Filter numbers](sequential/filter_numbers/) - [ ] [Filter in](sequential/filter_numbers#filter-in) - [ ] [Filter out](sequential/filter_numbers#filter-out) - [ ] [Filter in values](sequential/filter_numbers#filter-in-values) - [ ] [Hello...
In the exercise the result is a list of lists, but it should be a list of tuples.
### Cassandra 1. https://academy.datastax.com/resources/ds101-introduction-cassandra 1. https://academy.datastax.com/resources/ds201-foundations-apache-cassandra 1. https://academy.datastax.com/resources/ds220-data-modeling 1. https://aphyr.com/posts/294-jepsen-cassandra 1. 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 1. https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-1-storage-mechanics/ 1. https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-2-data-replication/ 1. https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-3-scaling-message-delivery/ 1. https://bravenewgeek.com/building-a-distributed-log-from-scratch-part-4-trade-offs-and-lessons-learned/ 1. https://kafka.apache.org/documentation/#gettingStarted 1....
Add excercise that uses message passing with two node and where one node overflows the other. Let's discuss this tomorrow @hernanex3
- allow to become different servers (more than once) - add another server example (e.g. factorial) - add a test - link to joe armstrong post https://joearms.github.io/published/2013-11-21-My-favorite-erlang-program.html
Fixes in check-progress file, where it was calling make inside every folder, not every exercise folder have a make file, insted of calling make in root with the folders names...