Details
-
Sub-task
-
Status: To Do
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Before we implement structure package from tinkerpop3, We need to provide middle layer between REST layer and internal abstractions such as InnerVal, InnerValLikeWithTs, LabelWithDirection, Vertex, ...etc.
I think providing wrapping class that can translated into internal class(org.apache.s2graph.core.
{Edge, Vertex, QueryParam, Query, ...}is good starting point.
Middle layer should avoid using inner class and Json type.