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
  • 976 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
  • 1199 Views
  • 1 replies
  • 1 kudos

Resolved! Need explanation of a query

Hi, I read an article on Northwind database: Neo4j Graph Database Platform Neo4j Data Import: Moving Data from RDBMS to Graph Learn the various ways to export data from your relational database and import it into Neo4j –...

vsaran by Neo4j
  • 1129 Views
  • 2 replies
  • 2 kudos

Best way to run multi-statement cypher query

What is the best way to run a multi-statement cypher query? I would like to run a small cypher query without running transactions in Java etc, simply for partial backup/restore purposes. As far as I understand this would be done using CSV or cypher. ...

folterj by Node Clone
  • 12038 Views
  • 9 replies
  • 0 kudos

Resolved! Bulk Import limitations

So I am trying to import 26 million rows in around 300 csv files (using bash to execute the bulk import code). I come across a limitation in the number of csv's I can reference before I'm told , that the command is too long... And some of those csv's...

Bulk loader using group name

I’m loading data using the bulk importer but specifying the group name for the :ID field to avoid collisions if an ID from one node type is the same as the ID from another node type. I loaded two files for the same node type, and they have different ...

Resolved! StackOverflowError on cypher-shell

Hi, I've made a small script (30 lines) using apoc procedures (periodic.iterates, load.csv, do.when & convert.toString). The loaded csv is 100MB. The script works fine when launching using cat file.cypher | cypher-shell but I having error when launch...

neo4j by Node Clone
  • 1846 Views
  • 6 replies
  • 1 kudos

Resolved! Calculating sum of a property from a relationship

I have a set of football matches based upon the following model, with n being the football match, a and s the teams: (s)<-[:away_team{scored:0, result: "lost"}]-(n)-[:home_team{scored:1, result: "won"}]->(a) I am looking to return the top scorer for ...

Apoc.periodic.iterate - running multiple instances

Basic question around using apoc.periodic.iterate - are there reason/concerns with running various threads that iterate through a load function. All that's working great. My periodic.iterate over the target file is pulling 10k at a time and moving al...

llpree by Graph Buddy
  • 812 Views
  • 0 replies
  • 0 kudos

Resolved! Duplicated tagline in MovieGraph demo data

Hi forks, I've found duplicated tagline between "You've Got Mail" and "When Harry Met Sally" in MovieGraph demo. CREATE (YouveGotMail:Movie {title:"You've Got Mail", released:1998, tagline:'At odds in life... in love on-line.'}) CREATE (WhenHarryMetS...

m-kiuchi by Node Clone
  • 1248 Views
  • 2 replies
  • 2 kudos