Hello,
I am looking for course, tutorial, or training material in interacting with Neo4j through Javascript. Your comment is highly appreciated.
Best regards,
Mansour
Hello,
What are the options in traversing a tree (say depth first) with Neo4j? Is bllom capable of doing this or is there any declarative approach to do so?
Thank you.
Hello,
I am reading through CSV import and so far see that one can import nodes and then through match commands to find and establish relationships. Just a few questions I have at this point. Is there any way to read the overall graph of nodes and ...
Hi David,
Thank you for your reply. I am using version 1.2.1 and was wondering what add-on etc. I need to install for the Java API and interfacing and providing the code. Is this compiled or is it interpreted? How is the interface? Also, are ther...
Let us say that I have 50 Nodes and 200 connections between these nodes. I would like to read in and establish in the graph (from a file having some form of syntax):
Node Labels and Properties
Relationship Labels and Properties
From which Node to...
It was Chrome, and the problem is the ports kept occupied even after closing of the program. I guess this might be a very useful improvement for the next version of Neo4j to release all the ports explicitly upon exit. Netstat says otherwise upon th...
Thank you very much for all you great posts. I have a question. Is the following a Boolean:
((a:ABC)-[r:RELATION]->(b:XYZ))
and if so, can it be used as is with WHERE and under what condition it is True or False?
If it is Boolean and becomes True i...