Skip to content

Commit

Permalink
[update] rename 'label' as 'type' (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elssky authored Aug 26, 2024
1 parent 5419fc7 commit 491fce7
Show file tree
Hide file tree
Showing 58 changed files with 134 additions and 134 deletions.
2 changes: 1 addition & 1 deletion ldbc/comment.vertex.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label: comment
type: comment
chunk_size: 4096
prefix: vertex/comment/
property_groups:
Expand Down
6 changes: 3 additions & 3 deletions ldbc/comment_hasCreator_person.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: comment
edge_label: hasCreator
dst_label: person
src_type: comment
edge_type: hasCreator
dst_type: person
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
6 changes: 3 additions & 3 deletions ldbc/comment_hasTag_tag.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: comment
edge_label: hasTag
dst_label: tag
src_type: comment
edge_type: hasTag
dst_type: tag
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
6 changes: 3 additions & 3 deletions ldbc/comment_isLocatedIn_place.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: comment
edge_label: isLocatedIn
dst_label: place
src_type: comment
edge_type: isLocatedIn
dst_type: place
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
6 changes: 3 additions & 3 deletions ldbc/comment_replyOf_comment.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: comment
edge_label: replyOf
dst_label: comment
src_type: comment
edge_type: replyOf
dst_type: comment
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
6 changes: 3 additions & 3 deletions ldbc/comment_replyOf_post.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: comment
edge_label: replyOf
dst_label: post
src_type: comment
edge_type: replyOf
dst_type: post
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
2 changes: 1 addition & 1 deletion ldbc/forum.vertex.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label: forum
type: forum
chunk_size: 4096
prefix: vertex/forum/
property_groups:
Expand Down
6 changes: 3 additions & 3 deletions ldbc/forum_containerOf_post.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: forum
edge_label: containerOf
dst_label: post
src_type: forum
edge_type: containerOf
dst_type: post
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
6 changes: 3 additions & 3 deletions ldbc/forum_hasMember_person.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: forum
edge_label: hasMember
dst_label: person
src_type: forum
edge_type: hasMember
dst_type: person
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
6 changes: 3 additions & 3 deletions ldbc/forum_hasModerator_person.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: forum
edge_label: hasModerator
dst_label: person
src_type: forum
edge_type: hasModerator
dst_type: person
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
6 changes: 3 additions & 3 deletions ldbc/forum_hasTag_tag.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: forum
edge_label: hasTag
dst_label: tag
src_type: forum
edge_type: hasTag
dst_type: tag
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
2 changes: 1 addition & 1 deletion ldbc/organisation.vertex.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label: organisation
type: organisation
chunk_size: 4096
prefix: vertex/organisation/
property_groups:
Expand Down
6 changes: 3 additions & 3 deletions ldbc/organisation_isLocatedIn_place.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: organisation
edge_label: isLocatedIn
dst_label: place
src_type: organisation
edge_type: isLocatedIn
dst_type: place
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
2 changes: 1 addition & 1 deletion ldbc/person.vertex.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label: person
type: person
chunk_size: 4096
prefix: vertex/person/
property_groups:
Expand Down
6 changes: 3 additions & 3 deletions ldbc/person_hasInterest_tag.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: person
edge_label: hasInterest
dst_label: tag
src_type: person
edge_type: hasInterest
dst_type: tag
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
6 changes: 3 additions & 3 deletions ldbc/person_isLocatedIn_place.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: person
edge_label: isLocatedIn
dst_label: place
src_type: person
edge_type: isLocatedIn
dst_type: place
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
6 changes: 3 additions & 3 deletions ldbc/person_knows_person.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: person
edge_label: knows
dst_label: person
src_type: person
edge_type: knows
dst_type: person
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
6 changes: 3 additions & 3 deletions ldbc/person_likes_comment.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: person
edge_label: likes
dst_label: comment
src_type: person
edge_type: likes
dst_type: comment
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
6 changes: 3 additions & 3 deletions ldbc/person_likes_post.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: person
edge_label: likes
dst_label: post
src_type: person
edge_type: likes
dst_type: post
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
6 changes: 3 additions & 3 deletions ldbc/person_studyAt_organisation.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: person
edge_label: studyAt
dst_label: organisation
src_type: person
edge_type: studyAt
dst_type: organisation
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
6 changes: 3 additions & 3 deletions ldbc/person_workAt_organisation.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: person
edge_label: workAt
dst_label: organisation
src_type: person
edge_type: workAt
dst_type: organisation
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
2 changes: 1 addition & 1 deletion ldbc/place.vertex.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label: place
type: place
chunk_size: 4096
prefix: vertex/place/
property_groups:
Expand Down
6 changes: 3 additions & 3 deletions ldbc/place_isPartOf_place.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: place
edge_label: isPartOf
dst_label: place
src_type: place
edge_type: isPartOf
dst_type: place
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
2 changes: 1 addition & 1 deletion ldbc/post.vertex.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label: post
type: post
chunk_size: 4096
prefix: vertex/post/
property_groups:
Expand Down
6 changes: 3 additions & 3 deletions ldbc/post_hasCreator_person.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: post
edge_label: hasCreator
dst_label: person
src_type: post
edge_type: hasCreator
dst_type: person
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
6 changes: 3 additions & 3 deletions ldbc/post_hasTag_tag.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: post
edge_label: hasTag
dst_label: tag
src_type: post
edge_type: hasTag
dst_type: tag
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
6 changes: 3 additions & 3 deletions ldbc/post_isLocatedIn_place.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: post
edge_label: isLocatedIn
dst_label: place
src_type: post
edge_type: isLocatedIn
dst_type: place
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
2 changes: 1 addition & 1 deletion ldbc/tag.vertex.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label: tag
type: tag
chunk_size: 4096
prefix: vertex/tag/
property_groups:
Expand Down
6 changes: 3 additions & 3 deletions ldbc/tag_hasType_tagclass.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: tag
edge_label: hasType
dst_label: tagclass
src_type: tag
edge_type: hasType
dst_type: tagclass
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
2 changes: 1 addition & 1 deletion ldbc/tagclass.vertex.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label: tagclass
type: tagclass
chunk_size: 4096
prefix: vertex/tagclass/
property_groups:
Expand Down
6 changes: 3 additions & 3 deletions ldbc/tagclass_isSubclassOf_tagclass.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: tagclass
edge_label: isSubclassOf
dst_label: tagclass
src_type: tagclass
edge_type: isSubclassOf
dst_type: tagclass
chunk_size: 8192
src_chunk_size: 4096
dst_chunk_size: 4096
Expand Down
2 changes: 1 addition & 1 deletion ldbc_sample/csv/person.vertex.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label: person
type: person
chunk_size: 100
prefix: vertex/person/
property_groups:
Expand Down
6 changes: 3 additions & 3 deletions ldbc_sample/csv/person_knows_person.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: person
edge_label: knows
dst_label: person
src_type: person
edge_type: knows
dst_type: person
chunk_size: 1024
src_chunk_size: 100
dst_chunk_size: 100
Expand Down
2 changes: 1 addition & 1 deletion ldbc_sample/json/Person.vertex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ property_groups:
is_primary: false
name: gender
data_type: string
label: Person
type: Person
version: gar/v1
6 changes: 3 additions & 3 deletions ldbc_sample/json/Person_Knows_Person.edge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dst_chunk_size: 100
src_label: Person
src_type: Person
chunk_size: 1024
src_chunk_size: 100
prefix: edge/Person_Knows_Person/
Expand All @@ -17,6 +17,6 @@ adj_lists:
- ordered: true
aligned_by: dst
file_type: json
dst_label: Person
edge_label: Knows
dst_type: Person
edge_type: Knows
version: gar/v1
2 changes: 1 addition & 1 deletion ldbc_sample/orc/person.vertex.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label: person
type: person
chunk_size: 100
prefix: vertex/person/
property_groups:
Expand Down
6 changes: 3 additions & 3 deletions ldbc_sample/orc/person_knows_person.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: person
edge_label: knows
dst_label: person
src_type: person
edge_type: knows
dst_type: person
chunk_size: 1024
src_chunk_size: 100
dst_chunk_size: 100
Expand Down
2 changes: 1 addition & 1 deletion ldbc_sample/parquet/person.vertex.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label: person
type: person
chunk_size: 100
prefix: vertex/person/
property_groups:
Expand Down
6 changes: 3 additions & 3 deletions ldbc_sample/parquet/person_knows_person.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: person
edge_label: knows
dst_label: person
src_type: person
edge_type: knows
dst_type: person
chunk_size: 1024
src_chunk_size: 100
dst_chunk_size: 100
Expand Down
2 changes: 1 addition & 1 deletion ldbc_sample/parquet/person_with_feature.vertex.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label: person
type: person
chunk_size: 100
prefix: vertex/person/
property_groups:
Expand Down
2 changes: 1 addition & 1 deletion modern_graph/person.vertex.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label: person
type: person
chunk_size: 2
prefix: vertex/person/
property_groups:
Expand Down
6 changes: 3 additions & 3 deletions modern_graph/person_created_software.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: person
edge_label: created
dst_label: software
src_type: person
edge_type: created
dst_type: software
chunk_size: 2
src_chunk_size: 2
dst_chunk_size: 10
Expand Down
6 changes: 3 additions & 3 deletions modern_graph/person_knows_person.edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src_label: person
edge_label: knows
dst_label: person
src_type: person
edge_type: knows
dst_type: person
chunk_size: 10
src_chunk_size: 2
dst_chunk_size: 2
Expand Down
2 changes: 1 addition & 1 deletion modern_graph/software.vertex.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label: software
type: software
chunk_size: 10
prefix: vertex/software/
property_groups:
Expand Down
2 changes: 1 addition & 1 deletion nebula/player.vertex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ property_groups:
- is_primary: false
name: age
data_type: int64
label: player
type: player
version: gar/v1
Loading

0 comments on commit 491fce7

Please sign in to comment.