Table of Contents

Overview

Host: dev02.picalike.corpex-kunden.de

GIT

Used Port: 1115

Operations

For now, the v5_extractor runs as a docker service at dev02:

The home folder is: /home/picalike/v5/v5_extractor

docker ps |grep v5_extractor_container

if the container does not run, use the run.sh script in the bin directory in the folder

/home/picalike/v5/v5_extractor/bin

API / Parameters

docs: http://dev02.picalike.corpex-kunden.de:1115/docs

New / Refresh shop

cd /home/picalike/v5/v5_extractor/data
touch MEIN_DUFTER_DE_FEED.db
curl "http://localhost:1115/refresh_shop?shop_id=MEIN_DUFTER_DE_FEED&modified_since=2020-08-01"

Same for crawler.

Auto refresh

For now, a refresh for all shops, feed and crawler, is triggered based on cronjobs that are executed multiple times during the day.

Feature Stores

They are located in:

/home/picalike/v5/v5_extractor/data

and are simple SQLite3 files. It should be noted that those DBs are opened in 'WAL' mode to avoid locks. See sqlite3 for more details.

Summary

Keywords: v5 extractor gapex features enrichment