GithubHelp home page GithubHelp logo

kv-utils's Introduction

kv-utils

Abstracted helper classes providing consistent key-value store functionality, with zookeeper and etcd3 implementations.

  • KVTable - A consistent key-value cache which is automatically kept in sync with a centralized KV store such as etcd or zookeeper.
  • DynamicConfig - Simple read-only string config map automatically kept in sync with a shared table of configuration which allows listeners to react to config changes.
  • SharedCounter - A basic distributed atomic counter.
  • LeaderElection - Leader election, with an observer mode and ability to listen for leadership changes.
  • Distributor - Rendezvous hashing implementation for group of members, which implements IntPredicate.
  • SessionNode - A singleton value whose existence is linked to the kv store client's session.

It is recommended to instantiate any/all of these classes via a KVUtilsFactory.

History

Though not reflected in the commit history of this repository, this library was originally developed and used internally by IBM in early 2017, with most development done in 2017-2018. A decision was made to contribute it to open source in 2021.

kv-utils's People

Contributors

njhill avatar pvaneck avatar

Watchers

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