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
  • 966 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
  • 1195 Views
  • 1 replies
  • 1 kudos

Open multiple browser windows in Neo4j Desktop

Why is Neo4j Desktop limited to opening only one browser window? While I usually work on my test graph, there are often moments when I just want to check, change or roll out something in our live graph, but I don't want to lose my query history, so I...

Reiner by Graph Buddy
  • 2368 Views
  • 5 replies
  • 0 kudos

Neo4j Consistency Check not terminating

Hi, We are using neo4j 3.4 Enterprise version. And perform online backups every 2 days. With the growth of our data set to 600 GB our backups take 4-6 hours (acceptable) but the consistency check doesnt terminate even if the process runs for > 2 da...

shweta by Node Link
  • 1710 Views
  • 3 replies
  • 1 kudos

Resolved! Changing property type from string to array

I’m trying to change the property type of a node (from string to array): match(d:Diagnosis) set d.diagnosis_tool = [d.diagnosis_tool] return d but it its throwing this error: Neo.ClientError.Statement.TypeError: Property values can only be of primiti...

Configuring AWS EC2 Marketplace AMIs credentials

I've read @david.allen's helpful post RE Cloud VM configuration (and other blog entries) but I'm having difficulty getting configuration changes to stick in AWS. It seems that the Tags on the instance aren't being picked up by pre-neo4j.sh as when th...

Neo4j GC Problems

In December 2017 we start with huge project, and since than our database growth every day (it's on 40GB at the moment). ID Allocation Node ID: 70322184 Property ID: 362545374 Relationship ID: 84805115 Relationship Type ID: 49 We have server with 16...

2X_0_0cad589ef639880f0c6897d84af48780f7686e11.png
m_coric by Node
  • 2392 Views
  • 4 replies
  • 1 kudos

Neo4j-admin import with some missing values

In a CSV file I'm loading into Neo4j, a float type column has numbers in some rows, and "NA" in some other rows. This of course results in an error when importing: "Not a number". I would still like to import this, but with the float stored as a NaN,...

Spaxe by Node
  • 1206 Views
  • 1 replies
  • 1 kudos

Metrics Logging

I'm researching monitoring and metric solutions for Neo4j. What can people say about Graphite vs. Prometheus? Since I'm not using either and starting fresh, is there a preference on which I should choose?

Resolved! Neo4j-admin import with HDFS

I am trying to import data into neo4j from HDFS. I was wondering if this is possible since I keep getting an error that the directory doesn't exist. neo4j-admin import --nodes:Person "hdfs://........."

Neo.DatabaseError.General.UnknownError

Hey everyone, In our neo4j.log we see a error exact every minute. 2018-09-10 14:56:02.151+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.General.UnknownError]: Relationship[74825438,used=false,source=-1,target=-1,type=-1,sCount=1,...