Hi!
Im the (kinda) new maintainer of maintainer of neovis.js !
Im currently working on a lot of updates to make neovis way more flexible without the need to patch it yourself
I published to npm 2.0.0-alpha and I would be really glad if people will tr...
Hi, Im Shoval Arad from Israel, I am a developer and data scientist in training
I have been using Neo4j for about a year,
We are using it to visualize and hierchical data, and we are also trying to use it for some ml stuff!
I am importing from a very old db I have.
It saves relationship only for display so it is saved as stirng like "a/b/c/d" where the path is a->b->c->d of the same label.
Each row have this path and im trying to make a new node where it connected to t...
Im pretty sure bloom support it, and most of the commercial and enterprise tools support it to my knowledge.
But if you need, you can also open issue on it in neovis.js github repo, and ill try to implement it later... Shouldn't be too difficult
Wow, thanks it works great!
It was wierd for me at the start that you go bottom up (which makes perfectly sense after thinking about it), and also as js developer that list equality is deepEqual .
Just last question, what I was originally expected wa...
Ok, sorry for the confusion, so lets say I have a hierarchy of countries North America->USA->Washington->Street 5, and I have a list of manager in a sql server, and in each row I have the manager name and what does he manage, so a an example row is n...