Code Monkey home page Code Monkey logo

hovercraft's Introduction

HovercRaft

This repository contains the code for the paper:

HovercRaft: Achieving Scalability and Fault-tolerance for microsecond-scale Datacenter Services
Marios Kogias, Edouard Bugnion
Eurosys 2020

You can find the paper here

Contents

The repository contains several submodules and directories.

r2p2
The codebase for the Request Response Pair Protocol for datacenter RPCs
raft
The raft codebase used with its modifications.
redis
The redis codebase with the R2P2 modifications
lancet
The lancet latency measuring tool and load generator used for the experiments
redismodule
A redis module that implements the YCSB-E workload used in HovercRaft's evaluation
distbenchr
A python package used to run distributed experiments
scripts
Basic scripts to deploy and run HovercRaft for the synthetic and Redis experiments.

Build

To get the dependencies and build an example run:

git submodule update --init --recursive
make hovercraft-stss

Check the Makefile for more build options.

Experiments

Check the scipts directory for running experiments. Configure the fabfile.py and driver.py scripts accordingly.

Also, configure the r2p2.conf for HovercRaft as described in the R2P2 repository.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.