Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 317 Bytes

File metadata and controls

13 lines (8 loc) · 317 Bytes

CouchToMySQL

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.