{"id":20310222,"url":"https://github.com/bloq/unisrv","last_synced_at":"2026-06-05T04:31:09.955Z","repository":{"id":93947407,"uuid":"120916141","full_name":"bloq/unisrv","owner":"bloq","description":"Universal database server and tool","archived":false,"fork":false,"pushed_at":"2018-02-09T16:31:41.000Z","size":55,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-14T00:02:35.105Z","etag":null,"topics":["dbm","gdbm","json-rpc","rest-api","rocksdb"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bloq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-09T14:35:16.000Z","updated_at":"2019-01-18T18:49:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"d331115d-2572-4d7e-8f80-5f4a65c76205","html_url":"https://github.com/bloq/unisrv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bloq/unisrv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloq%2Funisrv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloq%2Funisrv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloq%2Funisrv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloq%2Funisrv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bloq","download_url":"https://codeload.github.com/bloq/unisrv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloq%2Funisrv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33930307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dbm","gdbm","json-rpc","rest-api","rocksdb"],"created_at":"2024-11-14T17:30:39.183Z","updated_at":"2026-06-05T04:31:09.903Z","avatar_url":"https://github.com/bloq.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Unisrv: Universal NoSQL database server\n\nUnisrv is a database server:  a microservice that exports local\nfilesystem databases over a network.  It is the swiss army knife of\ndb services.\n\nUnisrv can export a gdbm database over HTTP REST, a rocksdb database\nover JSON-RPC, and more.  You can mix and match database type, network\nprotocol interface and authentication methods.\n\n## Configuration\n\nSee [configuration documentation](configuration.md) for details.\n\n## Logging\n\nLog output is sent to the console (stderr) and Unix syslog service.\n\n## Supported database types\n\nThe following database types are supported:\n\n* gdbm\n* Rocksdb\n\n## Supported network protocols\n\nYou may export the database via any number of network protocols:\n\n* REST over HTTP\n* JSON-RPC over HTTP\n\n### HTTP endpoint sharing\n\nMultiple HTTP paths at the same HTTP endpoint are supported; for example\n\n\thttp://127.0.0.1:8989/data/mydata\n\nmight export a gdbm database, while the same HTTP endpoint may also\nexport a separate dataset from rocksdb at\n\n\thttp://127.0.0.1:8989/rocks\n\n## Dependencies\n\n* C++ compiler\n* OpenSSL\n* One or more database libraries\n* libevhtp: https://github.com/criticalstack/libevhtp\n\n## Building and installing\n\nThis uses the standard autotools pattern for building C++ programs:\n\n\t$ ./autogen.sh\n\t$ CXXFLAGS=\"-O2 -Wall -g -I/usr/local/include/evhtp\" ./configure\n\t$ make\t\t\t# compile\n\t$ make check\t\t# run tests\n\t$ sudo make install\t# install on system\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbloq%2Funisrv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbloq%2Funisrv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbloq%2Funisrv/lists"}