Skip to content

davidtam/mea

Repository files navigation

Customer Feedback -> Sentiment Analysis -> Dashboard

Architecture

Build instruction

# run this so that minikube can use these images - without the need to push to docker repo.
eval $(minikube docker-env)

docker build ./feedback-service -t feedback-service -f feedback-service/Dockerfile
docker build ./sentiment-service -t sentiment-service -f sentiment-service/Dockerfile
docker build ./sentiment-dashboard -t sentiment-dashboard -f sentiment-dashboard/Dockerfile
docker build ./feedback-frontend -t feedback-frontend -f feedback-frontend/Dockerfile

Running locally

# assuming minikube is installed
kubectl create -f feedback-sentiment-app-single-pod.yaml
# running tunnel into minikube
minikube tunnel --cleanup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published