Turbo gears open source projects

6 views
Skip to first unread message

Niyas

unread,
Dec 23, 2009, 9:51:28 AM12/23/09
to TurboGears
Dear All,

Can anyone to point a good open source project developed in
Turbogears.
I know openERP is developed using turbo gears. Any other projects?

Thanks in Advance

Regards,
Niyas

Toshio Kuratomi

unread,
Dec 23, 2009, 11:07:41 AM12/23/09
to turbo...@googlegroups.com
On Wed, Dec 23, 2009 at 06:51:28AM -0800, Niyas wrote:
> Dear All,
>
> Can anyone to point a good open source project developed in
> Turbogears.
> I know openERP is developed using turbo gears. Any other projects?
>
The Fedora Project hasa bunch of G1 projects and a few TG2 projects.

TG1:
https://fedorahosted.org/packagedb
https://fedorahosted.org/bodhi
https://fedorahosted.org/fas
https://fedorahosted.org/mirrormanager
https://fedorahosted.org/elections

TG2:
https://fedorahosted.org/moksha
https://fedorahosted.org/fedoracommunity

Eventually we'll be migrating our TG1 apps to TG2 but right now we're still
porting our support libraries over.

-Toshio

Todd Blanchard

unread,
Dec 23, 2009, 10:54:15 PM12/23/09
to turbo...@googlegroups.com
There's MapFish - but I'm not clear if it is a TG project or just a Pylons project. There are two places to get it from and I'm not sure what the differences are.

http://mapfish.org/

vs

http://www.turbogears.org/2.0/docs/main/Extensions/index.html#geo

I'd like to know the differences between these two things that sort of appear to be "the same". I'm about to kick off a GEO oriented project and have been looking for a suitable base. I've already spent a lot of time with geodjango and find that django overall leaves me cold.

-Todd Blanchard

> --
>
> You received this message because you are subscribed to the Google Groups "TurboGears" group.
> To post to this group, send email to turbo...@googlegroups.com.
> To unsubscribe from this group, send email to turbogears+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.
>
>

Sanjiv Singh

unread,
Dec 25, 2009, 12:42:29 AM12/25/09
to turbo...@googlegroups.com
Hi Todd,

On Thu, Dec 24, 2009 at 9:24 AM, Todd Blanchard <tblan...@mac.com> wrote:
> There's MapFish - but I'm not clear if it is a TG project or just a Pylons project.  There are two places to get it from and I'm not sure what the differences are.
>
> http://mapfish.org/
>
> vs
>
> http://www.turbogears.org/2.0/docs/main/Extensions/index.html#geo
>
> I'd like to know the differences between these two things that sort of appear to be "the same".  I'm about to kick off a GEO oriented project and have been looking for a suitable base.  I've already spent a lot of time with geodjango and find that django overall leaves me cold.


Mapfish is a pylons based framework for building
geographic applications. It provides a rest api and
uses sqlalchemy custom type (geometry)
to persist geo objects in a postgis database.

tgext.geo on the other hand is a gis extension specifically
for TG2 applications. It makes it easy to integrate MapFish
or other python gis libraries such as FeatureServer
and TileCache into a TG2 app.

So, use tgext.geo only if you want to develop a TG2 app.
If you are starting a new app and you are fine with Pylons,
you could use MapFish.

However, if you decide to build a TG2 app and use tgext.geo,
you could choose between MapFish and FeatureServer.

I advise you go through the features offered by MapFish and
FeatureServer to see how they compare and which one suits
your needs better.

regards
Sanjiv

Reply all
Reply to author
Forward
0 new messages