GitXplorerGitXplorer
a

nadel-graphql-gateway-demo

public
0 stars
3 forks
5 issues

Commits

List of commits on branch master.
Unverified
8a1360921e6abe02806c88a5709cc060a235e682

naming

aandimarek-atlassian committed 5 years ago
Unverified
b401a98ca270f80263de18ad3173cd1cc35140be

readme

aandimarek-atlassian committed 5 years ago
Unverified
15ef2b512ef3343ff297cf3ac296f7b234859c7e

add playground to gateway

aandimarek-atlassian committed 5 years ago
Unverified
2f4c9d9b8dea41111037e38375caffebaf8d51c7

readme

aandimarek-atlassian committed 5 years ago
Unverified
009cd84f625f605c30e79b94af9d825c07a4d47f

readme

aandimarek-atlassian committed 5 years ago
Verified
d490a2525b5c3d9530df82d38d04cea6a0e613d0

Create LICENSE

aandimarek committed 5 years ago

README

The README file for this repository.

Nadel GraphQL Gateway Demo

This is an example app to showcase a GraphQL Gateway build using Nadel.

Overview

It consists of the following parts:

The actual gateway in gateway. It is Spring Boot app

Two services (called underlying services) which are exposed via the gateway:

user service: a user service written in JS.

issue service: am issue service written in Java.

Running it

The simplest way is to clone this repo and execute ./run-example.sh.

It starts a docker container and exposes a GraphQL api at port 8080.

Open http://localhost:8080/graphql in your browser to access GraphQL Playground for the gateway.