Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tusharmakkar08/trigger-via-mysql-detection

Pushing on Redis Queue whenever MySQL insert
https://github.com/tusharmakkar08/trigger-via-mysql-detection

Last synced: 25 days ago
JSON representation

Pushing on Redis Queue whenever MySQL insert

Awesome Lists containing this project

README

        

Trigger For MySQL Insert
========================

A demo for pushing on Redis whenever an Insert operation is done on MySQL

Language Used :
--------------

* Python
* Shell Scripting

Database Used :
---------------

* MySQL
* Redis

Libraries Used :
----------------

* redis
* MySQLdb
* sys
* time
* random

How to Run :
-----------


sh automaticscript.sh
# Run Script for creating database and table
python trigger.py
# Running python code