Plugins 〉Neo4j Datasource


Developer
Dennis Kniep


Sign up to receive occasional product news and updates:



Data Source
community

Neo4j Datasource

  • Overview
  • Installation
  • Change log
  • Related content

Neo4j DataSource for Grafana

Allows Neo4j to be used as a DataSource for Grafana

Configure Data

Configure Neo4j as DataSource

DataSource Config Editor

Query Data

Query Neo4j DataSource with Cypher Query Language and display as Table

DataSource Query Editor

Query Neo4j DataSource with Cypher Query Language and display as Graph

DataSource Query Editor

Links

Plugin Source Code Repository

Installing Neo4j Datasource on Grafana Cloud:

For more information, visit the docs on plugin installation.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.3.1] - 2023-08-02

Changed

  • Set appropiate Grafana minVersion
  • Pass context from grafana api to neo4j for better handling of timeouts and query cancelations.

[1.3.0] - 2023-07-31

Added

  • Grafana 10 Support
  • CodeEditor with Syntax Highlight
  • Option to format result for nodeGraph visualization

Changed

  • Reduced Loglevel to Debug
  • Replaced deprecated Neo4J Driver methods

[1.2.0] - 2023-06-11

Changed

Fixed

  • #14: Error for null-value attribute

[1.1.0] - 2022-02-28

Changed

  • Use official name Neo4j instead of Neo4J
  • Use neo4j logo with blue background to support both dark and light theme. Logo was barely visible with the light theme.
  • Catch errors with connection details and prevent errors with internal network informations
  • Caching Neo4j driver in the backend

[1.1.0-beta]

Added

  • Changed to Backend Plugin
  • Queries can now be executed in variables (Issue #3)
  • neo4j password is stored and encrypted in secureJsonData

[1.0.1]

Changed

  • Change Organisation name

[1.0.0]

Initial release.