Skip to content

Gaborade/Janus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Janus is a mini key-value db prototype that allows you to perform CRUD operations to store key-value pairs, with the use of a simple command-line interface(cli)

Usage

  1. Clone the repo

    git clone https://github.com/Gaborade/Janus.git
  2. Start db server with debug mode off

    python3 server.py

    or with debug mode on

    python3 server.py --debug
  3. Start cli in a separate terminal

    python3 cli.py
  4. To perform CRUD operations: Janus Cli

Project Status

Not complete, many iterations to go

About

Janus, a mini key-value db prototype

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages