SteelBridgeLabs / neo4j-gremlin-bolt

Apache License 2.0
0 stars 1 forks source link

Variables and Meta properties aren't supported #72

Closed anandp504 closed 3 years ago

anandp504 commented 6 years ago

We were using embedded Neo4J in our application and wanted to move to using the bolt interface to access the Neo4J database. I noticed that the variables and meta properties aren't supported and they are explicitly set to false here. Can you please suggest how do we make use of variables and meta properties?

>-- Transactions: true
>-- Computer: false
>-- Persistence: true
>-- ConcurrentAccess: true
>-- ThreadedTransactions: false
> VariableFeatures
>-- Variables: false
>-- BooleanValues: false
>-- ByteValues: false
>-- DoubleValues: false
>-- FloatValues: false
>-- IntegerValues: false
>-- LongValues: false
>-- MapValues: false
>-- MixedListValues: false
>-- SerializableValues: false
>-- StringValues: false
>-- UniformListValues: false
>-- BooleanArrayValues: false
>-- ByteArrayValues: false
>-- DoubleArrayValues: false
>-- FloatArrayValues: false
>-- IntegerArrayValues: false
>-- LongArrayValues: false
>-- StringArrayValues: false
> VertexFeatures
>-- MetaProperties: false
>-- AddVertices: true
>-- RemoveVertices: true
>-- MultiProperties: false
rjbaucells commented 6 years ago

They are explicitly set as false since the library does not support them.