Working With a Real-World Dataset in Neo4j - Import and Modeling

Поділитися
Вставка
  • Опубліковано 22 лип 2024
  • William Lyon, Developer Relations Engineer, Neo4j:This webinar will cover how to work with a real world dataset in Neo4j, with a focus on how to build a graph from an existing dataset (in this case a series of JSON files). We will explore how to performantly import the data into Neo4j - both in the case of an initial import and scaling writes for your graph application. We will demonstrate different approaches for data import (neo4j-import, LOAD CSV, and using the official Neo4j drivers), and discuss when it makes to use each import technique. If you've ever asked these questions, then this webinar is for you!
    - How do I design a property graph model for my domain?
    - How do I use the official Neo4j drivers?
    - How can I deal with concurrent writes to Neo4j?
    - How can I import JSON into Neo4j?
  • Наука та технологія

КОМЕНТАРІ • 10

  • @milleniumsalman1984
    @milleniumsalman1984 Місяць тому +1

    really good

  • @eduardoblas2315
    @eduardoblas2315 2 роки тому

    10:00 model graph from json of yelp
    18:15 load data
    22:10 the data
    22:50 map
    27:40 load from csv

  • @milleniumsalman1984
    @milleniumsalman1984 Місяць тому

    commands for import has changed in the latest dbms version

  • @blackscreen96
    @blackscreen96 4 роки тому +4

    27:41

  • @Q_20
    @Q_20 2 роки тому

    is it generally not allowed to use with inside foreach?

  • @mizu643
    @mizu643 6 років тому

    Can I see the power point material in hands. I wanted to use some nodes from it by myself

  • @doris4853
    @doris4853 2 роки тому +1

    It's really useful, can I ask where to find the source code?

    • @neo4j
      @neo4j  2 роки тому +2

      be aware that this is from 2017 so some things might be outdated: github.com/johnymontana/neo4j-datasets/tree/master/yelp

  • @benjamintan3069
    @benjamintan3069 2 роки тому

    18:18