Iddan Aaronsohn
Iddan Aaronsohn
Opened a different issue for adding data methods https://github.com/cayleygraph/cayley/issues/828
As part of LinkedQL we will: - Add compatible `.where()` - Add compatible `.select()` - Add compatible `.optional()`
https://github.com/cayleygraph/cayley/issues/820 is a step forwards.
@dennwc is this part of the iterators refactor planned for this version?
Bleve will only be implemented for in-memory and key-value backends for now.
What is the status of this PR?
Later on, we can have specific operations for data types: ```javascript g.V().increment({ [key: property]: number }) ```
Is it supposed to reoccur in Bolt as well?
I think there should be a streamable content type for Gizmo to allow
> This would require some interactive API like WebSockets or gRPC I think writing multiple chunks to the HTTP message will be good enough. In Go's `http` I think you...