hashbase - flexible hackable-storage
hashbase
hashbase [options...]
hashbase -d|--daemonize
hashbase --port=NUMBER
It's a fast, efficient on-disk/in-memory database with many different kind of data structures.
-d, --daemonizeRun in the background as daemon.
-s, --stopClose running daemon.
-p=NUMBER, --port=NUMBERSet port for server.
-v, --versionShow hashbase version and exit.
-h, --helpShow help and exit.
Serve TCP server with debug logging:
$ hashbase
Serve TCP server at localhost:1207 as daemon:
$ hashbase -d -p 1207
Close server:
$ hashbase -s
Hashbase is written in ANSI C and depends on autoconf and extension libraries that are non-trivial to install on some systems. A more portable version of this program would be welcome.
Hashbase is Copyright (C) 2014 Maciej A. Czyzewski
man(1), manpages(5)