Speaker:
• Eric Monk, Principal Solutions Engineer, Neo4j
Session type: Lightning Talk
Abstract: This session will walk through how to load a JSON document in a single Cypher statement. We’ll explain how to use advanced cypher techniques such as parameterization, how to handle data quality issues, how to iterate over nested data, and conditional logic. These techniques are useful for loading JSON into Neo4j without an ETL tool or a coding language such as Python or Java; you only need Cypher. We showcase several APOC procedures and functions, as well as WITH, UNWIND/COLLECT, list expressions, and more.