cgi-uswest-chimpls / portalweb

A web UI to consume portal microservices and render results
0 stars 0 forks source link

Rewrite at least one microservice in Go (golang) #40

Open jhagen1908 opened 6 years ago

jhagen1908 commented 6 years ago

Prove the concept of go microservices within a Spring Cloud / Pivotal Cloud Foundry environment. Rewrite a simple, isolated microservice such as payments.

The Go microservice needs to implement:

config server registration with Eureka service discovery using Eureka's REST API connect to existing MySQL database

jhagen1908 commented 6 years ago

Resources:

https://dzone.com/articles/service-registration-with-go-lang-and-eureka https://github.com/Netflix/eureka/wiki/Eureka-REST-operations https://github.com/go-sql-driver/mysql