1. hashbase(1)
  2. hashbase(1)

NAME

hashbase - flexible hackable-storage

SYNOPSIS

hashbase
hashbase [options...]
hashbase -d|--daemonize
hashbase --port=NUMBER

DESCRIPTION

It's a fast, efficient on-disk/in-memory database with many different kind of data structures.

OPTIONS

-d, --daemonize

Run in the background as daemon.

-s, --stop

Close running daemon.

-p=NUMBER, --port=NUMBER

Set port for server.

-v, --version

Show hashbase version and exit.

-h, --help

Show help and exit.

EXAMPLES

Serve TCP server with debug logging:

$ hashbase

Serve TCP server at localhost:1207 as daemon:

$ hashbase -d -p 1207

Close server:

$ hashbase -s

BUGS

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

SEE ALSO

man(1), manpages(5)

  1. July 2014
  2. hashbase(1)