{"id":20310222,"url":"https://github.com/bloq/unisrv","last_synced_at":"2025-03-04T08:12:53.463Z","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":3,"default_branch":"master","last_synced_at":"2025-01-14T12:13:43.743Z","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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241809620,"owners_count":20023787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-03-04T08:12:53.421Z","avatar_url":"https://github.com/bloq.png","language":"C++","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","funding_links":[],"categories":[],"sub_categories":[],"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"}