Skip to content

wake-ua/idsa-metadata-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idsa-metadata-browser

Collects the resources metadata from a IDSA broker

Example execution:

  1. Requesting broker self-description...

  2. Query broker list of catalog(s)...

    • Got 1 catalog(s) ([{'@id': 'https://localhost/connectors/', '@type': 'ids:BaseConnector', 'connectors': [{'@id': 'https://localhost/connectors/2129657530'}, {'@id': 'https://localhost/connectors/2129657531'}, {'@id': '...)
  3. Request broker connectors info...

    • Got 1 catalog(s) with connector(s) ([{'@id': 'https://localhost/connectors/', '@type': 'ids:BaseConnector', 'connectors': [{'@id': 'https://localhost/connectors/2129657530', 'accessURL': 'https://connectora:8080/api/ids/data'}, {'@id': ...)
  4. Request each provider self-description...

  5. Request each provider catalog description...

    • Got 1 provider catalog(s) description(s) ([{'_id': ObjectId('66995c1977eaa682d496deb3'), '@context': {'ids': 'https://w3id.org/idsa/core/', 'idsc': 'https://w3id.org/idsa/code/'}, '@type': 'ids:ResourceCatalog', '@id': 'https://connectora:8080/api/catalogs/dea6d917-3ebc-4acc-af91-d38cbaccb54e', 'ids:offeredResource': ['https://connectora:8080/api/offers/dc4cafaf-655c-4c2a-9ad4-ef13e8a3a3bf'], '_provider_id': 'https://connector_A', '_broker_id': 'https://localhost/', '_broker_catalog_id': 'https://localhost/connectors/', '_broker_connect...)
    • Got 1 provider resource(s) ([{'_id': ObjectId('66a0c1aa77eaa682d49ab77f'), '@type': 'ids:Resource', '@id': 'https://connectora:8080/api/offers/dc4cafaf-655c-4c2a-9ad4-ef13e8a3a3bf', 'ids:language': [{'@id': 'https://w3id.org/idsa/code/DE'}], 'ids:description': [{'@value': 'DWD weather warnings for germany.', '@language': 'DE'}], 'ids:version': '1', 'ids:title': [{'@value': 'DWD Weather Warnings', '@language': 'DE'}], 'ids:representation': [{'@type': 'ids:Representation', '@id': 'https://connectora:8080/api/representations/...) ... DONE.

Process finished with exit code 0

About

Collects the resources metadata from a IDSA broker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages