A Property Graph Model Interface (no longer active - see Apache TinkerPop)
Stars
1.4k
Forks
270
Watchers
1.4k
Open Issues
19
Overall repository health assessment
No package.json found
This might not be a Node.js project
797
commits
287
commits
186
commits
167
commits
31
commits
19
commits
16
commits
14
commits
13
commits
11
commits
The lack of this was causing a compilation error - I managed to miss it somehow, because I was running java8, which has a default implementation for the Iterator.remove method.
c7b7575View on GitHubChanging the pom file back to the original (tinkerpop) version, we will do our dev work on the xn-blueprint branch. This will allow us to submit pull-requests to/from the original Tinkerpop repo.
1b94c6dView on GitHubMore cleanup - Mainly cleaning up the API a little, and avoiding unnecessary type-casting.
15f256cView on GitHubIntorducing pluggable element wrappers. This should lead to a performance improvement for libraries that use Blueprints - Instead of wrapping elements as RawElement->Neo4j2Element->LibrarySpecificElement, we can do RawElement->LibrarySpecificElement directly, and improve memory usage. As part of this commit, some additional cast operations were removed (to, hopefully shave a few more milliseconds). NOTE: The code passes the test suite, but still needs some minor cleanup.
6accb74View on GitHub