{"id":19656250,"url":"https://github.com/daggerok/spring-graphql-example","last_synced_at":"2026-04-13T06:36:50.749Z","repository":{"id":46015712,"uuid":"429974286","full_name":"daggerok/spring-graphql-example","owner":"daggerok","description":"This repository demonstrates Spring GraphQL + RSocket + WebFlux + R2DBC + H2","archived":false,"fork":false,"pushed_at":"2021-11-20T01:03:11.000Z","size":61,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-17T07:44:43.842Z","etag":null,"topics":["graphql","h2","h2-database","r2dbc","r2dbc-h2","spring-boot","spring-graphql","spring-mvc","webflux"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/daggerok.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":"2021-11-20T00:50:28.000Z","updated_at":"2021-11-27T03:48:55.000Z","dependencies_parsed_at":"2022-09-10T06:51:05.426Z","dependency_job_id":null,"html_url":"https://github.com/daggerok/spring-graphql-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daggerok/spring-graphql-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-graphql-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-graphql-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-graphql-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-graphql-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daggerok","download_url":"https://codeload.github.com/daggerok/spring-graphql-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-graphql-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266187201,"owners_count":23889931,"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":["graphql","h2","h2-database","r2dbc","r2dbc-h2","spring-boot","spring-graphql","spring-mvc","webflux"],"created_at":"2024-11-11T15:27:10.835Z","updated_at":"2026-04-13T06:36:45.719Z","avatar_url":"https://github.com/daggerok.png","language":"Kotlin","readme":"# Reactive GraphQL with Spring [![CI](https://github.com/daggerok/spring-graphql-example/actions/workflows/ci.yaml/badge.svg)](https://github.com/daggerok/spring-graphql-example/actions/workflows/ci.yaml)\nThis repository demonstrates Spring GraphQL + RSocket + WebFlux + R2DBC + H2\n\n```\n\n O__                       +-----------+                     +--------+\n/|    \u003c~- REST GraphQL -~\u003e | customers | \u003c~- TCP RSocket -~\u003e | orders |\n/ \\                        +-----------+                     +--------+\n```\n\nStart apps:\n\n```bash\n./mvnw -f orders compile spring-boot:start\n./mvnw -f customers compile spring-boot:start\n```\n\nOpen http://127.0.0.1:8080/graphiql in a browser\n\nAnd execute GraphQL query:\n\n```graphql\nquery {\n  customers {\n    id\n    name\n    orders {\n      id\n      customerId\n    }\n  }\n}\n```\n\nTear down:\n\n```bash\n./mvnw -f orders spring-boot:stop\n./mvnw -f customers spring-boot:stop\n```\n\n## rtfm\n\nFor further reference, please consider the following sections:\n\n* [Spring Boot GraphQL](https://docs.spring.io/spring-graphql/docs/1.0.0-M3/reference/html/#boot-graphql)\n* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)\n* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.6.0/maven-plugin/reference/html/)\n* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.6.0/maven-plugin/reference/html/#build-image)\n* [Coroutines section of the Spring Framework Documentation](https://docs.spring.io/spring/docs/5.3.13/spring-framework-reference/languages.html#coroutines)\n* [Spring Data R2DBC](https://docs.spring.io/spring-boot/docs/2.6.0/reference/html/spring-boot-features.html#boot-features-r2dbc)\n* [Acessing data with R2DBC](https://spring.io/guides/gs/accessing-data-r2dbc/)\n* [R2DBC Homepage](https://r2dbc.io)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fspring-graphql-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaggerok%2Fspring-graphql-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fspring-graphql-example/lists"}