Service - Catalog Manager: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
(Created page with "= Overview = Manages all available catalogs, each catalog is handled by a Service - Catalog (handlers), the Catalog Manager service records the service name for each cata...")
 
Line 5: Line 5:
= Repository =
= Repository =


https://bitbucket.org/....
https://bitbucket.org/stb_vit/catalog-manager/src/master/


= DynamoDB tables =
= DynamoDB tables =

Revision as of 14:19, 17 December 2020

Overview

Manages all available catalogs, each catalog is handled by a Service - Catalog (handlers), the Catalog Manager service records the service name for each catalog handler and links each catalog to one.

Repository

https://bitbucket.org/stb_vit/catalog-manager/src/master/

DynamoDB tables

Standard Config Table Per Service

Configuration tags

{
	configTag: "CatalogServiceName"
	configKey: {eg: "CatalogStandard"}
	configValue: {eg: "CatalogStandard"}
}

Catalog

Fields

catalogId
(partition key)
catalogServiceName
string

Working documents

Catalog Manager