Service - Category Standard
Revision as of 09:13, 6 March 2021 by Sven the Barbarian (talk | contribs)
Overview
Handler service for the standard category type.
Repository
https://bitbucket.org/stb_working/category-standard/src/master/
DynamoDB tables
Standard Config Table Per Service
Configuration tags
{
configTag: "CatalogGraphServiceName"
configKey: "CatalogGraphServiceName"
configValue: xxx // eg: "CatalogGraph"
}
{
configTag: "TranslationsServiceName"
configKey: "TranslationsServiceName""
configValue: xxx // eg: "Translations"
}
Neptune graph database
Service - Catalog Graph
Vertices
category
vertexId: category_{categoryId}
Properties: (none)
Service - Translations Graph
Vertices
categoryName
vertexId: categoryName_{categoryId}
Notes
.. currently data is stored in Yii/MySQL
- categoryName translations are handled by Service - Translations and stored in Service - Translations Graph
- any category settings are stored in Service - Catalog Graph