Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Javascript client side App to work with KeyValue server [moved] #9

Closed
lvca opened this issue Dec 10, 2012 · 0 comments
Closed

Comments

@lvca
Copy link
Member

lvca commented Dec 10, 2012

This is Issue 9 moved from a Google Code project.
Added by 2010-04-06T16:21:48.000Z by l.garu...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).

Original labels: Type-Enhancement, Priority-Low, kv

Original description

Create a Javascript client side App to work with KeyValue server.

It should, at least, allow to:
- create and remove BUCKETS
- query all the entries in the BUCKET
- get/set/remove entries of the bucket
@lvca lvca closed this as completed Dec 10, 2012
lvca added a commit that referenced this issue May 2, 2014
We'd need 3 new functions:

traversedVertex, to return the traversed vertex
traversedEdge, to return the traversed edge
traversedElement, to return any of the traversed element
All functions should get 2 params:

index, as starting index. negative numbers means from the end, positive
from the beginning of the stack. Example 0 = absolute first traversed
vertex, -1 = relative last one
items, as optional, by default is 1, but specifying >1 collects the
elements in a collection.
Example:

select $path, traversedVertex(-1) from ( traverse out() from #9:1 while
$depth < 10 )
lvca added a commit that referenced this issue Oct 15, 2015
Enabling streaming from JDBC driver
lvca added a commit that referenced this issue Oct 16, 2015
fixed error getting connection from pool
luigidellaquila added a commit that referenced this issue Nov 29, 2015
eg. UPDATE [#9:0, #9:1] set foo = ‘bar’
luigidellaquila added a commit that referenced this issue Nov 29, 2015
eg. UPDATE [#9:0, #9:1] set foo = ‘bar’
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant