This seems to be working well, for example I can send a message like this:

'args': {'gremlin': 'x.b'',  'bindings': {'x': {'f': {'foo': 'bar'}, 'b':
['bar', None, 1.5, {'b': 1}]}}, aliases': {}, 'language':
'gremlin-groovy'}, 'processor': '', 'op': 'eval', 'requestId':
'7a19dc71-0fec-4468-abb4-587ee8301c44'}

And I get the expected response:

{'status': {'code': 200, 'attributes': {}, 'message': ''}, 'result':
{'data': ['bar', None, 1.5, {'b': 1}], 'meta': {}}, 'requestId':
'7a19dc71-0fec-4468-abb4-587ee8301c44'}



On Sat, Feb 13, 2016 at 8:22 AM, Stephen Mallette <spmalle...@gmail.com>
wrote:

> Anyone get a chance to actually try this out yet?
>
> On Mon, Feb 1, 2016 at 6:45 AM, Stephen Mallette <spmalle...@gmail.com>
> wrote:
>
> > It would be nice to know if that kind of stuff works. My tests for that
> > kind of stuff span various parts of the repo so I can't point you to one
> > test case that does it, but a bunch of them are here:
> >
> >
> >
> https://github.com/apache/incubator-tinkerpop/tree/b50bb3f7449993bab08f0c0e1014baea8c3afa63/gremlin-driver/src/test/java/org/apache/tinkerpop/gremlin/driver/ser
> >
> > On Sat, Jan 30, 2016 at 10:49 AM, Jean-Baptiste Musso <jbmu...@gmail.com
> >
> > wrote:
> >
> >> I didn't add these specific tests yet for gremlin-javascript but I'll
> >> do so and let you know how it goes.
> >>
> >> Current test suite is located at
> >>
> >>
> https://github.com/jbmusso/gremlin-javascript/tree/78f7d548b83f2469a2fca720587143c9c753197b/test
> >>
> >> Jean-Baptiste
> >>
> >> On Fri, Jan 29, 2016 at 10:25 PM, Stephen Mallette <
> spmalle...@gmail.com>
> >> wrote:
> >> > If you don't build a driver for Gremlin Server, no need to read any
> >> > further....
> >> >
> >> > If you are still reading it means you develop drivers for Gremlin
> >> Server -
> >> > can you please comment on whether or not you have tested (unit tests,
> >> > tested manually, whatever....) the sending the following as parameter
> >> > values:
> >> >
> >> > 1. List/Map
> >> > 2. Map of arbitrary depth (i.e. Maps with a Map)
> >> > 3. List containing Maps/Lists
> >> > 4. List with mixed types (including Map/List)
> >> >
> >> > It would be nice to hear if all that kind of stuff works nicely on
> your
> >> > ends.
> >> >
> >> > Thanks,
> >> >
> >> > Stephen
> >>
> >
> >
>



-- 
David M. Brown
R.A. CulturePlex Lab, Western University

Reply via email to