cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

How to connect to any operational reports from Neo4j? Also, can Neo4j be used for Machine learning, Databricks and in R platform?

How to connect to any operational reports from Neo4j? Also, can Neo4j be used for Machine learning, Databricks and in R platform?

4 REPLIES 4

MuddyBootsCode
Graph Steward

Hello! Welcome to the community. If you haven't already run across this https://neo4j.com/use-cases/artificial-intelligence-analytics/ that link will take you to some examples of Neo4j being learning in machine learning projects and why Graph's can be excellent for projects that require additional context in their data. As for operational reports, you can certainly use things like like the Neo4r package with R, https://neo4j-rstats.github.io/user-guide/ to interact with your Neo4j instance. Also, a quick google search turned up a Databricks integration as well https://docs.databricks.com/data/data-sources/neo4j.html. I hope this helps get you started in the correct direction.

Thanks for the reply.
Is there any possibility that Neo4j be used with PowerBI reports and analyzed in PowerBI ?

Operational report? Are you referring to system monitoring that's available in the enterprise edition?
https://neo4j.com/docs/operations-manual/current/monitoring/

I personally use the Prometheus+Grafana setup to monitor Neo4j.

If you can configure Neo4j's jdbc driver in PowerBI then you should be able to use that tool. Otherwise you'd have to setup a process to calculate your analytics out of Neo4j and export them into another data source that PowerBI can connect to.