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
  • 857 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Neo4j path from first child to last child

Hello. I have the following piece of graph: As you can see, the red nodes are siblings connected by relationships, NEXT and NEXT_SIBLING; moreover, the first and last child are connected to the father by FIRST_CHILD_OF and LAST_CHILD_OF. My goal is ...

2X_7_75fc44acd8457239ddab88e89accfba59cde40ca.png

Alternative tools for building queries

Hello I was wondering if there was any alternative tools to using the web browser to query Neo4J and build Cypher queries with? We had Chris visit a week or so ago and he mentioned a tool that the name unfortunately escapes me! I've used the browser ...

Neo4j embedded - data corruption

Hello. We have neo4j 2.2.5 embedded into java service. Some how properties data was corrupted. These error appears threw cypher execution. NodeImpl#123129585 not found. This can be because someone else deleted this entity while we were trying to rea...

ronyc by Node
  • 1206 Views
  • 3 replies
  • 0 kudos

Large scale data - what is best cloud image

Hi, I am new to Neo4J. I would like to create a large scale "social like" graph database with 400 million to 1 trillion nodes. What is the best AMI or image source for AWS and what size instance should I use? This is fro analytics not production, so ...

Can't form cluster using DNS as discovery type

If I use the default LIST and put the individual IPs of the 3 servers, the cluster forms successfully. I need to use DNS but somehow it gets stuck at "Attempting to connect to the other cluster members before continuing...". Any ideas? Nov 08 19:33:1...

henry by Node Link
  • 1914 Views
  • 2 replies
  • 0 kudos

Visualize Network of Graph with So Many Nodes

I have a large CSV file that i need to import to Neo4j. Before going forward, I would like to know if It could be possible to visualize a graph with 8000 node in Neo4j?? My use case is i don't want to have any label for the edges. So, all i know is i...

s_inter by Node
  • 1580 Views
  • 2 replies
  • 0 kudos

Advice Required: Neo4j Sandbox

Hi - I am learning Neo4J and using the sandbox available on the site for practice. I am able to connect to the sandbox from my Python program running locally on my desktop. Is there a way I can download or copy the schema available in the sandbox and...

Different MATCH due to earlier results

Depending on the result reported from one MATCH I would like to have different WHERE clauses. Is that possible? A simple case is that if the first MATCH returns a null then I want to have one MATCH with WHERE and if it is not null I want a different ...