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: [email protected] [mailto:[email protected]] On Behalf Of Jaap Taal Sent: Friday, September 04, 2009 12:48 AM To: [email protected] 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 <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
