Skip to content

dmagda/MicroServicesExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  • About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages