Cloud discovery service. Can feed from file/IPFS/... Manages a local database and check hosts availability
Go to file
2023-10-20 10:45:16 +02:00
.vscode mostly functionnal, poorly tested 2023-03-08 16:48:36 +01:00
conf Initial commit 2023-03-07 13:29:08 +01:00
controllers mostly functionnal, poorly tested 2023-03-08 16:48:36 +01:00
models conf fixes 2023-10-18 11:08:10 +02:00
routers mostly functionnal, poorly tested 2023-03-08 16:48:36 +01:00
tests Initial commit 2023-03-07 13:29:08 +01:00
.gitignore gitignore update for swagger and exe 2023-03-07 13:35:54 +01:00
docker_discovery.json Add config & docker deployment 2023-03-09 11:45:29 +01:00
docker-compose.yml dockerfile with swagger integration 2023-10-18 15:24:57 +02:00
Dockerfile dockerfile with swagger integration 2023-10-18 15:24:57 +02:00
go.mod Add config & docker deployment 2023-03-09 11:45:29 +01:00
go.sum Add config & docker deployment 2023-03-09 11:45:29 +01:00
identity.json conf fixes 2023-10-18 11:08:10 +02:00
LICENSE Initial commit 2023-03-07 10:20:39 +01:00
main.go dockerfile with swagger integration 2023-10-18 15:24:57 +02:00
peers.json conf fixes 2023-10-18 11:08:10 +02:00
README.md readme update 2023-10-20 10:45:16 +02:00

oc-discovery OpenCloud discovery service.

Manages a local database

Can feed from file/IPFS/... Stores data in Redis, and Zinq for ranked queries.

To build :

bee generate routers
bee run -gendoc=true -downdoc=true

If default Swagger page is displayed instead of tyour api, change url in swagger/index.html file to :

url: "swagger.json"