Build a small program that can forward changes from couchdb to mysql db. [Only support adding new data into MySQL] [Need to create more logic to prvide full functionalities]
Get changes from CouchDB. Parse the changes into JSON object. Get the new data and save it into MySQL database.