Service - Category Standard

From Izara Wiki
Revision as of 00:43, 9 March 2025 by Sven the Barbarian (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Handler service for the standard category type.

Repository

https://bitbucket.org/izara-market-services/izara-market-catalogs-category-standard

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"
}

Graph database

Service - Catalog Graph

Nodes

category

One categoryId, is never edited or removed from the graph.

  • NodeIdentifierLabels: category_
  • NodeIdentifierProperties: categoryId

Service - Translations Graph

Nodes

CategoryName

  • NodeIdentifierLabels: categoryName
  • NodeIdentifierProperties: categoryId

Notes

.. currently data is stored in Yii/MySQL

Working documents

Category Standard