https://github.com/christiangracia/marketfeels.com-python-api
This repo contains a Dockerized flask app that scrapes websites, perfoms db insertions, and is run in a pod with Kubernetes for marketfeels.com. Hosted on Google Cloud GKE
https://github.com/christiangracia/marketfeels.com-python-api
flask kubernetes machine-learning python scraping
Last synced: 3 months ago
JSON representation
This repo contains a Dockerized flask app that scrapes websites, perfoms db insertions, and is run in a pod with Kubernetes for marketfeels.com. Hosted on Google Cloud GKE
- Host: GitHub
- URL: https://github.com/christiangracia/marketfeels.com-python-api
- Owner: ChristianGracia
- Created: 2021-01-14T05:44:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T02:18:28.000Z (over 5 years ago)
- Last Synced: 2025-12-10T07:43:40.387Z (7 months ago)
- Topics: flask, kubernetes, machine-learning, python, scraping
- Language: Python
- Homepage: http://marketfeels.com
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python API
This repo contains a Dockerized flask app that is part of a many pods in a Kubernetes cluster
## Functions
**machine Learning**
**Scraping websites**
**Sending data to my Java API**
## Installation
build docker image
`docker build -t stock-site-python-api .`
run docker container
`docker container run --publish 8080:8080 --detach stock-site-python-api`
## Google GKE
build
`docker build -t py-api .`
tag
`docker tag py-api us.gcr.io/marketfeels/py-api:latest`
pusuh
`docker push us.gcr.io/marketfeels/py-api`
push