Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (24 loc) · 1.01 KB

Apache Ignite Microservices Example

The example demonstrates how to realize Microservices based architecture on top of Apache Ignite covered in a series of blog posts:

To execute the example do the following:

  • Start one or more instances of data nodes using DataNodeStartup.
  • Start one or more instances of Maintenance service nodes using MaintenanceServiceNodeStartup.
  • Start one or more instances of Vehicle service nodes using VehicleServiceNodeStartup.
  • Execute an internal test application (connects to the microservices using Ignite API) using TestAppStart.
  • Execute an external test application (connects to the microservices using direct sockets API) using ExternalTestApp.