[google-appengine] Re: Is there any open source project/ticket management app that can be deployed on App Engine?

2009-09-08 Thread Wooble

No out of the box solution is likely to include support for database
connections over HTTP, though, so this seems unlikely to be a solution
to the problem.

On Sep 8, 11:11 am, David  wrote:
> GAE apps can use SQL relational databases, if the relational database
> is available through a web service.  The database would be accessed
> through  the GAE urlfetcher library, or httplib, or urllib2.
>
> One such SQL web service is Rdbhost, atwww.rdbhost.com.
>
> David Keeney
>
> On Thu, Sep 3, 2009 at 8:38 AM, arpit wrote:
>
> > I have just started with GAE and one of the things I'd like to do is
> > deploy something like Trac or RedMine to track the project we are
> > working on. Unfortunately Trac doesnt work on GAE since it needs MySQL
> > or similar relational database. Is there any app for tracking projects/
> > ticket management for GAE?
>
> > thanks
> > -arpit
>
> --
> dkee...@travelbyroad.net
> Rdbhost -> SQL databases as a webservice [www.rdbhost.com]
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Is there any open source project/ticket management app that can be deployed on App Engine?

2009-09-08 Thread David

GAE apps can use SQL relational databases, if the relational database
is available through a web service.  The database would be accessed
through  the GAE urlfetcher library, or httplib, or urllib2.

One such SQL web service is Rdbhost, at www.rdbhost.com.

David Keeney


On Thu, Sep 3, 2009 at 8:38 AM, arpit wrote:
>
> I have just started with GAE and one of the things I'd like to do is
> deploy something like Trac or RedMine to track the project we are
> working on. Unfortunately Trac doesnt work on GAE since it needs MySQL
> or similar relational database. Is there any app for tracking projects/
> ticket management for GAE?
>
> thanks
> -arpit
>
> >
>



-- 
dkee...@travelbyroad.net
Rdbhost -> SQL databases as a webservice [www.rdbhost.com]

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



[google-appengine] Re: Is there any open source project/ticket management app that can be deployed on App Engine?

2009-09-04 Thread kugutsumen

I love Google Code and I really wish there was a commercial plan for
private projects.
It would fit nicely with Google Apps.

On Sep 4, 4:10 pm, Jaap Taal  wrote:
> Seriously, don't wast time on building/porting/hacking/slashing a trac-like
> thing on GAE, use google code...
> Jaap
>
> On Fri, Sep 4, 2009 at 10:38 AM, Brandon N. Wirtz wrote:
>
>
>
> >  Anything off the shelf will use flat files or SQL… neither of these
> > technologies will work on GAE.  Porting the SQL calls to GQL is not an
> > overwhelming task… but you would then be on your own branch so you’d be on
> > yoru own for updates.
>
> > In these situations it is generally best to deploy the app on a supported
> > platform, and start off loading the bits that are easiest to do to GAE
> > first, until eventually the whole app runs on GAE.
>
> > I have done this with several of my installs… and find even getting 75%
> > running on GAE can help my scalability.
>
> > *From:* google-appengine@googlegroups.com [mailto:
> > google-appeng...@googlegroups.com] *On Behalf Of *Jaap Taal
> > *Sent:* Friday, September 04, 2009 12:48 AM
> > *To:* google-appengine@googlegroups.com
> > *Subject:* [google-appengine] Re: Is there any open source project/ticket
> > management app that can be deployed on App Engine?
>
> > Use google code.
>
> > Jaap
>
> > On Thu, Sep 3, 2009 at 4:38 PM, arpit  wrote:
>
> > I have just started with GAE and one of the things I'd like to do is
> > deploy something like Trac or RedMine to track the project we are
> > working on. Unfortunately Trac doesnt work on GAE since it needs MySQL
> > or similar relational database. Is there any app for tracking projects/
> > ticket management for GAE?
>
> > thanks
> > -arpit
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Is there any open source project/ticket management app that can be deployed on App Engine?

2009-09-04 Thread Jaap Taal
Seriously, don't wast time on building/porting/hacking/slashing a trac-like
thing on GAE, use google code...
Jaap

On Fri, Sep 4, 2009 at 10:38 AM, Brandon N. Wirtz wrote:

>  Anything off the shelf will use flat files or SQL… neither of these
> technologies will work on GAE.  Porting the SQL calls to GQL is not an
> overwhelming task… but you would then be on your own branch so you’d be on
> yoru own for updates.
>
>
>
> In these situations it is generally best to deploy the app on a supported
> platform, and start off loading the bits that are easiest to do to GAE
> first, until eventually the whole app runs on GAE.
>
>
>
> I have done this with several of my installs… and find even getting 75%
> running on GAE can help my scalability.
>
>
>
> *From:* google-appengine@googlegroups.com [mailto:
> google-appeng...@googlegroups.com] *On Behalf Of *Jaap Taal
> *Sent:* Friday, September 04, 2009 12:48 AM
> *To:* google-appengine@googlegroups.com
> *Subject:* [google-appengine] Re: Is there any open source project/ticket
> management app that can be deployed on App Engine?
>
>
>
> Use google code.
>
>
>
>
> Jaap
>
> On Thu, Sep 3, 2009 at 4:38 PM, arpit  wrote:
>
>
> I have just started with GAE and one of the things I'd like to do is
> deploy something like Trac or RedMine to track the project we are
> working on. Unfortunately Trac doesnt work on GAE since it needs MySQL
> or similar relational database. Is there any app for tracking projects/
> ticket management for GAE?
>
> thanks
> -arpit
>
>
>
>
> >
>

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



[google-appengine] Re: Is there any open source project/ticket management app that can be deployed on App Engine?

2009-09-04 Thread Brandon N. Wirtz
Anything off the shelf will use flat files or SQL. neither of these
technologies will work on GAE.  Porting the SQL calls to GQL is not an
overwhelming task. but you would then be on your own branch so you'd be on
yoru own for updates.

 

In these situations it is generally best to deploy the app on a supported
platform, and start off loading the bits that are easiest to do to GAE
first, until eventually the whole app runs on GAE.

 

I have done this with several of my installs. and find even getting 75%
running on GAE can help my scalability.

 

From: google-appengine@googlegroups.com
[mailto:google-appeng...@googlegroups.com] On Behalf Of Jaap Taal
Sent: Friday, September 04, 2009 12:48 AM
To: google-appengine@googlegroups.com
Subject: [google-appengine] Re: Is there any open source project/ticket
management app that can be deployed on App Engine?

 

Use google code.

 


Jaap

On Thu, Sep 3, 2009 at 4:38 PM, arpit  wrote:


I have just started with GAE and one of the things I'd like to do is
deploy something like Trac or RedMine to track the project we are
working on. Unfortunately Trac doesnt work on GAE since it needs MySQL
or similar relational database. Is there any app for tracking projects/
ticket management for GAE?

thanks
-arpit







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



[google-appengine] Re: Is there any open source project/ticket management app that can be deployed on App Engine?

2009-09-04 Thread Jaap Taal
Use google code.


Jaap

On Thu, Sep 3, 2009 at 4:38 PM, arpit  wrote:

>
> I have just started with GAE and one of the things I'd like to do is
> deploy something like Trac or RedMine to track the project we are
> working on. Unfortunately Trac doesnt work on GAE since it needs MySQL
> or similar relational database. Is there any app for tracking projects/
> ticket management for GAE?
>
> thanks
> -arpit
>
> >
>

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