blueprints-scala
blueprints-scala copied to clipboard
Tinkerpop Blueprints Scala
The `DbObject` helper trait has several "non-Scalastic" qualities: - the underlying, mutable `Vertex` is exposed via `getVertex` (especially problematic since `DbObject` seems to be intended to be mixed into case...
`edgeFormatter` should also handle the case where the edge is between two vertices with different properties.
[error] /blueprints-scala/src/main/scala/com/ansvia/graph/util/scalax/rules/Rule.scala:46: a type was inferred to be `Any`; this may indicate a programming error. [error] def orError[In2
Rexstergraph does not support underscore-prefixed property keys therefore it is not possible to use blueprints-scala and rexster together. The problem is the CLASS_PROPERTY_NAME constant.