Code Monkey home page Code Monkey logo

write-through-cache's Introduction

write-through-cache

A simple write through cache for 2 dimensional data structures using redis, also be called as lsm data structure.

  1. Used for providing high write throughputs.
  2. Converting high speed incoming data(streams) for micro batch processing.
  3. Sorts incoming data with option to bin them into batches.
  4. Provides horizontal & vertical scalling with multiple shards.
  5. Provides mechanism to purge data to cold storage.
  6. Provides range reads.
  7. Designed for micro-services enviroment.

Built with

  1. Authors :heart for Open Source.
  2. redis-scripto for handling lua scripts.

Contributions

  1. New ideas/techniques are welcomed.
  2. Raise a Pull Request.

Current Version:

W.I.P(Not released yet)

Pre-requisite

  1. When using horizontal scalling it is very important to synchronise time between shards via NTP.

License

This project is contrubution to public domain and completely free for use, view LICENSE.md file for details.

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.