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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

MERGE logic with multilanguage data

I have some data in two languages and I'm trying to write a query to add data. I already made a thread about modelling this data here: Best way to model this data Because the data can come in either English only, Chinese only, or both, I need to add ...

ivor by Node Link
  • 680 Views
  • 3 replies
  • 1 kudos

Null connection from django_neomodel

Hi I am doing my best to use Django in the creation of this website to reduce the time taken in the production of the model and the views. I appreciate if you can guide me to a more recent version than django_neomodel. I have tried before neo4jdjang ...

Resolved! Node emdeddings:graphSage

I am trying to use node embeddings I would like to apply graphSage algorithm.. Is there any reference for graphSage so that I can understand more on this algorithm and so i can apply this in my data.. I need to understand how hyper parameters are us...

Py2neo and without RETURN clause in graph.run()

Is it mandatory to use a RETURN clause in a LOAD CSV Cypher query while executing with graph.run() Is there any alternative function similar to graph.run() without using the RETURN clause and didn't find in py2neo tutorial? Thanks!

naikum by Node
  • 463 Views
  • 1 replies
  • 0 kudos

Resolved! Best practice of Neo4j for specified case

Hi guys, im new at Neo4j. I want to know the best practices of this beautiful piece. I'm in a dilemma about some topics; For example, I have a model that I want to analyze for a certain problem. Should I set up my graph relationships the way I want t...

Resolved! Node property contents and Query ram utilization

I've looked everywhere, and can't find an answer, or a clean way to test. In the following scenario, would the Query result in more RAM usage after adding data to the Nodes? Setup UNWIND range(1,5) AS i MERGE (t:Test {id: i, name: "test " + i}) MERGE...

Resolved! Counting path of nodes between nodes

Labels: "RED_NODE", "YELLOW_NODE", "GREEN_NODE" Properties: id (1,2,3...), name ('This one', 'this other one',...), type (=label) I wish to count the nodes from the red node onwards. I wish to count the nodes from the red node and all connected node...

2X_d_d4e8fb50f80c30d2f7fb9f107a51cfb984290a49.png 2X_a_a033686d5c71df6f52adf7f591f10ba839dc2795.png 2X_0_0279b837b21c7155f9f37576e1e2190f2743142a.png

Resolved! Load large CSV (1.5 M lines)

I want to upload a file with 1.5 M + lines to the local neo4j . I did not manage to do this through a local .NET application: manages to process from 40k to 4k lines and then a lot of different errors, from lack of memory (I have 8GB ram) to just tur...

a1olegs by Node Clone
  • 2004 Views
  • 7 replies
  • 3 kudos