GithubHelp home page GithubHelp logo

tempbottle / bifrost Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shisoftresearch/bifrost

0.0 1.0 0.0 473 KB

Pure rust building block for distributed systems

License: MIT License

Rust 100.00%

bifrost's Introduction

bifrost

Build Status

Pure rust building block for distributed systems

Objective

The objective of bifrost is to build a solid foundation for distributed systems in rust. It is similar to one of my Clojure project cluster-connecter, but no longer require any third-party software like Zookeeper or etcd. Bifrost will ship with it's own reliable data store based on raft consensus algorithm state machines. Users are also able to build their own reliable data structures by implementing state machine commands.

Bifrost is still in very early stage of development and it is not suggested to be used in any kinds of projects until it is stabilized and fully tested

Progress Check List

  • RPC
    • TCP Server
    • Protocol
    • Event driven server
    • Sync client
    • Async client
    • Multiplexing pluggable services
    • Shortcut (for both TCP and RPC APIs)
  • Raft (data replication)
    • Leader election
    • Log replication
    • Master/subs state machine framework
    • State machine client
      • Sync
      • PubSub
    • Master state machine snapshot
      • Generate
      • Install
      • Generate in chunks
      • Install in chunks
      • Automation
      • Persistent to disk
      • Recover from disk
      • Incremental snapshot
    • Membership changes
      • State machine
        • New Member
        • Delete Member
        • Snapshot
        • Recover
      • Interfaces
      • Update procedures
    • Cluster bootstrap
    • Client
      • Command
      • Query
        • Concurrency
      • Failover
      • Membership changes
      • Subscription
    • Raft Group
    • Tests
      • State machine framework
      • Leader selection
      • Log replication
      • Snapshot
      • Membership changes
        • New member
        • Delete member
      • Safety
      • Stress and benchmark
      • Stress + Safety
  • Sharding
    • Consistent hash
  • Reliable data store
    • Client group membership
    • Client group leader election
    • Map
    • Set
    • Array
    • Queue
    • Value
    • Number
    • Lock
  • Integration (API)
    • gPRC
  • Utility
  • Consistent hashing
  • Vector clock

bifrost's People

Contributors

shisoft avatar

Watchers

 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.