{"id":24854513,"url":"https://github.com/cbrnrd/ezdb4j","last_synced_at":"2025-09-05T10:34:14.259Z","repository":{"id":89453951,"uuid":"134601512","full_name":"cbrnrd/ezdb4j","owner":"cbrnrd","description":"A ezdb client library for Java.","archived":false,"fork":false,"pushed_at":"2018-07-03T04:32:10.000Z","size":341,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T14:28:54.653Z","etag":null,"topics":["daemon","ezdb","interprocess-communication","ipc","java","java-library","nosql"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cbrnrd.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-23T17:06:12.000Z","updated_at":"2018-07-03T04:32:11.000Z","dependencies_parsed_at":"2023-03-13T18:09:36.315Z","dependency_job_id":null,"html_url":"https://github.com/cbrnrd/ezdb4j","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cbrnrd/ezdb4j","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbrnrd%2Fezdb4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbrnrd%2Fezdb4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbrnrd%2Fezdb4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbrnrd%2Fezdb4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbrnrd","download_url":"https://codeload.github.com/cbrnrd/ezdb4j/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbrnrd%2Fezdb4j/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273746799,"owners_count":25160646,"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-09-05T02:00:09.113Z","response_time":402,"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":["daemon","ezdb","interprocess-communication","ipc","java","java-library","nosql"],"created_at":"2025-01-31T15:38:29.166Z","updated_at":"2025-09-05T10:34:14.206Z","avatar_url":"https://github.com/cbrnrd.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![ezdb4j-logo](https://i.imgur.com/JWfljkT.png)\n\n# ezdb4j\n[![Donations Badge](https://yourdonation.rocks/images/badge.svg)](https://carterbrainerd.me/donations)\n[![Build Status](https://travis-ci.org/cbrnrd/ezdb4j.svg?branch=master)](https://travis-ci.org/cbrnrd/ezdb4j)\n[ ![Download](https://api.bintray.com/packages/cbrnrd/ezdb4j/ezdb4j/images/download.svg) ](https://bintray.com/cbrnrd/ezdb4j/ezdb4j/_latestVersion)\n\n## Introduction\n\nThe Java library for communicating with the ezdb daemon.\n\n## Code Samples\n\n```java\nimport io.codepace.ezdb4j.*;\n\n// Create a new connection to the ezdb daemon\nEzdbConnection connection = EzdbConnector.createConnection();\n\n// Get the value of key and store it as a String\nString value = connection.get(\"keyvalue\");\n\n// Kill the connection\nconnection.terminate();\n```\n\n## Installation\n\n### Maven (pom.xml)\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eio.codepace\u003c/groupId\u003e\n  \u003cartifactId\u003eezdb4j\u003c/artifactId\u003e\n  \u003cversion\u003e0.1.1\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\n### Gradle (build.gradle)\n```groovy\nrepositories {\n    jcenter()\n}\n\ndependencies {\n    compile 'io.codepace:ezdb4j:0.1.1'\n}\n```\n\n### Ivy\n```xml\n\u003cdependency org='io.codepace' name='ezdb4j' rev='0.1.1'\u003e\n  \u003cartifact name='ezdb4j' ext='pom' \u003e\u003c/artifact\u003e\n\u003c/dependency\u003e\n```\n\n\u003cp align=\"center\"\u003e\n  \u003cimg height=\"100\" width=\"300\" src=\"https://i.imgur.com/obHmDnX.png\"\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbrnrd%2Fezdb4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbrnrd%2Fezdb4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbrnrd%2Fezdb4j/lists"}