--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/fbb7efd6-e9a2-457b-90af-8cc37b1f87da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CAA-H43_FHikX0782eOBo2Xox4yeUC3uhXNRaAFkZZ8JECkRH4w%40mail.gmail.com.
Robert Dale
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/fbb7efd6-e9a2-457b-90af-8cc37b1f87da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/6c83f6f3-86c1-48ab-9618-451babe4307c%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/6c83f6f3-86c1-48ab-9618-451babe4307c%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/7dcf3a03-b460-4068-841d-58d572e7a235%40googlegroups.com.
None of the drivers support REST. REST is just REST. Use any standard REST client API for that, though you will only be allowed to submit scripts that way - no GLV usage and thus no Gremlin native to the language you want to use.
On Tue, Dec 19, 2017 at 10:53 AM, Avery Regier <avery....@gmail.com> wrote:
Correct. I guess what I'm needing is that the javascript gremlin driver code give an option to use REST as the transport.
On Monday, December 18, 2017 at 3:17:22 PM UTC-6, Stephen Mallette wrote:I don't think you can expect that to work. Gremlin Server (and thus Neptune) expose a sub-protocol within the websocket protocol and if that's not supported I don't think other tools that just use websockets will work. Let me ask this....does the Gremlin Console connect to Neptune? if so, the websocket connection is available, because the console uses the TinkerPop java driver which in turn uses websockets and the subprotocol.On Mon, Dec 18, 2017 at 4:08 PM, Avery Regier <avery....@gmail.com> wrote:To make sure, I tested out Neptune with websockets directly using wscat. It won't even connect.-Avery
On Monday, December 18, 2017 at 6:22:32 AM UTC-6, Stephen Mallette wrote:> REST and Websockets are both available, but you can seemingly use only one at a time for a given server.You can use them together with the WsAndHttpChannelizer configuration:> AWS Neptune only supports RESTI haven't worked with Neptune, but I don't think that's true. Their documentation shows how to connect with the drivers:That's the TinkerPop java driver, but if that works I don't see why other language drivers would fail to work.
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.