Giter VIP home page Giter VIP logo

Rajath Subramanyam's Projects

cassandrasimulator icon cassandrasimulator

This is a Distributed Key-Value(KV) store developed in C++ based on the design principles of Apache Casasndra. It follows a client-server architecture. The server can be scaled horizontally by adding multiple nodes/servers. The client supports basic CRUD operations on the data structures defined on the server. Communication among the nodes in the distributed system is via message passing. The only data model the server supports for now is a fast, correct, idempotent, distributed counters. It can be used for keeping count of events, system objects, etc.,.

cs425mp4 icon cs425mp4

This is the repository for Helenus, an in-memory distributed key-value store. Helenus is a BASE, fault-tolerant, eventually-consisent key-value store that supports concurrency.

fbf icon fbf

Initial prototype of a forgetful bloom filter

fbfprototype icon fbfprototype

This is the repository of a Forgetful Bloom Filter (FBF) data structure. FBF is a data structure built on Bloom filter. But it has the following two additional properties: i) It maintains a moving window to compactly represent only recent elements ii) It scales up/down seamlessly thus maintaining the false positive probability below an application provided target false positive probability.

helenus icon helenus

This is the repository for Helenus, an in-memory distributed key-value store. Helenus is a BASE, fault-tolerant, eventually-consisent key-value store that supports concurrency

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.