Service - Catalog Manager

From Izara Wiki
Jump to navigation Jump to search

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