UnitGraph
UnitGraph copied to clipboard
Lightweight Graph Library for Node 4.x
Introduce starts_with and istarts_with query filter in addition to ```is, like, ilike, ...```
@keithwhor - what is the license for this code?
Hi, did you build or find a visualisation tool for your graphs? If so could I have a copy or details, thanks.
How would a developer integrate this into a firebase project
Hi @keithwhor - hope you're still around - thanks for this nice graph software. I've made a couple of compatible additions which I use - would be convenient to work...
Would be good to have an out-of-the-box example of a friends recommendation engine. I've made a quick example here which could be used as a starting point. It could be...
Allow search by length as well as distance via the option ``` { byLength: true } ``` Add a ```compareEdge``` option as well as the ```compare``` option for nodes: ```...