GithubHelp home page GithubHelp logo

kamcpp / fence Goto Github PK

View Code? Open in Web Editor NEW

This project forked from labcrypto/fence

0.0 2.0 0.0 63.62 MB

A durable queue with a centralized master node

License: MIT License

CMake 7.01% Shell 0.38% C++ 90.01% Makefile 2.59%

fence's Introduction

Fence - A durable queue

Installation

Linux (Debian-based distributions)

Install abettor-c, abettor-cc and hottentot from following links:

LabCryptoOrg/abettor-c

LabCryptoOrg/abettor-cc

LabCryptoOrg/hottentot

Read READMEs carefully for installation instructions.

Then, clone fence source code from github.

 $ git clone https://github.com/LabCryptoOrg/fence

Compile and install sources.

 $ cd fence
 $ mkdir -p build
 $ cd build
 $ cmake ..
 $ make
 $ sudo make install

Copy master.conf to /usr/bin for master node configuration.

 $ cd fence
 $ sudo cp src/master/master.conf /usr/bin

Copy slave.conf to /usr/bin for slave node configuration.

 $ cd fence
 $ sudo cp src/slave/slave.conf /usr/bin

Make workig directories.

 $ sudo mkdir -p /opt/org/labcrypto/fence/master/work
 $ sudo mkdir -p /opt/org/labcrypto/fence/slave/work

Start master and slave nodes.

 $ sudo fence-master
 $ sudo fence-slave

Developers

Kamran Amini ([email protected])

fence's People

Contributors

kamcpp avatar

Watchers

 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.