Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 467 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 467 Bytes

Microservice workshop with NodeJS

  1. API Document
  2. Starter
  3. Communication service-to-service
  4. API gateway
  5. Service registry and discovery
    • Spring Cloud Eureka
    • Consul
  6. Server-side discovery with API gateway (Zuul)
  7. Health check API
  8. Circuit breaker
  9. Tracing with Jaeger and Opentracing
  10. Monitoring (Preometheus and Grafana)
  11. Logging
  12. CQRS (Command Query Responsibility Segregation)
  13. Event sourcing
  14. Event sourcing with Kafka