Service - Category Standard: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:


=== Configuration tags ===
=== Configuration tags ===
<syntaxhighlight lang="JavaScript">
{
configTag: "CategoryServiceNameTag"
configKey: "CategoryServiceNameTag"
configValue: xxx // this own services CategoryServiceNameTag, eg "CategoryStandard"
}
</syntaxhighlight>


<syntaxhighlight lang="JavaScript">
<syntaxhighlight lang="JavaScript">

Revision as of 05:37, 7 March 2021

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: "CategoryServiceNameTag"
	configKey: "CategoryServiceNameTag"
	configValue: xxx // this own services CategoryServiceNameTag, eg "CategoryStandard"
}
{
	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

Working documents

Category Standard