Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tusharmakkar08/trigger-via-mysql-detection
- Owner: tusharmakkar08
- Created: 2013-05-23T06:51:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-05T09:08:12.000Z (over 11 years ago)
- Last Synced: 2023-04-01T12:52:16.490Z (over 1 year ago)
- Language: Python
- Size: 133 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ScriptingDatabase Used :
---------------* MySQL
* RedisLibraries Used :
----------------
* redis
* MySQLdb
* sys
* time
* randomHow to Run :
-----------
sh automaticscript.sh
# Run Script for creating database and table
python trigger.py
# Running python code