Marko,
Awesome! Have a related question. Today I was using gremlin. I realized it would be really helpful if you had the option of specifying the type of a property (e.g. Int, float, string, date). One way this could be done is to encode the type for each property (e.g. name, age, ...) in a vertex:
(e.g. v(1).name = string, v(1).age = int, ...) and then use that vertex in your traversals when you need to type cast things (say in constructing objects that are persisted to other storage solutions)
What do you think? Is there a better way?
Thanks
Dan
Sent from my eiPhone