Skip to content

Simple project for solve of mathematical expressions with using Apache Ignite

License

Notifications You must be signed in to change notification settings

AlexKbit/ignite-task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

Project Overview

Simple project for solve of mathematical expressions with using Apache Ignite. This project is designed to demonstrate the capabilities of Apache Ignite.

Application architecture

Application architecture

The application uses the queue of the Ignite to accumulate the task queue. You can run any number of nodes. Each node will register a service for processing tasks.

User interface

Application architecture

Open application by root path. 1) Create new task with your expression 2) Wait a result

Application architecture

You can see a state of nodes in cluster on Node statistics page.