Bookmarks tagged [distributed-computing]
https://github.com/Netflix/chaosmonkey
Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures. - Netflix/chaosmonkey
https://www.youtube.com/watch?v=GUtd-zEDgjQ
Underneath every breakout website or app is a horizontally scaling back-end, but how do we get from a single process Node.js server to a highly-available, auto-scaling system? In this talk, we’ll take...
- 📆 published on: 2019-10-25
- tags: node.js, distributed-computing, distributed-system
- source code
https://gengnosis.blogspot.com/2007/01/level-triggered-and-edge-triggered.html
Edge triggered things happen when some stimulus changes; level-triggered things happen when some stimulus crosses a threshold.
- 📆 published on: 2007-10-21
- tags: distributed-computing, programming, architecture
etcd is a strongly consistent, distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines. It gracefully handle...
https://cloud.google.com/blog/products/gcp/kubernetes-best-practices-setting-up-health-checks-with-r...
In this episode of “Kubernetes Best Practices”, let’s learn about the subtleties of [readiness and liveness probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readines...
- 📆 published on: 2018-05-04
- tags: kubernetes, monitoring, healthcheck, distributed-computing, cloud
https://pypi.python.org/pypi/pyspark/
Apache Spark Python API.
A flexible parallel computing library for analytic computing.
https://github.com/spotify/luigi
A module that helps you build complex pipelines of batch jobs.
Run MapReduce jobs on Hadoop or Amazon Web Services.
https://github.com/ray-project/ray/
A system for parallel and distributed Python that unifies the machine learning ecosystem.
https://github.com/robinhood/faust
A stream processing library, porting the ideas from Kafka Streams to Python.
https://github.com/Parsely/streamparse
Run Python code against real-time streams of data via Apache Storm.
Consul is a highly available and distributed service discovery and KV store designed with support for the modern data center to make distributed systems and configuration easy.
Apache ZooKeeper is an effort to develop and maintain an open-source server which enables highly reliable distributed coordination.
https://en.wikipedia.org/wiki/CAP_theorem
In theoretical computer science, the CAP theorem, also named Brewer's theorem after computer scientist Eric Brewer, states that it is impossible for a distributed data store to simultaneously provide ...
https://www.allthingsdistributed.com/2008/12/eventually_consistent.html
The goal of this article is to raise awareness about the complexity of engineering systems that need to operate at a global scale and that require careful tuning to ensure that they can deliver the du...
- 📆 published on: 2012-08-22
- tags: event-driven-design, distributed-computing, distributed-storage, availability