Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change detection #5

Open
keme686 opened this issue Nov 26, 2015 · 0 comments
Open

Change detection #5

keme686 opened this issue Nov 26, 2015 · 0 comments

Comments

@keme686
Copy link
Member

keme686 commented Nov 26, 2015

So far iRap expects the changesets provided by the source dataset. This will not be the case for most of dataset in LOD cloud. Change detection can be simple or high level. A simple change detector checks non-semantic changes, i.e., what is added and what is deleted. On the other hand, high-level change detection detects semantic level changes, i.e., meaning difference, in addition to simple changes.
Interest-based change detection could also be considered. If we have specific interest in a dataset, we only have to check changes related to our interest. This approach computationally advantageous than computing the changeset for the whole dataset. On the other hand, this approach will not scale if the pub/sub approach is implemented. In pub/sub approach, it is computationally feasible (performs better), if the changeset of the original dataset is computed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant