How can i connect Azure Databricks to Neo4j??

Siddartha Reddy Jammula 20 Reputation points
2024-06-10T03:41:31.9866667+00:00

Hello,

I want to connect to neo4j from Azure Databricks. What are the different approaches do I have?

I am trying to connect here and i getting following error.

User's image

Do I need to do anything before running the code? i mean setup managed identity or enable the private endpoint for neo4j? please help me here.

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,045 questions
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA-MSFT 84,381 Reputation points Microsoft Employee
    2024-06-10T07:23:32.1533333+00:00

    @Siddartha Reddy Jammula - Thanks for the question and using MS Q&A platform.

    To connect Azure Databricks to Neo4j, you can use the Neo4j Spark Connector. This connector allows you to read and write data from Neo4j using Spark DataFrames.

    Regarding the error message you are experiencing, it seems that the address you are trying to connect to is not resolving. Please make sure that the address and port number are correct and that the Neo4j server is running and accessible from your Databricks cluster.

    You may checkout below articles to connect Azure Databricks to Neo4j:


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments