|
I am trying to get OSQA to run on GAE. Thus I am trying to find as much as docs that are able to help me know more about OSQA. Can anybody pass me the doc about the source code structure and details of OSQA? I guess the only problem I am facing now is porting the database onto GAE, right? Thanks |
We have actually gotten much of OSQA running on GAE, but not all. The database issues are significantly more difficult than most people imagine, since NoSQL means no No JOINs! OSQA uses relations a lot, and some of them are very hard to eliminate.
Thanks Rickross for your response. Do you mind sharing how you guys actually do that? What are the feature that are the least possible? Thank you in advance.