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_nodes.cypher
Nguyen Quang Truong
[updates]
723e191
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
64 Bytes
// Count num nodes
MATCH (
node
)
RETURN COUNT(
node
) as
countNodes