oc-discovery/README.md

17 lines
356 B
Markdown
Raw Normal View History

2023-03-07 13:29:08 +01:00
# oc-discovery OpenCloud discovery service.
2023-03-07 10:20:39 +01:00
2023-10-20 10:45:16 +02:00
Manages a local database
2023-03-07 13:29:08 +01:00
2023-10-20 10:45:16 +02:00
Can feed from file/IPFS/...
Stores data in Redis, and Zinq for ranked queries.
2023-03-07 13:29:08 +01:00
To build :
bee generate routers
bee run -gendoc=true -downdoc=true
2023-03-08 16:48:36 +01:00
2023-10-20 10:45:16 +02:00
If default Swagger page is displayed instead of tyour api, change url in swagger/index.html file to :
url: "swagger.json"
2023-03-08 16:48:36 +01:00