GithubHelp home page GithubHelp logo

bloq / unisrv Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 55 KB

Universal database server and tool

License: MIT License

C++ 83.20% Makefile 0.74% Shell 0.87% M4 15.19%
dbm gdbm rocksdb json-rpc rest-api

unisrv's Introduction

Unisrv: Universal NoSQL database server

Unisrv is a database server: a microservice that exports local filesystem databases over a network. It is the swiss army knife of db services.

Unisrv can export a gdbm database over HTTP REST, a rocksdb database over JSON-RPC, and more. You can mix and match database type, network protocol interface and authentication methods.

Configuration

See configuration documentation for details.

Logging

Log output is sent to the console (stderr) and Unix syslog service.

Supported database types

The following database types are supported:

  • gdbm
  • Rocksdb

Supported network protocols

You may export the database via any number of network protocols:

  • REST over HTTP
  • JSON-RPC over HTTP

HTTP endpoint sharing

Multiple HTTP paths at the same HTTP endpoint are supported; for example

http://127.0.0.1:8989/data/mydata

might export a gdbm database, while the same HTTP endpoint may also export a separate dataset from rocksdb at

http://127.0.0.1:8989/rocks

Dependencies

Building and installing

This uses the standard autotools pattern for building C++ programs:

$ ./autogen.sh
$ CXXFLAGS="-O2 -Wall -g -I/usr/local/include/evhtp" ./configure
$ make			# compile
$ make check		# run tests
$ sudo make install	# install on system

unisrv's People

Contributors

jgarzik avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

pch007

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.