{"id":22289157,"url":"https://github.com/fmpwizard/distributed-dbs","last_synced_at":"2026-02-21T19:01:25.175Z","repository":{"id":137415370,"uuid":"103790337","full_name":"fmpwizard/distributed-dbs","owner":"fmpwizard","description":null,"archived":false,"fork":false,"pushed_at":"2017-09-16T23:32:48.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T23:14:23.304Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fmpwizard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-09-16T23:31:03.000Z","updated_at":"2017-09-16T23:31:03.000Z","dependencies_parsed_at":"2023-03-13T10:57:31.693Z","dependency_job_id":null,"html_url":"https://github.com/fmpwizard/distributed-dbs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fmpwizard/distributed-dbs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmpwizard%2Fdistributed-dbs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmpwizard%2Fdistributed-dbs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmpwizard%2Fdistributed-dbs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmpwizard%2Fdistributed-dbs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fmpwizard","download_url":"https://codeload.github.com/fmpwizard/distributed-dbs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmpwizard%2Fdistributed-dbs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29690639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-12-03T17:08:27.381Z","updated_at":"2026-02-21T19:01:25.139Z","avatar_url":"https://github.com/fmpwizard.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Init system\n\n### Install python:\n\n    ansible-playbook  init.yml -i hosts/vm  -u diego --ask-become-pass\n    \n### Install mongodb\n\n    ansible-playbook dev.yml --tags mongodb --ask-become-pass -i hosts/vm\n    \nThen run these on the primary you are selecting: (change ip addresses for hostnames)\n\n```\nrs.initiate( {\n   _id : \"mongo-repl-set\",\n   members: [ { _id : 0, host : \"192.168.2.102:27017\" } ]\n})\nrs.add(\"192.168.2.103\")\nrs.add(\"192.168.2.104\")\n```\n\n### installing CockroachDB\n\n*I'm sure there is a better way than running 3 diff tags, will look into it later*\n\n    ansible-playbook --tags cockroachdb             --ask-become-pass -i hosts/vm dev.yml\n    ansible-playbook --tags cockroachdb-primary     --ask-become-pass -i hosts/vm dbservers-seed.yml \n    ansible-playbook --tags cockroachdb-secondary   --ask-become-pass -i hosts/vm dbservers-non-seed.yml \n\n### Installing Couchbase community 4.x\n\n    ansible-playbook dbservers.yml --tags couchbase --ask-sudo-pass -i hosts/vm\n    ansible-playbook dbservers.yml --tags couchbase --ask-sudo-pass -i hosts/vm\n\n**Yes, run it twice, the first one will fail due to some systemd error but the second run will complete, Couchbase 5.0 will support Ubuntu 16.04 officially**\n\nGo to http://\u003cany couchbase-server-ip/hotname\u003e:8091 and follow the prompts to setup the cluster.\nThen go to the other nodes, same port and **join** the cluster setup on the previous step (use the same user/pass to join as defined on prev step)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmpwizard%2Fdistributed-dbs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmpwizard%2Fdistributed-dbs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmpwizard%2Fdistributed-dbs/lists"}