Coder Social home page Coder Social logo

climatefacts's Introduction

ClimateFacts

Requirements

gRPC, libmemcached, pylibmc, mmh3, bitarray, mongoDB

Make changes to config.cfg present in raft folder to include the ip of all the nodes participating in RAFT leader election system

client_map = {1: ["169.254.27.153",8080],2:["169.254.40.41",8080],3:["169.254.51.179",8080],4:["169.254.18.67",8080]} node_id = 1 -- change it to your client id (say your system is client 2 in above client map, then change it to 2) space = 10737418240 -- change it as per your systems capacity.

Start MongoDB services on your system

Start RAFT server, which is the gRPC server. This will expose both leader election protocol as well other services required to post and get Climate Fact Data

python server.py (present under raft/src folder) This will start the leader election and will select the leader.

Start gRPC client to listen for external requests

python client.py

climatefacts's People

Contributors

aasthakumar 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.