Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 539 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 539 Bytes

solomon-ingestor

A data ingester of Yugioh cards from YGOPRODECK along with their japanese name scraping from [https://yugioh.fandom.com/wiki/Yu-Gi-Oh!] to store in elasticsearch.

For development

Setup development environment

virtualenv venv
# For fish
source venv/bin/activate.fish
# For shell
source venv/bin/activate
pip install -r requirements.txt

Running on local

# Run on machine
python src/main.py

Release

earthly --build-arg TAG=<TAG> --push +release