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

Empty Neo4J after PostgreSQL importing

Importing PostgreSQL DB with ETL-Tool After Skipping some not relevant for importing tables and saving the model initiate importing. After importing is finished I got message "Import Successful". BUT Neo4J after request looks totally empty. I look in...

pavlo by Node
  • 1177 Views
  • 3 replies
  • 0 kudos

Storing large list of values in property of nodes

Hi All, I have a large set of company names which I need to store in graph data base. The count of company names can be considered as 1,00,000 for now and which may increase overtime. For now I have created a node named 'company' with 88 company name...

Resolved! Cypher parameters in CLI cypher-script

Neo4j 3.5.8 Neo4j and Cypher documentation everywhere for how to use parameters, and how they improve query performance. However, I've only found three well defined methods of passing parameters into a cypher query: Neo4j Browser or cypher-shell:para...

Load large volume of data in neo4j

Hi Graphis, I have some doubts regarding importing data into Neo4j. I have a large volume of data (i have 100k JSON files and each JSON contains 200k records). what is the best way to import this data? I am using Pyspark and neo4j-admin import curren...

12kunal34 by Graph Fellow
  • 3357 Views
  • 3 replies
  • 0 kudos

A slow running cypher query

Hi, I have this query. This query is going through a little more of a 1000000 nodes. It takes over 7 minutes to return and I'm trying to understand why. First I'll start with the following query: match (ap:AgamPolicy) where not (ap)-[:RELATED_TO]->(p...

2X_3_3bdd213aea20799f81db096dd94704e148b1315c.png 2X_1_1bf4cd54e05e3978e407fbe7b8ca43824c4a7a05.png
shai by Node Link
  • 4746 Views
  • 8 replies
  • 1 kudos

Running betweenness centrality algorithm

Hello, I have a co-authorship network on alias nodes which have many components (see attached). There are other nodes and edges in the graph. The number of alias nodes is 100000. My attempt to find betweenness scores for the nodes returned 0 for all...

2X_9_9597b50b8abf8005eb7c67d54902748fecedcfdd.png