Migrate apikey,token from apigee to mysql database

All,

I am looking to export data from apigee like apikey and token from apigee and import those into mysql database. Is this possible?

Or is it possible to export those data into some file so that I can. write some script to import those into mysql database?

0 1 63
1 REPLY 1

Yes, you can do. Remember Apigee Datastore is cassandra and its nosql type and mysql is sql type. You need to replace the non-existing columns of a record to null. You can use a script to ready from apigee and write to mysql. Do your activity once the node tool repair activity is completed. 

 

By the way what is the purpose of this?