关于[Building micro services through Event Driven Architecture part15 : SPA Front End]的摘要:
Building microservices through Event Driven Architecture part15 : SPA Front End. This tutorial is the 15th part of a series : Building microservices through Event Driven Architecture. The previous step is about Building micro services through Event Driven Architecture part14 : Query API In this tutorial, I will show how to build a SPA Front End using angular to send commands and request queries. The SPA Front End use the commandAPI to send commands ( create , update or delete a speech), then the command will transit to a Kafka service bus before being available to a no-sql database elasticsearch. The Query API will use the no-sql database elasticsearch to display the newly created data ( In the the upcomming tutorial, I will use Signalr Notification to notify the SPA Front End to update the screen ) To follow this tutorial, you should be familiar with angular