cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 997 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1210 Views
  • 1 replies
  • 1 kudos

ShortestPath

The picture shown below describes a section from a family tree. The nodes N and O have one child R. N has Mother J. O has Mother K. O and K both have D as Mother. I'm trying to find the shortestPath between the nodes N and O, but I want to exclude th...

3X_2_2_2234bf379fe1101dc1e3a43bbd3d044563143ca9.png

Cannot load the oracle jdbc in neo4j

Hi everyone, I am using Neo4j Desktop 1.4.11 and I have downloaded apoc and ojdbc jars. I have placed them inside the plugin folder. When I try to load the driver, it does not achieve it and therefore I cannot connect to my oracle db. I am using Neo4...

3X_9_b_9b697e7929300f7e6a1b47ac0c29b4742250709a.png 3X_7_2_722cfa8837f6a421e4af1863276df6dbbc12dcb3.png

Is it efficient that creating multiple nodes, create corresponding edges and the merge nodes for paralelize very intensive process ? (To avoid deadlocks)

Hello everyone, I am working on huge graph over 200M nodes and 500M edges. I will add a new node, and approximately 100M nodes will be connected with new node. I am working on with neo4j community edition. It takes too long time. I cannot paralelize...

Can Cypher interpret HTML character codes as input?

Occasionally I need to use HTML character codes as a part of the query string, like &#8217 for ', and ] for ]. I know that there is a way to convert them back to the proper characters to be able to use Cypher, but is there a way to make Cypher au...

Ooker by Node
  • 578 Views
  • 2 replies
  • 0 kudos

Neo4J EC2 remote connection issues

Hello and Happy New Year! I'm having trouble trying to connect Neo4J Desktop to an remote EC2 Instance running Neo4J 4.4.2 Community. I already read the previous threads about similar issues but none of the solutions present worked so far. The issue...

Resolved! Kafka or Oracle connector for Neo4j?

Dear Community, I would like to know what are the pros and cons of synchronising data via Kafka connector to Neo4j? What about the Oracle connector (via JDBC) to Neo4j? Which one would be better if the dataset is large? Thanks!