Skip to content

An Experimental Distributed Key Value Store written in C

Notifications You must be signed in to change notification settings

wuriyanto48/pecel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pecel

Pecel CI

An Experimental Distributed Key Value Store written in C

Building

Requirements:

Build from source:

$ make build

Running

The build results will be in the bin folder

$ ./bin/pecel pecel.conf 

Connect to pecel server with nc

Login to server with ATH command, for example your server password is 12345.

$ nc 127.0.0.1 6009
$ CONNECTED*
$ ATH 12345
$ OK*

Set and Get value

$ nc 127.0.0.1 6009
$ CONNECTED*
$ SET 1 wury
$ OK*
$ GET 1
$ wury

TODO

  • more validation and error handling

Wuriyanto 2021

About

An Experimental Distributed Key Value Store written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published