Changes between Version 50 and Version 51 of BluePrint/Synchronisation


Ignore:
Timestamp:
05/09/10 17:50:34 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Synchronisation

    v50 v51  
    11= Blueprint for Synchronization =
    22
    3 We need to implement a system performing automatic synchronization between Sahana instances.
     3We need to implement the ability to do synchronization between instances of Sahana Eden & between Sahana Eden & other systems (auch as Sahana Agasti, !OpenStreetMap or Ushahidi).
    44
    55For synchronisation with other systems, we can talk in open standards, such as [wiki:BluePrintEDXL EDXL] since we use [wiki:S3XRC] to import/export data via XSLT in either XML or JSON formats (we can also handle CSV, XLS).
     
    99
    1010Can sync data using single-table URLs like:
    11  * http://localhost:8000/sahana/gis/location/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/gis/location.xml
    12  * http://localhost:8000/sahana/pr/person/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/pr/person.xml
    13  * http://localhost:8000/sahana/or/organisation/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/or/organisation.xml
    14  * http://localhost:8000/sahana/or/office/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/or/office.xml
    15  * http://localhost:8000/sahana/or/contact/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/or/contact.xml
     11 * http://localhost:8000/sahana/gis/location/create.xml&fetchurl=http://haiti.sahanafoundation.org/prod/gis/location.xml
     12 * http://localhost:8000/sahana/pr/person/create.xml&fetchurl=http://haiti.sahanafoundation.org/prod/pr/person.xml
     13 * http://localhost:8000/sahana/or/organisation/create.xml&fetchurl=http://haiti.sahanafoundation.org/prod/or/organisation.xml
     14 * http://localhost:8000/sahana/or/office/create.xml&fetchurl=http://haiti.sahanafoundation.org/prod/or/office.xml
     15 * http://localhost:8000/sahana/or/contact/create.xml&fetchurl=http://haiti.sahanafoundation.org/prod/or/contact.xml
    1616
    1717We can also use Joined Component URLs like:
    18  * http://localhost:8000/sahana/or/organisation/office/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/or/organisation/office.xml
     18 * http://localhost:8000/sahana/or/organisation/office/create.xml&fetchurl=http://haiti.sahanafoundation.org/prod/or/organisation/office.xml
    1919
    2020What we need next is: