Neo4jConnect
Neo4j database connection
Description
Create a Neo4j® database connection using the MATLAB® interface to Neo4j with the REST API. With the Neo4j database connection, you can explore the graph database, update the graph database, store a MATLAB directed graph, and perform graph analytics using the MATLAB directed graph.
You can also create a Neo4j database connection using the Database Toolbox™ Interface for Neo4j Bolt Protocol. To use this interface, you must install the Database Toolbox Interface for Neo4j Bolt Protocol. For details, see Database Toolbox Interface for Neo4j Bolt Protocol Installation.
With a Neo4jConnect
object, you can perform these tasks:
Explore the graph database for nodes and relationships.
Search the graph database for nodes, relationships, or a subgraph.
Store a directed graph.
Update nodes and relationships in the graph database.
Execute a Cypher® query.
Creation
Create a Neo4jConnect
object using neo4j
.
Properties
Object Functions
Examples
Version History
Introduced in R2016b