Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
Farshid Tavakolizadeh edited this page Jul 22, 2020 · 8 revisions

Service Catalog is the entry point for web services. Its functionality mainly covers the discovery of available services, like brokers, gateways, and other services.

Service Catalog exposes a RESTful API for:

  1. Registering and updating Services – for services registering themselves to be available for service discovery (Supported via MQTT too)
  2. Browsing the Service Catalog entries – for applications and other clients discovering registered services
  3. Retrieving information about specific Services
  4. Filtering Services – for clients searching for services by known capabilities

The following diagram shows the flow of service metadata. Services that register themselves (Service1,4,6) can be discovered by other components within or beyond the local network.

Service Catalog Teaser

Getting Started

Related Tools

Development

Clone this wiki locally