Skip to content

andrewgleave/OpenElm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Open Elm Project

http://www.openelm.org.im/

Andrew Gleave, Red Robot Studios Ltd

The Open Elm Project is a public crowdsourcing initiative to collect data on the Elm tree population of the Isle of Man and help track and tackle increasing outbreaks of Dutch Elm Disease. The Island is one of the few places left in the UK which have a healthy population (unlike England which lost 23 million trees between 1960 and 1988), and the with the public's involvement, we hope to keep it that way.

Source

I've distributed the full source for both the site and mobile apps under the MIT License (see license.txt). Artwork, images and other media is not covered under this license and cannot be reused for other purposes.

Site

The site is a standard Django app which makes use of Celery to handle distributed tasks, such as handling the media uploads and pushing the media to S3. We've also made use of the excellent CouchDBKit project which made it really easy to talk to the CouchDB backend. You should be able to clone the project and run the app if you have the necessary dependencies installed.

Mobile Apps

The mobile apps are built using jQuery Mobile and wrapped for iOS and Android with PhoneGap. We chose to build the apps with HTML5 to increase the chance that other developers may deploy the app to other platforms.

Essentially, these apps are reference implementations, and native versions would give improved performance, features and reliability. Initial funding precluded building native versions for iOS and Android, but anyone interested could build a native version for any platform if they want – the data and API is fully exposed, and you would just need to ask me to create an account so the app could save to the CouchDB database.

Database

This project uses CouchDB to store records. CouchDB is not a standard RDBMS, and is best described as a non-relational document store. The project's database is located at http://redrobot.iriscouch.com/_utils/database.html?openelm. The great thing about CouchDB is that there is no API middleware – the database is the API. I'd encourage you to take a look at CouchDB in detail if you're interested in accessing the data: CouchDB the definitive guide is a good place to start.

Credits

All the contributors of: the Django Project, CouchDB, CouchOne/Iris Couch, CouchDBKit, Celery, PhoneGap and jQuery Mobile.

If you're interested in contributing to the project please get in touch.