0

I'm playing around with Neo4j community edition, with Neo4jClient for .net, and looking for a way to use the great Miniprofiler for the calls to the Neo4j DB.

I'm using the miniprofiler on some other projects with SQL Server and Entity Framework and getting wonderful insights about the queries sent to the DB. Wondering if I can get the same with Neo4j and Cypher queries.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Issac
  • 943
  • 1
  • 6
  • 13

1 Answers1

0

The answer is No and Maybe.

No, as it doesn't exist at the moment.

Maybe as you could either have a stab at writing it yourself, or add it as a feature request to the Neo4jClient GitHub page and we can have a look about doing it in the future, but obvs it comes after bolt and a few other things.

Charlotte Skardon
  • 6,220
  • 2
  • 31
  • 42