GitXplorerGitXplorer
a

nadel-graphql-gateway-demo

public
0 stars
3 forks
5 issues

Commits

List of commits on branch master.
Unverified
8c3023168255a4e6fa12978f10b0fa4ffffb7bea

add readme

aandimarek-atlassian committed 5 years ago
Unverified
6a477d3aa37e7156070c7ccd654d6ffb1c959781

working docker compose

aandimarek-atlassian committed 5 years ago
Unverified
05db24851aa7e54699d3e0ba8d7a0662df99b3c0

example project with two underlying services

aandimarek-atlassian 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.