Service - Catalog Manager: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
Line 13: Line 13:
=== Configuration tags ===
=== Configuration tags ===


<syntaxhighlight lang="JavaScript">
..
{
configTag: "CatalogServiceName"
configKey: {eg: "CatalogStandard"}
configValue: {eg: "CatalogStandard"}
}
</syntaxhighlight>


== Catalog ==
== Catalog ==
Line 28: Line 22:
: (partition key)
: (partition key)
; catalogServiceName
; catalogServiceName
: string
: eg: "CatalogStandard"
; categoryTreeServiceName
: eg: "CategoryTreeStandard"


= Working documents =
= Working documents =

Revision as of 14:48, 18 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

..

Catalog

Fields

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

Working documents

Catalog Manager