{"id":32486989,"url":"https://github.com/inqwise/inqwise-neo4j-client","last_synced_at":"2026-05-09T05:31:00.429Z","repository":{"id":284910561,"uuid":"956440247","full_name":"inqwise/inqwise-neo4j-client","owner":"inqwise","description":"A lightweight wrapper that integrates the reactive Neo4j Java driver with Vert.x, enabling seamless reactive database operations in Vert.x applications.","archived":false,"fork":false,"pushed_at":"2026-03-31T08:25:31.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-03-31T10:24:29.865Z","etag":null,"topics":["java","neo4j","reactive","vertx"],"latest_commit_sha":null,"homepage":"","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/inqwise.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-03-28T09:02:53.000Z","updated_at":"2026-03-31T08:25:36.000Z","dependencies_parsed_at":"2025-03-28T10:41:51.917Z","dependency_job_id":"5c60d325-994e-4b26-8567-af5e16807b52","html_url":"https://github.com/inqwise/inqwise-neo4j-client","commit_stats":null,"previous_names":["inqwise/inqwise-neo4j-client"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/inqwise/inqwise-neo4j-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inqwise%2Finqwise-neo4j-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inqwise%2Finqwise-neo4j-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inqwise%2Finqwise-neo4j-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inqwise%2Finqwise-neo4j-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inqwise","download_url":"https://codeload.github.com/inqwise/inqwise-neo4j-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inqwise%2Finqwise-neo4j-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32808380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["java","neo4j","reactive","vertx"],"created_at":"2025-10-27T06:00:56.168Z","updated_at":"2026-05-09T05:31:00.422Z","avatar_url":"https://github.com/inqwise.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"image:https://github.com/inqwise/inqwise-neo4j-client/actions/workflows/ci.yml/badge.svg[CI, link=https://github.com/inqwise/inqwise-neo4j-client/actions/workflows/ci.yml]\nimage:https://github.com/inqwise/inqwise-neo4j-client/actions/workflows/release.yml/badge.svg[Release, link=https://github.com/inqwise/inqwise-neo4j-client/actions/workflows/release.yml]\nimage:https://github.com/inqwise/inqwise-neo4j-client/actions/workflows/codeql.yml/badge.svg[CodeQL, link=https://github.com/inqwise/inqwise-neo4j-client/actions/workflows/codeql.yml]\nimage:https://codecov.io/gh/inqwise/inqwise-neo4j-client/branch/master/graph/badge.svg[Codecov, link=https://codecov.io/gh/inqwise/inqwise-neo4j-client]\nimage:https://snyk.io/test/github/inqwise/inqwise-neo4j-client/badge.svg[Snyk Security, link=https://snyk.io/test/github/inqwise/inqwise-neo4j-client]\nimage:https://img.shields.io/maven-central/v/com.inqwise/inqwise-neo4j-client.svg?label=Maven%20Central[Maven Central, link=https://search.maven.org/search?q=g:%22com.inqwise%22%20AND%20a:%22inqwise-neo4j-client%22]\nimage:https://img.shields.io/badge/License-MIT-yellow.svg[License: MIT, link=https://opensource.org/licenses/MIT]\nimage:https://img.shields.io/badge/Java-21%2B-blue.svg[Java Version, link=https://openjdk.java.net/projects/jdk/21/]\n\n= Inqwise Neo4j Client\n\n== Overview\n\n*Inqwise Neo4j Client* is a lightweight wrapper around the Neo4j reactive Java driver, designed for seamless integration with https://vertx.io[Vert.x].\nIt enables fully non-blocking database operations within Vert.x applications using a clean, reactive API.\n\nThe library adapts Neo4j’s official reactive driver to work efficiently within the Vert.x event loop.\n\n== Maven\n\nTo include this library in your project, add the following dependency:\n\n[source,xml]\n----\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.inqwise\u003c/groupId\u003e\n  \u003cartifactId\u003einqwise-neo4j-client\u003c/artifactId\u003e\n  \u003cversion\u003e${latest.version}\u003c/version\u003e\n\u003c/dependency\u003e\n----\n\n== Usage Example\n\n[source,java]\n----\nimport com.inqwise.neo4j.Neo4jClient;\nimport com.inqwise.neo4j.Neo4jDriver;\nimport com.inqwise.neo4j.Neo4jSession;\nimport com.inqwise.neo4j.Neo4jResult;\n\n\n// Initialize Neo4j driver\nNeo4jDriver neo4j = Neo4jClient.create(\"bolt://localhost:7687\", \"neo4j\", \"password\");\n\n// Run a simple Cypher query\nNeo4jSession session = neo4j.session();\nsession.run(\"MATCH (p:Person) RETURN p.name\")\n  .onComplete(ar -\u003e {\n    if (ar.succeeded()) {\n      Neo4jResult result = ar.result();\n      result.records().handler(record -\u003e {\n        System.out.println(\"Found person: \" + record.get(\"p.name\").asString());\n      });\n    } else {\n      ar.cause().printStackTrace();\n    }\n    session.close(); // Close session when done\n  });\n----\n\n== License\n\nThis project is licensed under the MIT License.\nSee the link:LICENSE[LICENSE] file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finqwise%2Finqwise-neo4j-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finqwise%2Finqwise-neo4j-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finqwise%2Finqwise-neo4j-client/lists"}