Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Scripting

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

* MySQL
* Redis

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

* redis
* MySQLdb
* sys
* os

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


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