georgexiang / aura-tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Microservices App - Aura JS Credit Score

This is a tutorial for microservices training. In this tutorial, we will cover the following features:

  • Service Mesh - Deploy a microservice with Istio enabled
  • Canary deployment - Switch traffic from version V1 to version V2
  • Service Brokers - Provision and use a MySQL/MongoDB instance
  • API-first development
  • Observability - Observe the service runtime behaviour with Vizceral, Zipkin and Grafana (Limited)
  • CI/CD - Use Wercker to deploy our services

To get started go to the aura-js-creditscore folder.

About