{"id":21030698,"url":"https://github.com/cdancy/etcd-java","last_synced_at":"2025-03-13T19:25:44.536Z","repository":{"id":148673746,"uuid":"70187680","full_name":"cdancy/etcd-java","owner":"cdancy","description":"Java implementation of etcd v2 protocol.","archived":false,"fork":false,"pushed_at":"2016-10-19T01:24:59.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T15:19:22.113Z","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/cdancy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2016-10-06T19:49:52.000Z","updated_at":"2016-10-13T16:49:44.000Z","dependencies_parsed_at":"2023-05-28T15:30:11.225Z","dependency_job_id":null,"html_url":"https://github.com/cdancy/etcd-java","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/cdancy%2Fetcd-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdancy%2Fetcd-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdancy%2Fetcd-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdancy%2Fetcd-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdancy","download_url":"https://codeload.github.com/cdancy/etcd-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243466987,"owners_count":20295310,"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-19T12:19:51.178Z","updated_at":"2025-03-13T19:25:44.497Z","avatar_url":"https://github.com/cdancy.png","language":"Java","readme":"# etcd-java\n![alt tag](https://github.com/cdancy/etcd/blob/master/logos/etcd-horizontal-color.png)\n\nJava implementation of Etcd v2. \n\n## Status\n\u003ca href='https://bintray.com/cdancy/java-libraries/etcd-java/view?source=watch' alt='Get automatic notifications about new \"etcd-java\" versions'\u003e\u003cimg src='https://www.bintray.com/docs/images/bintray_badge_color.png'\u003e\u003c/a\u003e\n[![Build Status](https://travis-ci.org/cdancy/etcd-java.svg?branch=master)](https://travis-ci.org/cdancy/etcd-java)\n\n** Project is currently in development and NOT ready for ANY sort of use **\n\n## Setup\n\nStart server like so:\n\n      EtcdJava etcd = new EtcdJava();\n      etcd.start();\n\n      // do some work...\n\n      etcd.stop();\n      \n## Latest release\n\nCan be sourced from jcenter like so:\n\n\t\u003cdependency\u003e\n\t  \u003cgroupId\u003ecom.cdancy\u003c/groupId\u003e\n\t  \u003cartifactId\u003eetcd-java\u003c/artifactId\u003e\n\t  \u003cversion\u003e0.0.1\u003c/version\u003e\n\t  \u003cclassifier\u003esources|javadoc|all\u003c/classifier\u003e (Optional)\n\t\u003c/dependency\u003e\n\t\n## Documentation\n\njavadocs can be found via [github pages here](http://cdancy.github.io/etcd-java/docs/javadoc/)\n\n## Components\n\n- [netty-http](https://github.com/caskdata/netty-http) \\- used for client communication\n- [atomix-copycat](https://github.com/atomix/copycat) \\- used for peer communication\n    \n## Testing\n\nRunning mock tests can be done like so:\n\n\t./gradlew clean build mockTest\n\t\nRunning integration tests can be done like so (requires docker):\n\n\t./gradlew clean build integTest\n\t\nRunning integration tests without invoking docker can be done like so:\n\n\t./gradlew clean build integTest -PbootstrapDocker=false -PtestEtcdEndpoint=http://127.0.0.1:2379 \n\n## Additional Resources\n\n* [Etcd grpc-to-json gateway](https://github.com/coreos/etcd/blob/master/Documentation/dev-guide/api_grpc_gateway.md)\n* [Etcd grpc-to-json swagger](https://github.com/coreos/etcd/blob/master/Documentation/dev-guide/apispec/swagger/rpc.swagger.json)\n* [Etcd REST API](https://github.com/coreos/etcd/blob/master/Documentation/api.md)\n* [Etcd Auth API](https://github.com/coreos/etcd/blob/master/Documentation/auth_api.md)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdancy%2Fetcd-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdancy%2Fetcd-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdancy%2Fetcd-java/lists"}