Denys Smirnov
Denys Smirnov
> By JSON-LD I was primarily talking about RDF terms representation (as we’ve done in Gizmo). Everything else is just regular JSON This certainly works for serialization, but not for...
This is the problem of current Cayley design that we want to change as a part of #510. You cen get actual data if you try to follow `g.V("_:18").Out().All()`, but...
Let's leave it open for now. #510 will cover the transition to new design and this one will track additional functionality for blank nodes.
Still relevant. Will need to implement it at some point.
This will require some changes to the query interface, probably. But we should definitely support it.
I think I know why it behaves that way. It currently only optimizes `has` with a single value. It can do better by automatically adding a union on quad indexes.
It's better to have an `Context` as a first argument to Execute. It can handle both timeouts and cancellation.
It indeed sounds like a good idea. The syntax was incompatible in the past due to some limitations in Cayley, but I believe this is no longer the case. Unfortunately,...
This will be very helpful, since the "name" case is very typical for GraphQL (most properties has one value), Gizmo (Has, Save), etc. For query optimizer, if it knows that...
This is not yet exposed from Gizmo, sorry. But it's planned. If you use Go you can get it directly.