v5_extractor
Table of Contents
Overview
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
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
v5_extractor.txt · Last modified: 2024/04/11 14:23 by 127.0.0.1