Open sourcing Thoughtsite - A discussion forum designed for Google App Engine
Tuesday, June 1, 2010 | 10:07 AM
Labels: app engine, releases, Thoughtsite
Google App Engine is a powerful system, designed to take all the pain of infrastructure management and performance scaling out of web application programming. App Engine applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow.
While there are a lot of open source projects available to learn how to use App Engine, there have been few open sourced, comprehensive web applications built on App Engine to help you learn how best to use the advanced features that App Engine provides.
Enter... Thoughtsite!
Thoughtsite is a discussions/forum web app designed for Google App Engine. The main features of the app are:
- a flexible system that could be used for any kind of discussion forum.
- voting, tagging, comments and a reputation point system for users.
- full text search on App Engine with Apache Lucene.
- search for threads by tags or by keywords. Threads can also be linked to from user profiles.
- users gain reputation points based on community votes for their contributions.
- full-fledged user profiles with info, points, contributions, user's personal tag cloud, etc.
- basic duplication detection filters to detect similar threads so posters can avoid creating a new thread if one already exists.
- basic spam and gaming filters (self-voting, cross-voting, etc.).
- comprehensive admin section that allows moderation of individual posts and users. Users can flag objectionable content or trolls.
Best of all, Thoughtsite is completely open source using an Apache 2 license and the code is available for download.We hope you download the source, take it apart and play with it. Thoughtsite will work as a complete app if you want to use it to host a discussion forum on your own domain, but its real value is in taking it apart to understand how it uses App Engine under the hood.

14 comments:
adir1 said...
This is a great idea - But can you confirm that this one for Java App Engine? Would be nice to mention it in article :-)
June 1, 2010 7:59 PM
Qrilka said...
Are there any public deployments of thoughtsite to check out?
June 1, 2010 10:10 PM
Shai said...
It would be helpful if you provide a link to the thougtsite website.
June 1, 2010 11:25 PM
kosiakk said...
It will be really nice to launch public demo, e.g. thoughtsite.appspot.com, to play with it online
June 2, 2010 12:57 AM
Andreas Blixt said...
Is there anywhere you could see this in action? Having to install it yourself is a bit tedious if you just want to have a quick look at what it can do.
June 2, 2010 7:43 AM
Dogma said...
Is there a demo site to see thoughtsite in action?
June 2, 2010 8:44 AM
salendron said...
I can't get this to work. no .project or .classpath file to import project into Eclipse. When importing it via "Import FileSystem" I get lot's of errors.
Seems like org.springframework.context.support.ApplicationObjectSupport is missing.
Buildpath Problem?
Can we get a Step-By-Step Tutorial on how to get this thinf to work?
June 2, 2010 1:34 PM
Steren said...
I'm gonna try to deploy it.
When it's ready, check http://thoughtsitesandbox.appspot.com/
June 2, 2010 3:18 PM
swapneel said...
We're currently working on putting up a live deployment of Thoughtsite - please give it a day or two... I'll post the link here as soon as possible.
June 2, 2010 3:29 PM
Prashant Tiwari said...
@salendron This project uses Maven to resolve dependencies. Please install Maven support for Eclipse, enable it for this project and then update the dependencies to download the required libraries.
We shall be posting the link to a demo soon.
June 3, 2010 8:38 AM
Matthew said...
Is there any reason that a call to "mvn install" on the command line would work but a "must be unique" error would occur in Eclipse?
For example, "[ERROR] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.httpcomponents:httpclient:jar -> duplicate declaration of version 4.0 @ com.impetus.ilabs.gae:thoughtsite:1.0-SNAPSHOT, /home/matthew/dev/workspace/thoughtsite/pom.xml".
June 3, 2010 6:51 PM
Marcel Overdijk said...
When will the demo app be up?
June 9, 2010 6:49 AM
MauriPz said...
Any update on a demo site and how to install it?
June 23, 2010 2:44 AM
Neel Kshetramade said...
UPDATE! A lot of you have reported problems getting the code to deploy - we have now launched an official deployment of the Thoughtsite code at http://thoughtsitedemos.appspot.com/
Also, the source code is for Java App Engine.
October 3, 2011 8:36 PM
Post a Comment