Dylan, there is this notion of permanence to these gremlin pastes - what happens when there is a breaking API change between versions? Is that somehow accounted for?
On Wed, Mar 16, 2016 at 6:39 PM, Jonathan Ellithorpe <j...@cs.stanford.edu> wrote: > Very cool! Been waiting for something like this :) > > BTW some quick user feedback... on the "new" page: > > http://www.gremlinbin.com/bin/new > > After I select graph "modern" from the drop down list, it's not clear that > I need to click "submit" beneath the text box for creating my own graph to > go to the console view. Would be more intuitive if selecting an item from > the drop-down list automatically took me to the console, or there was a > "go" button next to this list. > > > > On Wed, Mar 16, 2016 at 1:28 PM Mark Henderson <emehr...@gmail.com> wrote: > > > This is very cool. Thanks. I mentioned something like this a week ago > here > > and I've been thinking about it since (didn't get anything started > though). > > One thing that I got hung up on was security. Can this allow for > arbitrary > > Java code execution? Pasting in > > > > def x = new Date(); x > > > > seems to work. Is that a valid concern? > > > > I'd like to contribute once you get the source on github. > > > > > > > > On Wednesday, March 16, 2016 at 2:33:18 PM UTC-4, Dmill wrote: > >> > >> Hey guys, > >> > >> I wanted to announce that www.gremlinbin.com is prime for beta. > >> > >> GremlinBin is essentially an online console/sandbox for you to test run > >> your Gremlin queries, then save them and share them with other users via > >> links. Think of it as a jsFiddle or pasteBin for Gremlin. > >> > >> It's still in it's early stages so there is no mobile support and there > >> are annoyingly verbose errors (if you encounter any; to help with > reporting > >> to github). Both of these will go with future updates. > >> > >> I will however guaranty that the links to your "bins" will not break > with > >> future updates so feel free to use them in blogs/emails/etc. > >> Here's one to give you an idea : > >> http://www.gremlinbin.com/bin/view/56e9a41538639 > >> > >> Let me know what you think. And feel free to open issues on github if > you > >> have any feature requests (or are encountering glitches). > >> > >> Big thanks goes to JB Musso for his work on the js driver, Stephen for > >> putting up with me and the others for their valuable feedback. > >> > >> Cheers. > >> > >> > >> >