Releases: moxious/neoprofiler
Releases · moxious/neoprofiler
Version 0.14 available
- 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
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
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
- 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
Basic JSON output, with a basic list of reasonably universal profilers.