Skip to content

ZacSadan/AS_Mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AS_Mysql - Query AeroSpike from your favorite MySQL Client

This module implements the MySQL server protocol, so you will be able to query AeroSpike from your favorite MySql-Client.

AS_Mysql was intentionally written as a single python file, due to the following reasons:

  • AeroSpike already has python installed.
  • Running the program on production environments will be straightforward (for DevOps).

Simple execution :

  • just run : nohup python36 ./as_mysql.py >/dev/null 2>&1 & , on one of your AeroSpike nodes.

Screenshots:

Connect:

Show namespaces / Show sets / Select Query :

Select Query with Specific Key :

Creators/Contributors:

  • Dmitri Krasnenko
  • You ?
  • Zac Sadan

Misc: