{"id":15969549,"url":"https://github.com/abtreece/riak-repl-in-a-box","last_synced_at":"2026-04-21T05:31:13.895Z","repository":{"id":43349686,"uuid":"148666474","full_name":"abtreece/riak-repl-in-a-box","owner":"abtreece","description":"Docker sandbox for tinkering with Riak clusters and replication","archived":false,"fork":false,"pushed_at":"2024-05-31T02:19:21.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-04T14:44:10.002Z","etag":null,"topics":["docker","docker-compose","riak","riak-kv"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/abtreece.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":"2018-09-13T16:29:45.000Z","updated_at":"2022-03-06T20:44:34.000Z","dependencies_parsed_at":"2024-10-30T04:12:52.910Z","dependency_job_id":null,"html_url":"https://github.com/abtreece/riak-repl-in-a-box","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abtreece/riak-repl-in-a-box","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abtreece%2Friak-repl-in-a-box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abtreece%2Friak-repl-in-a-box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abtreece%2Friak-repl-in-a-box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abtreece%2Friak-repl-in-a-box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abtreece","download_url":"https://codeload.github.com/abtreece/riak-repl-in-a-box/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abtreece%2Friak-repl-in-a-box/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32078711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"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":["docker","docker-compose","riak","riak-kv"],"created_at":"2024-10-07T19:40:27.798Z","updated_at":"2026-04-21T05:31:13.879Z","avatar_url":"https://github.com/abtreece.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"riak-repl-in-a-box\n==============\n\nProvides a Docker environment which implements two riak clusters and configures replication between them.\n\nRequirements\n------------\n\n-   [docker](https://www.docker.com/get-docker) \n\nQuick Start\n-----------\n\n\nBring the environment up with `docker-compose`. Running in detached mode puts the sandbox in the background. Utilizes a current Riak Docker image built on amazonlinux... [abtreece/riak-kv](https://hub.docker.com/r/abtreece/riak-kv/)\n\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n$ docker-compose up -d\nCreating network \"riak-repl-in-a-box_default\" with the default driver\nCreating riak-repl-in-a-box_coordinator-west_1 ... done\nCreating riak-repl-in-a-box_coordinator-east_1 ... done\nCreating riak-repl-in-a-box_member-west_1      ... done\nCreating riak-repl-in-a-box_member-east_1      ... done\n\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nRiak status\n\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n$ curl localhost:8098/stats | jq\n{\n  \"connected_nodes\": [\n    \"riak@172.20.0.5\"\n  ],\n  ...\n  \"ring_members\": [\n    \"riak@172.20.0.3\",\n    \"riak@172.20.0.5\"\n  ],\n  \"ring_num_partitions\": 64,\n  \"ring_ownership\": \"[{'riak@172.20.0.3',32},{'riak@172.20.0.5',32}]\",\n\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nReplication status\n\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n$ curl localhost:8098/riak-repl/stats | jq\n{\n  \"realtime_enabled\": \"riak-west-1\",\n  \"realtime_started\": \"riak-west-1\",\n  \"fullsync_enabled\": \"riak-west-1\",\n  \"fullsync_running\": \"\",\n  \"cluster_name\": \"riak-east-1\",\n  \"cluster_leader\": \"riak@172.20.0.5\",\n  \"connected_clusters\": [\n    \"riak-west-1\"\n  ],\n\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabtreece%2Friak-repl-in-a-box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabtreece%2Friak-repl-in-a-box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabtreece%2Friak-repl-in-a-box/lists"}