graphql-service-adapters
graphql-service-adapters copied to clipboard
trafficstars

Overview
This library provides adapters as an abstraction layer that enables any Graphql service to consume data from various downstream services (like REST, gRPC, etc) in
pure GraphQL format.
It currently supports following adapters:
- REST service adapter
- gRPC service adapter (Work In Progress)
Pre-requisites
Make sure you have the following installed on your machine
- jdk 1.8
- maven
Intellij development
- Steps to enable lombok in IntelliJ
- IntelliJ style guide is available in
src/format/intellij-styleguide.xml.
Contributing
Please see our contribution guide