neo4j Database of Knowledge map Learning (III.) _neo4j

Source: Internet
Author: User
Tags neo4j

The road to learning is long and arduous.

1.NEO4J is a relational database, also can be said to be a graph database, its principle is to store by node and attribute, after downloading Community Edition database on NEO4J official NET, can install operation.

Small demo of 2.neo4j database.

2.1

As shown in the figure, enter: Play movies, click on the right start symbol

2.2


When you finish 2.1, you will return the following code and click on the code section to automatically copy the code into the input box. Click the start symbol again. The database will be set up for operation.

2.3

Take one example as follows:

MATCH (p)-[:acted_in]-> (n) where n.title= "The Matrix" return p,n

This is a jcyper language, meaning that query p is acted_in with N, and the title of n is all p of "the Martix", and Q

Returns directly to the chart as shown


So far, a small example ran out.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.