Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 827 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 827 Bytes

Neo4jClient Glimpse Plugin

Description

This is a simple Glimpse plugin to show query data extracted from Neo4jClient.

Usage

Reference Glimpse.Neo4jClient.dll in your Glimpse-enabled project (it's automatic if you used NuGet) and then register your IGraphClient in the plugin (usually in your global.asax.cs):

Glimpse.Neo4jClient.Plugin.RegisterGraphClient(yourGraphClientInstance);

Screenshot

Sample screenshot

Support

Create an issue here on GitHub, send me a message or fork the project and send me a pull request.

Open Source License

Neo4jClient Glimpse Plugin is free software distributed under the Apache License 2.0.