Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 649 Bytes

README.md

File metadata and controls

53 lines (35 loc) · 649 Bytes

Introduction

This is a Grafana monitoring example, that was populated using a GraphQl API implemented in Java.

For prepare the Grafana, Graphite and StatsD environments, please run:

docker-compose up

Install Java Project

mvn install

Start Java Project

mvn jetty:run

For execute the Graphql queries:

http://localhost:8080/

Api

Graphql URL

http://localhost:8080/graphql-api

Mutations

createUser

createMessage

Queries Objects

User

id

name

email

Message

id

createdAt

message

userId

user : User