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
  • 855 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

How to fetch millions of data faster?

I am using the dataset from Kaggle. As I had received an error prompting to increase the heap memory size,I assigned heap memory size of 16GB and page cache memory size of 1G, as I have total of 32GB RAM. I left this query to run for an hour but I d...

1X_b6d91b8d28a91bdf98f220bd63d2e2d5106debf5.png

Cannot iterate through Result

I cannot get a simple iteration through Nodes to work. My query is: String query = "MATCH (n:Concept) WHERE n.type = 'text' RETURN (n)"; When I execute: Result qResult = db.execute(query); System.out.println(qResult.resultAsString()); I get: +-------...

bpruitt by Node Link
  • 805 Views
  • 1 replies
  • 0 kudos

Resolved! Collection Sort

Hi, how to sort the id(n) inside the collect based on the distances by ascending order. the below query doesn't sort the distance. MATCH (n:PointNodes) WITH n, distance(point({longitude:n.lon,latitude:n.lat}), point({ longitude: -1.7444, latitude: ...

Combine 2 queries with differnt column names

I m trying to union/ combine 2 query results with different relationship types that should stay separate afterwards (sub queries r2, r3 not the same column names). I want to get an output graph with c, p, r2, r3. I tried the following cypher query: M...

Neo4j embedded authentication

I've started an embedded version of neo4j following the guide: https://neo4j.com/docs/java-reference/current/tutorials-java-embedded/ I've also exposed the bolt port following: https://neo4j.com/docs/java-reference/current/tutorials-java-embedded/bol...

Unexpected UNWIND results with multiple records

I’m new to Neo4j/Cypher and apologize upfront if there is a simple newbie mistake going on. I’m looking to accept feeds of multiple records (from Kafka), where subsequent records can change or remove relationships from previous records. I’m seeing d...

Struggling with apoc.periodic.iterate and syntax

Hi First time poster here. I'm struggling with the syntax required for apoc.periodic.iterate. I'm using: CALL apoc.periodic.iterate( 'LOAD CSV WITH HEADERS FROM $source_file AS row', 'WITH row.status as Status', 'RETURN Status LIMIT 10', {batchSize:1...

info6 by Node Link
  • 1714 Views
  • 2 replies
  • 0 kudos

Resolved! How do you return all distinct full paths?

Given the following graph: I want to get a list of all distinct paths which terminate in the leaf nodes, in string form: Mobile phone instagram users -> instagram -> facebook -> Company Mobile phone instagram users -> social network -> Activity Mobi...

2X_b_b9ba105f88e8670056f7d95c832ab683f2509f8d.png

Return several type of data

Hello, I'm working on a web app about logs posted by users. Each users can vote twice on a log, because there are 2 types of vote: "GreatStory" and "Helpful". Here an example of the user interface wanted: The text "Great Story" is green if the curre...

2X_6_6604ee81ea5e4f17e538f53297829bc309a96a9b.png
surfooo by Node Link
  • 530 Views
  • 0 replies
  • 0 kudos