NRT is an online system to help Governments collect, analyse and publish environmental information quickly and easily. It’s being built by the UNEP World Conservation Monitoring Centre, in partnership with the United Nations Environment Programme (UNEP) and the Abu Dhabi Global Environmental Data Initiative (AGEDI). You can find out more at nrt.io
NRT is a web application, written in CoffeeScript. The server component runs on Node.js and connects to a MongoDB NoSQL back-end. The client-side component (which runs in the user's browser) is also written in CoffeeScript, and precompiled to JavaScript before being sent to the user. The more extensive client-side components use Backbone.js, with Diorama extensions for view nesting.
- Installing and configuring NRT
- Configuring Indicators
- Importing indicators
- Indicatoration
- Automated Deployment
- Development workflow, conventions and tips
- Application architecture and structure
- Database Entity Schema
- Testing
- Analytics
WCMC team should already have access to this document
NRT is released under the BSD 3-Clause License