Coder Social home page Coder Social logo

bayou's Introduction

Bayou

A framework to ensure eventual consistency among distributed systems.

Client Application used here is a Playlist of songs.

Features

The features of Bayou implemented in this protocol are:

  1. Reach eventual consistency while minimizing assumptions about communication characteristics.

Design: Peer-to-peer anti-entropy for propagation of updates.

  1. System support for detection of update conflicts.

Design: Dependency checks on each write.

  1. Commit data to a stable value as soon as possible.

Design: Include a primary whose purpose is to commit data and set the order in which data is committed

  1. Permit disconnected clients and groups to see their own updates.

Design: Clients can read tentative data with an expectation that it will be committed with the same effect if possible.

  1. Provide a client with a view of the replicated data that is consistent with its own actions.

Design: Session guarantees. [Implemented - Read your writes]

Execution

Running Instructions:

  1. java bayou/src/Env.java

  2. If all goes well, an emulator terminal will be shown :

$ Enter new Command (HELP) > 
  1. type HELP for further instructions.

bayou's People

Contributors

banaka avatar prat0318 avatar

Watchers

James Cloos avatar  avatar  avatar

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.