Skip to content

Releases: moxious/neoprofiler

Version 0.14 available

10 Nov 20:27
Compare
Choose a tag to compare
  • Improved HTML and markup generation
  • Fixed several bugs related to exotic labels
  • More substantial testing against neo4j 2.1 series

To run this release, unzip the attached package, and run it from the command line like this:

java -jar neoprofiler-0.14.one-jar.jar -db ~/path/to/your.db -format html -output ~/REPORT.html

Update to Neo 2.1 Series

26 Jun 13:06
Compare
Choose a tag to compare

This release includes a few minor fixes, but most importantly targets the 2.1 series of Neo4J, which uses a different database format.

Meta graphs

14 May 13:48
Compare
Choose a tag to compare

New features:

  • HTML reports now include visualization of "meta graphs", describing the structure of a neo4j database. An example of a metagraph can be found here
  • The API includes more standardized fields, and query-ability of DBProfile objects.
  • The profiler is now able to extract some information about unlabeled nodes
  • Several bug fixes have been applied which skewed summary statistics about property usage.
  • Much more testing has been done on a variety of different databases, resulting in higher confidence on performance.

The attached binary is a runnable JAR from the command line; see the project README for instructions on how to use it from the command line.

Initial working release

08 May 13:18
Compare
Choose a tag to compare
  • Supports output in JSON, HTML, and Markdown
  • Supports basic schema/constraint, node, relationship, label, and relationship type profiling
  • Basic summary statistics on node populations.

Initial beta

06 May 12:40
Compare
Choose a tag to compare

Basic JSON output, with a basic list of reasonably universal profilers.