Replies: 5 comments 1 reply
|
Hey did you figure this out? if yes, please let me know, I am facing the same issue |
0 replies
|
This <#367> is the issue. TLDR - AuraDB Free instance uses an ID system = Infinite. Neovis cannot handle. You need switch to a local instance or a paid version of AuraDB. Honestly I just switched to D3 and have had great results. Better docs. Less abstraction.
Hope this helps.
… On Oct 20, 2024, at 7:08 AM, simranm04 ***@***.***> wrote:
Hey did you figure this out? if yes, please let me know, I am facing the same issue
—
Reply to this email directly, view it on GitHub <#386 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AB7YD6Y4YHJKFXKHNOTOGLDZ4OTODAVCNFSM6AAAAABL45XKDWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOJZGYYTMOA>.
You are receiving this because you authored the thread.
|
0 replies
|
oh okay Thanks a lot for helping me out. |
0 replies
|
Yes, you can do that. D3 requires a little more setup but offers great
control in the end. I can send you a code segment later if you want that
will give you a basic layout
…On Sun, Oct 20, 2024, 11:01 AM simranm04 ***@***.***> wrote:
oh okay Thanks a lot for helping me out.
Just one more doubt in case you know, this d3 js, can I use this for graph
visualisation when I am using auraDB provided dataset directly or I have to
make local database?
I mean can d3 js use the neo4j instance?
—
Reply to this email directly, view it on GitHub
<#386 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB7YD63NQA64EFUSW4JIYY3Z4POXPAVCNFSM6AAAAABL45XKDWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOJZG42DEOI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
1 reply
|
I tried the GOT dataset on neo4j desktop and it also shows same one edge. Any idea why is that ? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am new to Neo4j and Neovis. I have a valid instance set up. I tried to use the GOT example. All nodes load but only one edge loads. I have also added my own data to the instance. No matter the query, it always returns all Nodes and just one Edge. The queries and data are valid as the same query works in AuraDb console and Graphology library usage. Not sure what is causing this. I cannot find any documentation referring to this issue.
All reactions