GithubHelp home page GithubHelp logo

alexicawright / get-started Goto Github PK

View Code? Open in Web Editor NEW

This project forked from neo4j-graph-examples/get-started

0.0 0.0 0.0 3.58 MB

An introduction to graph databases and Neo4j for new users

get-started's Introduction

icon

Start Here Graph Example

Description: An introduction to graph databases and Neo4j for new users

model
Figure 1. Model
example
Figure 2. Example
Example Query:
MATCH (p:Product)-[:PART_OF]->(:Category)-[:PARENT*0..]->
(:Category {categoryName:$category})
 RETURN p.productName as product

Setup

This is for Neo4j version: 5.0

Data Import

  1. Create empty AuraDB instance

  2. Download the zip file to your computer.

  3. Open Import in Neo4j Workspace (or Data Importer)

  4. Use "Open Model with data" from the "โ€ฆโ€‹" menu to load the zip

  5. Explore the model, preview the import

  6. Run Import

Feedback

Feel free to submit issues or pull requests for improvement on this repository.

get-started's People

Contributors

jexp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.