reTHINK-project / dev-registry-global

Global Registry
Apache License 2.0
4 stars 0 forks source link

First GlobalRegistry prototype running #7

Closed sgoendoer closed 7 years ago

sgoendoer commented 8 years ago

Hi,

Implementation has been updated :)

As of now, we have a first version of a global registry server running. It is available at 130.14.22.133:5002, 130.14.22.134:5002, and 130.14.22.135:5002. There are three nodes running ATM, so you can push to one node and query another.

You can test it using the following interface:

GET /guid/{guid} queries a dataset for said GUID

PUT /guid/{guid} will (over)write a dataset for the GUID included

The current installation expects a (signed) JWT to be passed with a (private) claim "data", which has to be a JSON object with the following parameters:

The code is available in the repository. A deployment step-by-step tutorial can be found in the wiki.

sgoendoer commented 8 years ago

Regarding the problem with reachability: try

$ curl 130.149.22.135:5002

it should return

{"message":"request invalid","responseCode":400,"errorCode":400}

sgoendoer commented 8 years ago

A new version has been compiled and deployed. See the README.md for more information