An open API service indexing awesome lists of open source software.

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

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