gremlin-bin icon indicating copy to clipboard operation
gremlin-bin copied to clipboard

Placeholder for gremlin-bin website issues

Results 13 gremlin-bin issues
Sort by recently updated
recently updated
newest added

Since the website has been down for many months it's hard to try a replacement without the source code. Where is it? Please make it available.

www.gremlinbin.com not responding. This project may be dormant, wondering if site could be archived here for evaluation. Best.

***_cough cough**_* ![image](https://cloud.githubusercontent.com/assets/1415875/14041880/42ea70ae-f275-11e5-9278-6f4d7e7df0eb.png) Consider (check licensing): - [sigma](http://sigmajs.org/) - [linkurious](http://linkurio.us/toolkit/)

**AS** User **I WANT** log into GremlinBin **SO** I can see my own bins and open previously saved ones Authentication with Github account could be a great feature in order...

enhancement

If you want to add cypher & neo4j support we're more than happy to help you out As a backend you could use console.neo4j.org's storage (in memory graph-sessions). Ping me...

Would be nice if a) the input field would support multiple lines b) line-breaks would be preserved and c) the console output would be formatted as we do in the...

Would be nice to have a little more complex graphs. Could you add the Grateful Dead and Northwind graphs?

Hi, I really excited when I saw www.GremlinBin.com... only to get: "Error: Your initializing script produced an error: Error: WebSocket closed"

When running the following init script (history) gremlin-server chokes: (http://www.gremlinbin.com/bin/view/56fe717a0bbc8) ``` groovy graph = TinkerFactory.createModern(); g = graph.traversal(standard()); def subgraph = g.E().hasLabel('knows').subgraph('subGraph').cap('subGraph').next(); def sg = subgraph.traversal(); ``` ``` Error: startup...

The following examples all fail or return a different output : - [x] **1)** Error ``` groovy g.V().values('age').fold(0) {a,b -> a + b} ``` **Solution** : The typeChecker has no...