{"id":19076131,"url":"https://github.com/acalephstorage/kviator","last_synced_at":"2025-04-30T01:13:09.931Z","repository":{"id":64306788,"uuid":"37709483","full_name":"AcalephStorage/kviator","owner":"AcalephStorage","description":"kviator is a small tool to manage data across distributed key value stores (consul, etcd)","archived":false,"fork":false,"pushed_at":"2016-05-24T11:43:47.000Z","size":18,"stargazers_count":15,"open_issues_count":4,"forks_count":2,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-04-30T01:13:04.999Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/AcalephStorage.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":"2015-06-19T07:58:32.000Z","updated_at":"2022-04-28T07:06:13.000Z","dependencies_parsed_at":"2023-01-15T10:45:33.718Z","dependency_job_id":null,"html_url":"https://github.com/AcalephStorage/kviator","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcalephStorage%2Fkviator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcalephStorage%2Fkviator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcalephStorage%2Fkviator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcalephStorage%2Fkviator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AcalephStorage","download_url":"https://codeload.github.com/AcalephStorage/kviator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251608465,"owners_count":21616859,"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":[],"created_at":"2024-11-09T01:57:17.425Z","updated_at":"2025-04-30T01:13:09.892Z","avatar_url":"https://github.com/AcalephStorage.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kviator\nkviator is a small tool to manage data across distributed key value stores (consul, etcd)\n\n## Build\n\n```\n$ go get github.com/AcalephStorage/kviator\n$ cd $GOPATH/src/github.com/AcalephStorage/kviator\n$ go build\n```\n\n## Running\n\n```\n$ ./kviator --help\n\nfor consul:\n\n$ ./kviator --kvstore=consul --client=localhost:8500 put hello world\n$ ./kviator --kvstore=consul --client=localhost:8500 get hello\n#=\u003e world\n```\n\n## TLS support\n\n```\n$ ./kviator --kvstore=etcd --client=127.0.0.1:4001 \\\n--ca-cert=/path/to/ssl/ca-cert.pem \\\n--client-cert=/path/to/ssl/client-cert.pem \\\n--client-key=/path/to/ssl/client-key.pem \\\nput hello world\n\n$ ./kviator --kvstore=etcd --client=127.0.0.1:4001 \\\n--ca-cert=/path/to/ssl/ca-cert.pem \\\n--client-cert=/path/to/ssl/client-cert.pem \\\n--client-key=/path/to/ssl/client-key.pem \\\nget hello\n\n$ world\n\n```\n\n## TODO\n\n- Better README\n- Needs docs","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facalephstorage%2Fkviator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facalephstorage%2Fkviator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facalephstorage%2Fkviator/lists"}