Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tusharmakkar08/redis-app
A Redis Application that pulls records from a mysql database and places it on a queue
https://github.com/tusharmakkar08/redis-app
Last synced: 25 days ago
JSON representation
A Redis Application that pulls records from a mysql database and places it on a queue
- Host: GitHub
- URL: https://github.com/tusharmakkar08/redis-app
- Owner: tusharmakkar08
- Created: 2013-05-22T08:57:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-05T09:06:37.000Z (over 11 years ago)
- Last Synced: 2023-04-01T12:52:15.143Z (over 1 year ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Redis Application
==================A simple application that pulls records from a mysql database and places it on a queue .
Language Used :
--------------* Python
* Shell ScriptingDatabase Used :
---------------* MySQL
* RedisLibraries Used :
----------------
* redis
* MySQLdb
* sys
* osHow to Run :
-----------
sh automaticscript.sh
# Run Script for creating database and table
python redisapp.py
# Running python code