Skip to content

A data ingester of Yugioh cards from various sources to elasticsearch

Notifications You must be signed in to change notification settings

punparin/solomon-ingestor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A data ingester of Yugioh cards from various sources to elasticsearch

Resources

Stars

Watchers

Forks

Packages

No packages published