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

Distributed version of Meerkat #24

Open
6 tasks
gsvgit opened this issue Mar 20, 2018 · 0 comments
Open
6 tasks

Distributed version of Meerkat #24

gsvgit opened this issue Mar 20, 2018 · 0 comments

Comments

@gsvgit
Copy link
Member

gsvgit commented Mar 20, 2018

Implement a distributed version of Meerkat. It is necessary for huge graphs parsing. (Synchronize with this task)

  • Naive graph partitioning (for the first step).
  • Implement distributed version of GLL. Without SPPF for the first step. It is necessary to share descriptors for border vertices. The main problem is a GSS sharing because descriptor contains a reference to GSS node. Seems, that GSS can be filtered such that it contains only vertices which reachable from descriptors which should be shared.
  • Testing. Create good test base.
  • Optimal graph partitioning. Synchronize with this issue.
  • Evaluation. Example of big RDF
  • Version with SPPF.
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