Jeremy
Jeremy
I got this error when the file was zero bytes.
Just got surprised by this. I assumed it was possible to scale horizontally. 😢 I changed the number of nodes/partitions after I'd been testing with 1, but all requests still...
Cool project @bricaud ! I've "borrowed" GraphExp to use in a project I'm working on =] https://github.com/savantly-net/spot Once I understand more about D3 + Gremlin, I'd love to contribute back....
@bricaud Would you accept a pull request that changes this to an Angular app? Or would it be better for me to create a new repo?
Thanks @bricaud That sounds great! I'll post more info here once I have something working.
I've started by extracting out the gremlins calls into a separate library. There are zero dependencies!! It's packaged up in multiple formats - a universal module file, an ES6 bundle,...
fyi - the client was heavily inspired by 'gremlin-javascript' by @jbmusso https://github.com/jbmusso/gremlin-javascript
Thanks again @bricaud I've got an Angular component started - https://github.com/savantly-net/ngx-graphexp I haven't got any documentation yet, but it is easily added to any existing Angular application. Some of the...
@bricaud I added a demo app [here](https://github.com/savantly-net/ngx-graphexp/tree/master/examples/app) It's built for Angular 2+ so the structure is not like typical html/javascript. If you'll take a look at the latest [Angular IO](https://angular.io/)...
Yes. I've started modularization by abstracting the gremlin calls here - https://github.com/savantly-net/gremlin-js