| 139 | === HXL Synchronization === |
| 140 | |
| 141 | We could use Eden [http://eden.sahanafoundation.org/wiki/UserGuidelines/Admin/Synchronization Sync] to synchronize HXL Data. |
| 142 | |
| 143 | The interface to exchange data with the remote repository is exchangeable (S3SyncRepository class): |
| 144 | https://github.com/nursix/eden/blob/master/modules/s3/s3sync.py#L762 |
| 145 | |
| 146 | Implementing a SPARQL+HXL adapter would allow to query the HXL Data Cloud (triple store) and/or to update it. |
| 147 | |
| 148 | This would of course also require XSLT transformation stylesheets for HXL to S3XML and S3XML to HXL. |