Using Cypher Procedures and Functions

Поділитися
Вставка
  • Опубліковано 8 лип 2024
  • William Lyon, Developer Relations Engineer, Neo4j:User defined procedures and functions are a mechanism for extending Cypher, the graph query language used with Neo4j. Procedures allow for deploying custom logic to the database that can then be called from Cypher, enabling extensibility that works along with Cypher, the Bolt protocol and Neo4j drivers. In this live demo we will show how to use these procedures and functions with Neo4j, including importing data from relational databases, graph analytics (including centralities and clustering), geospatial queries, using GraphQL with Neo4j and working with RDF in Neo4j. We will also show you how you can build your own custom procedures and functions for Neo4j, including sample code.
  • Наука та технологія

КОМЕНТАРІ • 4

  • @vishalgrover16
    @vishalgrover16 5 років тому

    Pretty useful information

  • @selimachour
    @selimachour 4 роки тому

    Thank you

  • @scottspitlerII
    @scottspitlerII 5 років тому

    Hey man, Good video

  • @renatospaka
    @renatospaka 4 роки тому

    Hi William, very nice video, congratulations. My question is: is it safe to assume that creating Neo4j procedures to return data will increase both security and performance?