--
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/c2f74844-2a2f-4d4d-bed8-e690f20f9a8d%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-H4390tGRM2B5wThzyR_hw9uiXnA%3Dw0L5RnG5fhc%3DESXhdAQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Interesting - can you briefly describe the differences between your work and http://gremlinbin.com/ ?
On Mon, Jul 10, 2017 at 11:16 AM, Benjamin Ricaud <benjami...@gmail.com> wrote:
Hi all,I needed a visualization for my graph database, so I made one with D3.js. I want to share it with everyone who is interested.You can visualize a graph on a Gremlin server using REST or websockets, directly in your web browser.It is on my github:I call it Graphexp or Graph explorer.A live demo is here if you want to try it without installing (tutorial on the github page): https://bricaud.github.io/graphexp/graphexp.htmlMany things can be improved. Comments, suggestions or pull requests are welcome.Benjamin
--
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 view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/c2f74844-2a2f-4d4d-bed8-e690f20f9a8d%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 view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CAA-H4390tGRM2B5wThzyR_hw9uiXnA%3Dw0L5RnG5fhc%3DESXhdAQ%40mail.gmail.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/0e25f13a-a4fa-431f-9541-fd90e767b47b%40googlegroups.com.--
You received this message because you are subscribed to a topic in the Google Groups "Gremlin-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gremlin-users/uXkauKjxeA0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gremlin-users+unsubscribe@googlegroups.com.
sorry:
To unsubscribe from this group and all its topics, send an email to gremlin-user...@googlegroups.com.
I am trying to connect through this URL by placing in host I'm graph conf.js.this is the URL Gremlin HTTP requests all use a single endpoint: https://urldefense.proofpoint.com/v2/url?u=http-3A__your-2Dneptune-2Dendpoint-3A8182_gremlin.could&d=DwIFaQ&c=0YLnzTkWOdJlub_y7qAx8Q&r=QdPeqj1OK0YSTCPW5_QAEQNyl3aW1kgWhepgeTd-TgU&m=iU1K3zI1OHzToDrIdrto-0-U-FSXfRrNevXVPNLseM0&s=tjLL7vs-XbPkDdeKMQMhC8Wk1LPXWPuEA9yMxVItPcU&e= you send your graph conf.js with host for your Neptune endpoint changed.should I use above endpoint or other to connect through graphex.
--
You received this message because you are subscribed to a topic in the Google Groups "Gremlin-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gremlin-users/uXkauKjxeA0/unsubscribe.
To unsubscribe from this group and all its topics, 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/44f6e5c6-fa9d-4353-b9f1-c58821507bad%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CAC_r-j0LC7QAjVJObnqRm6xu2225KrMAzdYpei-zz0VZkUmAjw%40mail.gmail.com.
If I have some spare time, I'd like to add some features to GraphExp, especially SSL support, option to normalize the visualization (the graph gets pretty clunky once you expand a few nodes) etc..
Cheers,
Karthik
Could you send the Ajax URL you are sending for post request? Please help me
On Mar 11, 2018 9:57 AM, "nalgonda santosh" <nalgond...@gmail.com> wrote:
You tried hitting api from rest client?
On Mar 11, 2018 9:56 AM, "Walton, Joshua" <josh....@pearson.com> wrote:
This config works for me (changed the host name). I have to be on my company's VPN to connect to it as the neptune instance is in our private VPC and subnets.// configuration for the graph database accessconst HOST = "mycluster.us-east-1-beta.rds.amazonaws.com"const PORT = "8182"// The communication protocol with the server can be "REST" or "websocket"const COMMUNICATION_PROTOCOL = "REST";//const COMMUNICATION_PROTOCOL = "websocket";// TODO: configuration for the secure server// The communication method can be GraphSON 1.0 (used by Gremlin 3.2)// or GraphSON 3.0 (used by Gremlin 3.3)//const COMMUNICATION_METHOD = "GraphSON1"const COMMUNICATION_METHOD = "GraphSON3"
On Sat, Mar 10, 2018 at 8:27 PM, nalgonda santosh <nalgond...@gmail.com> wrote:
I am trying to connect through this URL by placing in host I'm graph conf.js.this is the URL Gremlin HTTP requests all use a single endpoint: https://urldefense.proofpoint.com/v2/url?u=http-3A__your-2Dneptune-2Dendpoint-3A8182_gremlin.could&d=DwIFaQ&c=0YLnzTkWOdJlub_y7qAx8Q&r=QdPeqj1OK0YSTCPW5_QAEQNyl3aW1kgWhepgeTd-TgU&m=iU1K3zI1OHzToDrIdrto-0-U-FSXfRrNevXVPNLseM0&s=tjLL7vs-XbPkDdeKMQMhC8Wk1LPXWPuEA9yMxVItPcU&e= you send your graph conf.js with host for your Neptune endpoint changed.should I use above endpoint or other to connect through graphex.
--
You received this message because you are subscribed to a topic in the Google Groups "Gremlin-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gremlin-users/uXkauKjxeA0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/44f6e5c6-fa9d-4353-b9f1-c58821507bad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Gremlin-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gremlin-users/uXkauKjxeA0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gremlin-user...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/a51ae070-97a4-4a89-b1bb-f40badd28793%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.
This config works for me (changed the host name). I have to be on my company's VPN to connect to it as the neptune instance is in our private VPC and subnets.// configuration for the graph database accessconst HOST = "mycluster.us-east-1-beta.rds.amazonaws.com"const PORT = "8182"// The communication protocol with the server can be "REST" or "websocket"const COMMUNICATION_PROTOCOL = "REST";//const COMMUNICATION_PROTOCOL = "websocket";// TODO: configuration for the secure server// The communication method can be GraphSON 1.0 (used by Gremlin 3.2)// or GraphSON 3.0 (used by Gremlin 3.3)//const COMMUNICATION_METHOD = "GraphSON1"const COMMUNICATION_METHOD = "GraphSON3"
On Sat, Mar 10, 2018 at 8:27 PM, nalgonda santosh <nalgond...@gmail.com> wrote:
I am trying to connect through this URL by placing in host I'm graph conf.js.this is the URL Gremlin HTTP requests all use a single endpoint: https://urldefense.proofpoint.com/v2/url?u=http-3A__your-2Dneptune-2Dendpoint-3A8182_gremlin.could&d=DwIFaQ&c=0YLnzTkWOdJlub_y7qAx8Q&r=QdPeqj1OK0YSTCPW5_QAEQNyl3aW1kgWhepgeTd-TgU&m=iU1K3zI1OHzToDrIdrto-0-U-FSXfRrNevXVPNLseM0&s=tjLL7vs-XbPkDdeKMQMhC8Wk1LPXWPuEA9yMxVItPcU&e= you send your graph conf.js with host for your Neptune endpoint changed.should I use above endpoint or other to connect through graphex.
--
You received this message because you are subscribed to a topic in the Google Groups "Gremlin-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gremlin-users/uXkauKjxeA0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gremlin-user...@googlegroups.com.