Here are
310 public repositories
matching this topic...
Updated
Aug 26, 2020
Python
GNES is Generic Neural Elastic Search, a cloud-native semantic search system based on deep neural network.
Updated
Oct 31, 2019
Python
Docker-based utility for testing network failures and partitions in distributed applications
Updated
Apr 30, 2020
Python
A library for event sourcing in Python.
Updated
Aug 22, 2020
Python
Pyro 4.x - Python remote objects
Updated
May 27, 2020
Python
Kubernetes-native Deep Learning Framework
Updated
Sep 7, 2020
Python
Decentralized deep learning framework in pytorch. Built to train models on thousands of volunteers across the world.
Updated
Sep 7, 2020
Python
Easy distributed locks for Python with a choice of backends.
Updated
Mar 22, 2020
Python
Python Actor concurrency library
Updated
Mar 29, 2020
Python
An Acceleration System for Large-scale Outlier Detection (Anomaly Detection)
Updated
Jun 15, 2020
Python
Distributed Keras Engine, Make Keras faster with only one line of code.
Updated
Oct 3, 2019
Python
Python Actor concurrency library
Updated
Jul 14, 2020
Python
Instant Kubernetes-Native Application Observability
Updated
Sep 4, 2020
Python
Rucio - Scientific Data Management
Updated
Sep 7, 2020
Python
🚗 Rocket League Distributed Deep Reinforcement Learning Bot
Updated
May 10, 2019
Python
Python implementation of the Raft algorithm for distributed consensus
Updated
Aug 19, 2018
Python
Implementation of the gossip protocol
Updated
Mar 13, 2017
Python
Implementing Google's DistBelief paper
Updated
Jan 14, 2019
Python
Pyro 5 - Python remote objects for modern python versions
Updated
Aug 16, 2020
Python
🔖 Guides, Open Source Projects, Podcasts, Videos and Notes to Build Reliable Large-Scale Distributed Systems.
Updated
Aug 29, 2020
Python
A simple brokerless task queue implementation leveraging zmq and a naive implementation of the actor model to enqeue jobs on local or remote processes.
Updated
Jul 24, 2020
Python
Learn how to design large scale systems. Prep for the system design interview.
Updated
Mar 9, 2017
Python
An offensive attack framework for Distributed Layer of Modern Applications
Updated
Feb 5, 2020
Python
A collection of Docker containers for running Blender headless or distributed ✨
Updated
Jun 16, 2020
Python
Training neural networks in TensorFlow 2.0 with 5x less memory
Updated
Aug 9, 2020
Python
PyTorch DataLoader processed in multiple remote computation machines for heavy data processings
Updated
Oct 26, 2019
Python
Updated
Jul 28, 2019
Python
Distributed Learning by Pair-Wise Averaging
Updated
Oct 31, 2017
Python
Improve this page
Add a description, image, and links to the
distributed-systems
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
distributed-systems
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I'm confused about the example for data migration during code updates. The
runMigrationexample function asserts that this is an upgrade from version 0 to version 1. Shouldn't this be from version 1 to version 2? Or am I completely misunderstanding how migrations work?