diff options
| author | Luc Donnet | 2013-05-27 18:12:43 +0200 | 
|---|---|---|
| committer | Luc Donnet | 2013-05-27 18:12:43 +0200 | 
| commit | c17a941eaf1b379e4442e8107729a62e84a816bf (patch) | |
| tree | 96ec7eca06f61ca7d263fbca67a6b2319d67d4e6 /README.md | |
| parent | 092a49c181eba7c7fa875dc7dacd4e92f299eba4 (diff) | |
| download | chouette-core-c17a941eaf1b379e4442e8107729a62e84a816bf.tar.bz2 | |
Add multi tenancy database and saas article for documentation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 | 
1 files changed, 4 insertions, 3 deletions
| @@ -1,11 +1,12 @@  # Chouette2 [](http://travis-ci.org/dryade/chouette2?branch=master) [](https://gemnasium.com/dryade/chouette2) [](https://codeclimate.com/github/dryade/chouette2) -Chouette2 is a web project in Ruby/Rails and can : +Chouette2 is a web project in Ruby/Rails. It's designed as an [SaaS](http://en.wikipedia.org/wiki/Software_as_a_service) platform and can :  * Exchange transport data : [Neptune](http://www.chouette.mobi/spip.php?rubrique61), [GTFS](https://developers.google.com/transit/gtfs/reference?hl=fr), [NeTEx](http://www.kizoom.com/standards/netex/), CSV  * Edit transport data  * Validate transport data  * Offer a Restful API in read-only -* Import and Export Data asynchronously                 +* Import and Export Data asynchronously +* Use [multi-tenancy database](http://en.wikipedia.org/wiki/Multitenancy)  Requirements  ------------ @@ -101,7 +102,7 @@ API Documentation  -----------------  The description of the restful API is described in :  -* [Description](https://github.com/dryade/chouette2/blob/master/doc/interfaces/Chouette_API_REST_v1.2.pdf) +* [User manual file](https://github.com/dryade/chouette2/blob/master/doc/interfaces/Chouette_API_REST_v1.2.pdf)  * [XSD file](https://github.com/dryade/chouette2/blob/master/doc/interfaces/api_rest_v1.xsd)  Example Usage  | 
