I'm writing a Python application, that I want to later migrate to GAE. The new "Task Queues" API fulfills a requirement of my app, and I want to simulate it locally until I have the time to migrate the whole thing to GAE.
我正在编写一个Python应用程序,我想稍后迁移到GAE。新的“任务队列”API满足了我的应用程序的要求,我想在本地模拟它,直到我有时间将整个事物迁移到GAE。
Does anyone know of a compatible module I can run locally?
有谁知道我可以在本地运行的兼容模块?
2 个解决方案
#1
Given the explicitly experimental nature of the thing, there's certainly nothing compatible in existence at this time. And obviously even if there were, Google pretty much says "we're going to change the API!" in their warning about it, so anything compatible now would not be compatible when the time comes to migrate.
鉴于该事物具有明确的实验性质,目前肯定没有任何兼容性存在。很明显,即使有,谷歌也说“我们要改变API!”在他们的警告中,所以现在兼容的任何东西在迁移的时候都不兼容。
#2
Since my original question, I've found two projects that aim to release the vendor-lock-in of GAE:
从我最初的问题开始,我发现了两个旨在释放GAE供应商锁定的项目:
- AppScale - http://code.google.com/p/appscale/
- TyphoonAE - http://code.google.com/p/typhoonae/
AppScale - http://code.google.com/p/appscale/
TyphoonAE - http://code.google.com/p/typhoonae/
There is also the GAE Testbed for easier testing: http://code.google.com/p/gae-testbed/
还有GAE Testbed可以更轻松地进行测试:http://code.google.com/p/gae-testbed/
#1
Given the explicitly experimental nature of the thing, there's certainly nothing compatible in existence at this time. And obviously even if there were, Google pretty much says "we're going to change the API!" in their warning about it, so anything compatible now would not be compatible when the time comes to migrate.
鉴于该事物具有明确的实验性质,目前肯定没有任何兼容性存在。很明显,即使有,谷歌也说“我们要改变API!”在他们的警告中,所以现在兼容的任何东西在迁移的时候都不兼容。
#2
Since my original question, I've found two projects that aim to release the vendor-lock-in of GAE:
从我最初的问题开始,我发现了两个旨在释放GAE供应商锁定的项目:
- AppScale - http://code.google.com/p/appscale/
- TyphoonAE - http://code.google.com/p/typhoonae/
AppScale - http://code.google.com/p/appscale/
TyphoonAE - http://code.google.com/p/typhoonae/
There is also the GAE Testbed for easier testing: http://code.google.com/p/gae-testbed/
还有GAE Testbed可以更轻松地进行测试:http://code.google.com/p/gae-testbed/