Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nqtruong
/
Job_Knowledge_Graph
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Job_Knowledge_Graph
/
Knowledge_Graph
/
cypher
/
count_relationships.cypher
Nguyen Quang Truong
[updates]
723e191
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
83 Bytes
// Count num relationships
MATCH (n)-
[r]
->(m)
RETURN
COUNT
(r) as countRelationships