howardwang15 / elasticsearch-nba

Elasticsearch cluster for searching and filtering NBA players
0 stars 0 forks source link

Add Kubernetes deployments for scraper and indexer #7

Open howardwang15 opened 2 years ago

howardwang15 commented 2 years ago

Scraper and indexer should run daily at midnight PST

howardwang15 commented 2 years ago

In order for the indexer to use the data generated by the scraper, need to mount a persistent volume that's shared by both jobs. https://kubernetes.io/docs/concepts/storage/persistent-volumes/