Service - Catalog Manager: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
Line 1: Line 1:
= Overview =
= 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.
Maintains a table of all catalogs, each catalog is handled by a [[Service - Catalog (handlers)]] and a [[Service - Category Tree (handlers)]] service, links to these are stored for efficiently handling browse requests.


= Repository =
= Repository =

Revision as of 10:47, 19 December 2020

Overview

Maintains a table of all catalogs, each catalog is handled by a Service - Catalog (handlers) and a Service - Category Tree (handlers) service, links to these are stored for efficiently handling browse requests.

Repository

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

DynamoDB tables

Standard Config Table Per Service

Configuration tags

..

Catalog

Fields

catalogId
(partition key)
catalogServiceName
eg: "CatalogStandard"
categoryTreeServiceName
eg: "CategoryTreeStandard"

Working documents

Catalog Manager