Neo4j Integration Grafana

I wanted to integrate Neo4j with Grafana, but after reading the Neo4j-Grafana article I realized it can't be integrated directly and we need Prometheus for metric collection.

But my concern is by anyhow can we make dashboards using grafana and neo4j datapoints.

I'm not interested in monitoring and all those things, I just need neo4j as the backend and grafana dashboard as a frontend.

If grafana can read from http REST APIs you could built a tiny-middleware server that queries neo4j and provides the data in a format that grafana understands