Giter VIP home page Giter VIP logo

rustic-db's Introduction

Project workflow

RusticDB

A fast and lightweight KeyValue store written in Rust.

Project Setup

How to run

RUST_LOG=info cargo run

How to run test cases

cargo test

Contributing to rustic-db

Please checkout our contribution doc here.

rustic-db's People

Contributors

he-ym avatar yatharthmathur avatar

Stargazers

Aman Pandey avatar Alan P John avatar

Watchers

 avatar

rustic-db's Issues

Core feature development

Functional Requirements:

  • #5
  • #6
  • #7
  • #12
  • #13
    • For now implement a lazy cleanup service i.e if key is expired on get, return None and expire the key (if not expired already)
  • #15
  • Add types using enums
    • Add type Integer
    • Add type String
    • Add type List
    • Add type Bytes
    • Add type HashSet
    • Add type HashMap
  • #36
    • Add cleanup service that runs periodically to delete cache keys which are expired.
  • #37
    • Create a client that can interact with the API
  • Add persistence
    • Snapshots for now
    • Take periodic snapshots

Create a storage manager

A storage manager basically handles a hashmap of name and KeyValueStore object.

  • Can add a store given a name and TTL
  • Can remove a store given a name
  • Can clone a store given a name
  • Update TTL for a store
  • Add more based on requirement.

Documentation

Objective:

  • To create documentation with thorough description of all data types, errors, APIs
  • To create documentation of the internal functions and utils to help contribution to the project

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.