{"id":34296188,"url":"https://github.com/edwardcapriolo/nibiru","last_synced_at":"2025-12-17T04:59:36.686Z","repository":{"id":23861376,"uuid":"27239611","full_name":"edwardcapriolo/nibiru","owner":"edwardcapriolo","description":"A NoSql database designed for maximum plugablitily and configurability.","archived":false,"fork":false,"pushed_at":"2025-07-30T02:11:21.000Z","size":1995,"stargazers_count":17,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-30T04:34:20.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edwardcapriolo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-27T20:00:42.000Z","updated_at":"2025-07-30T02:12:54.000Z","dependencies_parsed_at":"2022-08-22T06:10:10.755Z","dependency_job_id":null,"html_url":"https://github.com/edwardcapriolo/nibiru","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edwardcapriolo/nibiru","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edwardcapriolo%2Fnibiru","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edwardcapriolo%2Fnibiru/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edwardcapriolo%2Fnibiru/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edwardcapriolo%2Fnibiru/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edwardcapriolo","download_url":"https://codeload.github.com/edwardcapriolo/nibiru/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edwardcapriolo%2Fnibiru/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27777491,"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","status":"online","status_checked_at":"2025-12-17T02:00:08.291Z","response_time":55,"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":[],"created_at":"2025-12-17T04:59:35.926Z","updated_at":"2025-12-17T04:59:36.680Z","avatar_url":"https://github.com/edwardcapriolo.png","language":"Java","funding_links":[],"categories":["数据库"],"sub_categories":["WebService框架"],"readme":"\nnibiru ![Build status](https://travis-ci.org/edwardcapriolo/nibiru.svg?branch=master)\n======\n\nNibiru is a NoSql database designed for maximum plugablitily and configurability. \n\nMotivation\n======\n\nThere has been a recent proliferation in NoSql datastores. Many systems evolved from specific use cases or a specific industry. Often these systems are pitted against each other in apples to orange comparisons. Because apples and oranges can not be compared easily the debates typically degrade into a debate over what is the \"best\" implementation for the \"real\" users.\n\nNibiru takes a different approach by building API's throughout the codebase. There is no \"locked in\" implementation that is the \"best\" rather there is a system in place to provide alternative implementations. For example, Nibiru supports a gossiper for cluster discovery and a static provider. However this implemenentation is plugable so that an interested user can build a Zookeeper based implementation, an etcd based implementation, or whatever. \n\nPlugability and is the key focus throughout the codebase. Nibiru is not even built around a specific data model. We already have support for a Column Family data model and a Key Value data model! Again Nibiru does not aim to tell you \"apples are the best\" or \"we only support oranges\". A user should be able to plug together the pieces they desire into the system they want! For example if a user wants a fast, in memory, non durable, key value store for one table, and a strongly consistent ColumnFamily store in another table they should have be able to have that.\n\n\nQuickstart\n======\n\nIf you want to launch an instance of nibiru we have configuration files that will create a two node cluster. Run the following commands in two separate shells. You will find the server on port 7070 on 127.0.0.1 and 127.0.0.2.\n\n    mvn exec:java -Dexec.mainClass=\"io.teknek.nibiru.Server\" -Dexec.args=\"src/test/resources/nibiru_1.xml\"\n    mvn exec:java -Dexec.mainClass=\"io.teknek.nibiru.Server\" -Dexec.args=\"src/test/resources/nibiru_2.xml\"\n\nThere is a simple CLI that wraps a facade around many of the client functions in the database.\n\n    mvn exec:java -Dexec.mainClass=\"io.teknek.nibiru.cli.Cli\"  \n\n    Welcome to a very minimal Cli type 'connect \u003chost\u003e \u003cport\u003e' to get started \n    ok\u003e \n    connect localhost 7070\n    ok\u003e\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedwardcapriolo%2Fnibiru","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedwardcapriolo%2Fnibiru","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedwardcapriolo%2Fnibiru/lists"}