-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
|
||
You will need to install git-lfs to clone the full contents of this repository. | ||
|
||
Run command: docker-compose -f clotho-neo4j.yml up | ||
Run command: docker-compose -f clotho-validation.yml up | ||
|
||
This is create two containers | ||
(1) A standard neo4j container which is used as the backend for storing the underlying schema data. | ||
(2) A clotho container which created by the MOIRAI team and contains the validation endpoints. | ||
This is creates a clotho container which created by the MOIRAI team and contains the validation endpoints. | ||
|
||
Once up go to localhost:8008 to see the swagger-ui page to use the endpoints |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: '3' | ||
services: | ||
clotho: | ||
image: openjdk:11 | ||
volumes: | ||
- .:/jars | ||
ports: | ||
- "8008:8008" | ||
environment: | ||
DB_TYPE: "Validation" | ||
working_dir: "/jars/" | ||
command: "/bin/bash -c 'java -jar $$(ls moirai-clotho.jar)'" |
Git LFS file not shown