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

Request for LDBC SNB Bulk Load example for RedisGraph #110

Open
all-seeing-code opened this issue May 15, 2023 · 0 comments
Open

Request for LDBC SNB Bulk Load example for RedisGraph #110

all-seeing-code opened this issue May 15, 2023 · 0 comments

Comments

@all-seeing-code
Copy link

Requesting an example for the LDBC SNB Bulk Load process using RedisGraph, as I have been exploring the LDBC SNB benchmark and would like to gain a better understanding of how to load the data into RedisGraph.

RedisGraph supports LDBC SNB benchmark and a set of queries that have already been implemented and are available in the LDBC SNB Queries repository. (https://github.com/RedisGraph/ldbc_snb_implementations/tree/master/cypher/queries).

However, I have been unable to find a complete example of how to load the data into RedisGraph.

There exists another issue which highlights how to upload some portion of the dataset into RedisGraph - RedisGraph/RedisGraph#1487

But it works only for a subset of dataset.

Here's the dataset - https://github.com/ldbc/ldbc_snb_interactive_impls/blob/main/snb-interactive-pre-generated-data-sets.md

Also here's the schema of the dataset:

├── dynamic
│   ├── comment_0_0.csv
│   ├── comment_hasCreator_person_0_0.csv
│   ├── comment_hasTag_tag_0_0.csv
│   ├── comment_isLocatedIn_place_0_0.csv
│   ├── comment_replyOf_comment_0_0.csv
│   ├── comment_replyOf_post_0_0.csv
│   ├── forum_0_0.csv
│   ├── forum_containerOf_post_0_0.csv
│   ├── forum_hasMember_person_0_0.csv
│   ├── forum_hasModerator_person_0_0.csv
│   ├── forum_hasTag_tag_0_0.csv
│   ├── person_0_0.csv
│   ├── person_email_emailaddress_0_0.csv
│   ├── person_hasInterest_tag_0_0.csv
│   ├── person_isLocatedIn_place_0_0.csv
│   ├── person_knows_person_0_0.csv
│   ├── person_likes_comment_0_0.csv
│   ├── person_likes_post_0_0.csv
│   ├── person_speaks_language_0_0.csv
│   ├── person_studyAt_organisation_0_0.csv
│   ├── person_workAt_organisation_0_0.csv
│   ├── post_0_0.csv
│   ├── post_hasCreator_person_0_0.csv
│   ├── post_hasTag_tag_0_0.csv
│   └── post_isLocatedIn_place_0_0.csv
├── static
│   ├── organisation_0_0.csv
│   ├── organisation_isLocatedIn_place_0_0.csv
│   ├── place_0_0.csv
│   ├── place_isPartOf_place_0_0.csv
│   ├── tag_0_0.csv
│   ├── tagclass_0_0.csv
│   ├── tagclass_isSubclassOf_tagclass_0_0.csv
│   └── tag_hasType_tagclass_0_0.csv
├── updateStream_0_0_forum.csv
├── updateStream_0_0_person.csv
└── updateStream.properties

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