学习 Google App Engine 和 Google App Engine大表
我有一个基于传统 RDBMS 的 PHP 应用程序,我需要将其转换为 GAE,并且希望在执行此操作之前正确了解 BigTable 的工作原理。然而,我有点想通过示例问题或示例来展示思考和利用非 RDBMS 平台(如 BigTable)的最大方式......
这似乎是在跳转之前采取的最佳途径在一对一的转换中搞砸了一些事情,这可能会在第一种方法中双脚发生。
任何人都能够推荐一个可能对您有帮助的良好入门路径,或者能够正确启动 App Engine 和 BigTable 的人吗?
I have a traditional RDBMS based PHP app that I need to convert over to GAE and would like to properly learn how BigTable works prior to doing this. However, I'd kinda like to do it through sample problems or examples that show the maximal way to think about and utilize a non RDBMS platform such as BigTable...
It seems that this would be the best route to take prior to just jumping in and screwing some things up in a one-to-one conversion that would likely happen by the both feet in first method.
Anyone able to recommend a good starting path that perhaps helped you or something of this nature that will properly initiate someone with App Engine and BigTable?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一个好方法是查看在 GAE 中运行的优秀项目的源代码,例如 jaikuengine 和 < a href="http://code.google.com/p/rietveld/" rel="nofollow">rietveld。
对于文章,Google IO 2009 和 2010 和GAE 文章提供了很好的资源。
您还可以在维基百科中学习面向列的数据库并查看所有其他项目,例如 cassandra...
A good way is to see the sources codes of a good projects running in GAE like jaikuengine and rietveld.
For articles, Google IO 2009 and 2010 and GAE articles offer a good resource.
Also you can learn a Column-oriented Database in Wikipedia and see all other projects like cassandra...
我建议您尝试一下 App Engine Cookbook,看看它是如何工作的。它提供了一些非常好的示例,并且在我尝试了解 DataStore
http: //appengine-cookbook.appspot.com/cat/?id=ahJhchHBlbmdpbmUtY29va2Jvb2tyFwsSCENhdGVnb3J5IglEYXRhc3RvcmUM
I would recommend having a play with the App Engine Cookbook to see how things work. It has some really good examples and has helped me a lot when trying to understand the DataStore
http://appengine-cookbook.appspot.com/cat/?id=ahJhcHBlbmdpbmUtY29va2Jvb2tyFwsSCENhdGVnb3J5IglEYXRhc3RvcmUM