|
2 years ago | |
---|---|---|
client | 2 years ago | |
cmd | 2 years ago | |
docker | 2 years ago | |
metadata | 2 years ago | |
node | 2 years ago | |
storage | 2 years ago | |
swagger-ui | 2 years ago | |
tools | 2 years ago | |
ui | 2 years ago | |
utils | 2 years ago | |
vendor | 2 years ago | |
.gitignore | 2 years ago | |
.licenses.yaml | 2 years ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
docker-compose.yml | 2 years ago | |
glide.lock | 2 years ago | |
glide.yaml | 2 years ago | |
version.go | 2 years ago |
Deliverable for D3.2
TODO
Global metadata service Nodes holding their IOT data and entitlement data
EXPLAIN THE BOOTSTRAP DATA
TODO
To build the software ensure you have installed the following software :
Once you have a working installation download the code using the go get
go get gogs.dyne.org/DECODE/decode-prototype-da
The makefile contains helpers to build the environment plus some helpers for development.
make help
To build all of the docker containers locally for docker compose to use
make docker-build
To run the application components via docker compose
make docker-up
The prototype should then be available at the following urls
'node' swagger api - http://localhost:8080/apidocs
'node' ui - http://localhost:8085/node.html
'metadata' swagger api - http://localhost:8081/apidocs
'metadata' ui - http://localhost:8085/search.html
'storage' swagger api - http://localhost:8083/apidocs