Skip to content

akaslivau/ignite-pytray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ignite-pytray

This is a simple python script to help you manage Apache Ignite cluster on Windows system. Sometimes you don't want to use Docker, so it's rather dreary to run different bin/ scripts using command line.

To use this script you need:

  1. Installed python3

  2. IGNITE_HOME variable to your Apache Ignite (Example: C:\Users\Andrew\Desktop\NewIgnite\apache-ignite-2.15.0-bin)

    You can use Powershell to set it in one line: [System.Environment]::SetEnvironmentVariable('IGNITE_HOME','C:\Users\Andrew\Desktop\NewIgnite\apache-ignite-2.15.0-bin', 'Machine')

For auto startup:

  1. Win + R
  2. shell:startup
  3. Put link on your script inside this folder

Base script functionality. You can extend it if neccessary.

  1. Baseline
  2. Start cluster (default 2 nodes) + activate
  3. Start node + activate it
  4. Stop all -- kill all open ignite windows
  5. Hard reset -- clear all work logs, metadata, binary etc
  6. Exit. Just exit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages