{"id":18893228,"url":"https://github.com/reactive-graph/java-client","last_synced_at":"2026-02-26T23:30:17.419Z","repository":{"id":254751845,"uuid":"847335928","full_name":"reactive-graph/java-client","owner":"reactive-graph","description":"Java Client Library for Reactive Graph","archived":false,"fork":false,"pushed_at":"2024-09-21T13:53:22.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T07:14:40.218Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://reactive-graph.io/","language":"Java","has_issues":false,"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/reactive-graph.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":"2024-08-25T14:36:41.000Z","updated_at":"2024-09-21T13:53:25.000Z","dependencies_parsed_at":"2024-08-25T22:24:08.246Z","dependency_job_id":null,"html_url":"https://github.com/reactive-graph/java-client","commit_stats":null,"previous_names":["reactive-graph/java-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactive-graph%2Fjava-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactive-graph%2Fjava-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactive-graph%2Fjava-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactive-graph%2Fjava-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reactive-graph","download_url":"https://codeload.github.com/reactive-graph/java-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239869221,"owners_count":19710485,"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-08T08:12:37.169Z","updated_at":"2026-02-26T23:30:17.384Z","avatar_url":"https://github.com/reactive-graph.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reactive Graph - Java Client\n\n\u003e [!CAUTION]\n\u003e Note: This is work in progress and not yet useful!\n\n## About\n\nThis repository contains a client written in Java to access the reactive graph.\n\nThe main goal for now is to show that it's possible to use the reactive graph from a non-rust application. Actually,\nthe first working java client has been realized within an evening.\n\n## How it works\n\n* A gradle plugin generates POJOs / interfaces for each type in the GraphQL schema.\n* Spring Data alike repositories can be defined to build queries and mutations on top of the generated POJOs / interfaces.\n* Your application uses the POJOs / interfaces and spring data alike repositories. An example is provided in the `example` module.\n\n## Configuration\n\nIn `application.properties`, point the `graphql.endpoint.url` to a running instance of reactive-graph:\n\n```properties\ngraphql.endpoint.url=http://localhost:31415/graphql\n```\n\n## Example\n\nThe example provides a spring boot application that uses the `EntityTypeRepository` to fetch all `EntityType`s.\n\n## Build\n\n```shell\nsdk env # or sdk env install (if you run it the first time)\n./gradlew build\n```\n\n## Schema to POJO\n\n* https://plugins.gradle.org/plugin/com.graphql-java-generator.graphql-gradle-plugin3\n* https://graphql-maven-plugin-project.graphql-java-generator.com/graphql-maven-plugin/project-info.html\n* https://github.com/graphql-java-generator/graphql-maven-plugin-project/wiki/client_graphql_repository\n* \n\n\n## Future\n\nThe future plan is to provide the same amount of support for the java client as for the rust client.\n\n### Why Java?\n\n1. Java provides a huge ecosystem:\n    * Neo4j (as graph database) - as source or as target\n    * Apache kafka - as producer or as consumer\n    * Elasticsearch - for indexing and searching\n    * ...\n2. Write your application in your language\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactive-graph%2Fjava-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freactive-graph%2Fjava-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactive-graph%2Fjava-client/lists"}