patrick-samy / kv-cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KV-Cloud

========

Build instructions

# tweaking can be done in config.h
$ make [all | kvcloud | libkvcloud | client]

Testing

# initializing the filesystem with '-f' and starting server on default port 60000 (or use -p port)
$ ./kvcloud [-p port | -f ]
$ LD_LIBRARY_PATH=. ./client ip port
# sample program 'client' reads commands on the standard input and uses the API to make the associated
# requests to the server:
# get mykey myvalue
# set mykey test
# get mykey
# delete mykey

Authors

  • Patrick Samy

About


Languages

Language:C 100.0%