graph database -凯发k8网页登录
database toolbox enables you to connect to a neo4j graph database using the matlab interface to neo4j. after creating a neo4j connection, you can search the graph database data. create, update, and delete nodes and relationships in the database. update node labels and properties and update relationship properties. perform analysis with graph network algorithms using the matlab directed graph. store the directed graph in the neo4j database. traverse and analyze graph data by executing cypher® queries using the cypher query language.
you can also connect to a neo4j database using the bolt protocol. you can use the same functionality to interact with graph data stored in a neo4j database. to connect using the bolt protocol, you must install the database toolbox interface for neo4j bolt protocol.
functions
objects
neo4j database connection | |
neo4j database node | |
neo4j database relationship |
topics
about neo4j database interfaces
discover the neo4j graph database and explore the neo4j database interfaces and workflow.
install the database toolbox interface for neo4j bolt protocol and learn about the supported neo4j database versions.
explore and update graph
conduct general or targeted searches.
traverse the graph database structure.
create, update, and delete nodes and relationships in a neo4j database.
analyze graph data using matlab digraph
object
perform graph network analysis to find dependencies.
perform graph network analysis to determine the shortest path.
perform graph network analysis to determine successor nodes.
store a directed graph in a neo4j database and then execute a cypher query on the resulting graph.
troubleshooting
address error messages for a neo4j database, the matlab interface to neo4j, and the database toolbox interface for neo4j bolt protocol.