Hi, I have following requirements -
- I have a DB which has all developers, products, apps and access tokens, product scopes almost everything in the db
- Its a MySQL db
Proxies are newly designed on the apigee already, Now I have to migrate whole data to apigee to retain the user experience same as it works already. In the existing system, only consumer APIs exists no admin APIs are available so I need to use custom code to achieve this requirement.
In this whole migration, I have to take care of the following things -
- When I migrate 1 developer all the developer apps, app keys, linked products and access token of the respective developer apps should get migrated.
For achieving this requirement what should be the best approach?
I am exploring https://github.com/telstra/habitat-commissioner (APIGEE to APIGEE only but it provides restful apis so assuming data source can be anything , exploring more on this.)
and https://github.com/apigeecs/apigee-migrate-tool (Didn't find this tool as a great option to do as it is very specific to APIGEE to APIGEE only)
What community suggests?