Changes between Version 5 and Version 6 of BluePrint/HXL


Ignore:
Timestamp:
02/05/14 08:38:39 (11 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/HXL

    v5 v6  
    9393== Architecture ==
    9494
     95=== Exporting HXL ===
     96
    9597Again the example from the introduction:
    9698
     
    135137A proof-of-concept XSLT template has been implemented for the project_activity resource.
    136138
     139=== HXL Synchronization ===
     140
     141We could use Eden [http://eden.sahanafoundation.org/wiki/UserGuidelines/Admin/Synchronization Sync] to synchronize HXL Data.
     142
     143The interface to exchange data with the remote repository is exchangeable (S3SyncRepository class):
     144https://github.com/nursix/eden/blob/master/modules/s3/s3sync.py#L762
     145
     146Implementing a SPARQL+HXL adapter would allow to query the HXL Data Cloud (triple store) and/or to update it.
     147
     148This would of course also require XSLT transformation stylesheets for HXL to S3XML and S3XML to HXL.
    137149== Design ==
    138150