Skip to content

Add tracker_sparql_connection_deserialize_async/finish API

Carlos Garnacho requested to merge wip/carlosg/deserialize-api into master

This API is the inverse of tracker_sparql_connection_serialize_async(), taking an input stream containing RDF data, and proceeding to load it into the database. The API is implemented on local and dbus connections.

Having both calls in place, we can asynchronously dump data between connections, with both ends producing and consuming data in parallel without storing the data in any intermediate place.

Merge request reports