Is there is any simple procedure for converting google’s nosql to local mysql database ?
I have downloaded all the data using Remote API Bulk Loader .
How can i seperate desired entity from this bulk data .
Later i want to convert all entities to mysql databse.
Is there is any simple procedure for converting google’s nosql to local mysql database
Share
First downloaded all the data in CSV format using following command ,
appcfg.py download_data --config_file=bulkloader.yaml --filename=users.csv --kind=Permission --url=http://your_app_id.appspot.com/_ah/remote_apiThen used phpmyadmin.