Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ChristofferKarlsson/app-engine-microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example project to demonstrate how to build a simple app on Google App Engine, using a microservice architecture.

First install default service Python libraries

cd default
pip install -t lib -r requirements.txt

Deploy the services

gcloud app deploy default/app.yaml
gcloud app deploy dummy/app.yaml movie/app.yaml user/app.yaml

Deploying the first service by itself is on purpose, to give it another version name. This is done so that the get_hostname function returns the default version for the other services. You can read more about how it works here.

This app is available for demonstration on http://poc-microservices.appspot.com

About

Demo application for a talk about microservices on Google App Engine

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors