Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何简单的程序可以将谷歌的 nosql 转换为本地 mysql 数据库? 我已经使用Remote API Bulk Loader下载了所有数据。我怎样才能从这个批量数据中分离出所需的实体。后来我想将所有实体转换为 mysql 数据库。
首先使用以下命令以 CSV 格式下载所有数据,
appcfg.py download_data --config_file=bulkloader.yaml --filename=users.csv --kind=Permission --url=http://your_app_id.appspot.com/_ah/remote_api
然后使用phpmyadmin。