Using R & Neo4J
1
About
1.1
{neo4r}
2
Introduction
2.1
Installation
2.1.1
Dev version from GitHub
2.1.2
CRAN version
3
Connection
3.1
HTTP connection
3.2
Get informations about the connection :
4
Retrieve data from the API
4.1
“rows” format
4.2
Parsing results
4.2.1
Extraction
5
Sending data to the API
5.1
Reading and sending a cypher file :
5.2
Sending csv to Neo4J
5.3
Transform elements to cypher queries
6
Convert for common graph packages
6.1
{igraph}
6.2
{visNetwork}
6.2.1
nodes
6.2.2
edges
7
Visualise data
7.1
With
{ggraph}
:
7.2
With
{visNetwork}
I Use Cases
8
The Movie Dataset
8.1
Querying data
8.2
Basic data manipulation
II Appendix
9
Appendix A
9.1
Install a Neo4J server
9.1.1
On a Linux Machine
9.1.2
On a Mac Machine
Published with bookdown
Using R & Neo4J
Chapter 9
Appendix A
9.1
Install a Neo4J server
9.1.1
On a Linux Machine
9.1.2
On a Mac Machine