Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 560 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 560 Bytes

Introduction

Example repository showcasing the implementation of complete microservices including the frontend:

  • One Microservice for searching books based on elastic
  • One Microservice for maintaining books based on JPA with HSQLDB notifying the search service
  • Eureka server for service discory
  • Polymer app with web components for both the books list using elastic service and books form using the jpa service
  • Angular app reusing web components in an Angular framing application

Code for polymer client cloned from farcic/books-service repository.