Loading ...
Posts RSS Comments RSS 360 Posts and 793 Comments till now

Mondrian,通过Google App Engine发布的Google内部使用的软件?

Google App Engine在前一段时间发布了,网络上有很多的报道,可以看看我在第一时间汇总的几篇比较权威的报道。

但是App Engine有作用呢?我不熟悉python,也不知道是怎么来用App Engine,但是基本知道的是Google向你开放了他们内部的部分资源,比如数据库还有cpu计算时间等等,让你专心的写软件,不要为这些事情来担忧

Python的创始人(同样也是Google的雇员)Guido van Rossum最近通过App Engine发布了一个类似于Google 内部使用的代码检测工具Mondrian的软件。这个软件的名字叫做Code Review,是几乎完全基于Django框架。 Code Review使用了很多和Mondrian相类似的理念以及架构。不同的是Code Review使用的是开源版本控制系统Subversion而Mondrian则是使用的Perforce。而且最终Code Review也将是开源的软件。

还不知道什么是Mondrian,显然你还不是Google的粉丝,不然直接Google一下就可以了

或许以后还有更多的类似于Mondrian的内部工具以通过App Engine的方式来让更为广泛的人来使用

以下是Guido关于这个软件说明的邮件的一部分摘录

Some of you may have seen a video recorded in November 2006 where I showed off Mondrian, a code review tool that I was developing for Google (http://www.youtube.com/watch?v=sMql3Di4Kgc). I’ve always hoped that I could release Mondrian as open source, but it was not to be: due to its popularity inside Google, it became more and more tied to proprietary Google infrastructure like Bigtable, and it remained limited to Perforce, the commercial revision control system most used at Google.

What I’m announcing now is the next best thing: an code review tool
for use with Subversion, inspired by Mondrian and (soon to be)
released as open source. Some of the code is even directly derived
from Mondrian. Most of the code is new though, written using Django
and running on Google App Engine.

I’m inviting the Python developer community to try out the tool on the
web for code reviews. I’ve added a few code reviews already, but I’m
hoping that more developers will upload at least one patch for review
and invite a reviewer to try it out.

To try it out, go here:

http://codereview.appspot.com

Please use the Help link in the top right to read more on how to use
the app. Please sign in using your Google Account (either a Gmail
address or a non-Gmail address registered with Google) to interact
more with the app (you need to be signed in to create new issues and
to add comments to existing issues).


_________________________________________________________________

_________________________________________________________________

如需转载请注明:转载自codeium http://www.codeium.com/blog/

本文链接地址:http://www.codeium.com/blog/819
_________________________________________________________________

你可能也对下面的文章感兴趣

Trackback this post | Feed on Comments to this post

Leave a Reply