- Notifications
You must be signed in to change notification settings - Fork5
Stack Overflow Questions, Answers, Tags, and Comments
neo4j-graph-examples/stackoverflow
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Description:Stack Overflow questions, answers, tags, and comments and the relationships between them.
To Do: {todo}
Nodes 6193 Relationships 11540
:paramtagName=>"neo4j"
MATCH (t:Tag{name:$tagName})<-[:TAGGED]-(q:Question)<-[:ANSWERED]-(a:Answer{is_accepted:true})<-[:PROVIDED]-(u:User)RETURNu.display_nameasanswererLIMIT5
This is for Neo4j version: 4.0,4.3
Required plugins: apoc
Rendered guide available via::playhttps://guides.neo4j.com/sandbox/stackoverflow
Unrendered guide:documentation/stackoverflow.neo4j-browser-guide
Load graph data via the following:
Drop the file into the
Filessection of a project in Neo4j Desktop. Then choose the option toCreate new DBMS from dumpoption from the file options.Use the neo4j-admin tool to load data from the command line with the command below.
bin/neo4j-admin load --from data/stackoverflow-4-3-1.dump [--database"database"]Upload the dump file to Neo4j Aura viahttps://console.neo4j.io/#import-instructions
About
Stack Overflow Questions, Answers, Tags, and Comments
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors10
Uh oh!
There was an error while loading.Please reload this page.
