Introduce clusters query and type

This commit is contained in:
Lou Knauer
2021-04-22 15:00:54 +02:00
parent 3004e2909a
commit 365b1a2066
7 changed files with 1063 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
# Run server
* The server expects the SQLite Job database in `job.db`.
* The metric data as JSON is expected in `job-data/.../.../{data.json|meta.json}`
* The server expects the SQLite Job database in `./job.db`.
* The metric data as JSON is expected in `./job-data/.../.../data.json`.
* A JSON-description of the clusters is expected in `./clusters/*.json`.
* Run ```go run server.go```
* The GraphQL backend is located at http://localhost:8080/query/ .