I have two questions regarding data synchronization process.
For now I'm able to export my data info RDF tripples.
Insterting new data into RSF store is quite easy. But how to deal with exisiting data update?
I know it depends on business needs, but maybe you can give some hints. Can we efficiently store all historical data? Is there any support for quering, updating, cleansing such data?
Does Stardog provide some mechanism for change tracking, versioning, data provenance, etc. (I've already know edge properties, but this is only technical stuff).
I wonder if it would be possible to get state at given point of time in the past.
Maybe there is some best/recomended by Stardog way how to deal data update in general.
Second part is about ETL process (or data flow in general).
Is there any recommended scenario how to synchronize data betweem "old fashion" stardard system and RDF store.
I've already found some blogs about Stream Reasoning With Stardog and Stardog Data Flow Automation with NiFi.
Any hints are welcomed