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
  • 987 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
  • 1205 Views
  • 1 replies
  • 1 kudos

CPU Load (1k to 1.5k/sec) on 3xr4.large VMs on AWS

Hi Guys, We have a production cluster running on 3xr4.large machines based on this template: https://aws.amazon.com/marketplace/pp/B07D441G55 As usage on our APIs have been increasing, seeing around 1k to 1.5k requests per second. During which the CP...

2X_b_b3f78e9f19896d7301de7898ee704e608b33ac59.png 2X_1_1c9ac93cfe520b9dd480119fecf353aa732f053a.png

DB2 to Neo4j using ETL tool error, Exception in thread "main" java.lang.AbstractMethodError: com.ibm.db2.jcc.t4.b.getSchema()Ljava/lang/String

Neo4j Desktop 4.0.8 Neo4j ETL 1.4.2 DB2 v10.1 I'm trying to connect and import a DB2 table present in Mainframe platform using jdbc drivers. I have used the appropriate JDBC driver jar files and the license authentication jar file. I have given corre...

Double Quote issue in the Load CSV

Hi All, Good Evening, I am not sure if this is a bug in Load CSV or is there anyway to sort it out. When I have a double quote in the Start of any field(§"TestUser1) then it expects a closing double quote in the end, but when i have it in the middle ...

Kailash by Graph Buddy
  • 1771 Views
  • 1 replies
  • 1 kudos

How do i open a neo4j dump file?

Hi, I am new to neo4j. I have a neo4j dump file that I have tried to open. However whenever I double click on the file, neo4j opens up and shows nothing. I am not sure how to open and see the data on the dump file. Can anyone help please?

Passing paths to a consecutive match

Hello, I would like to match something and I also want the paths for those matches. Then I want to do a consecutive match but I also want to preserve the last results, so I tried to pass those result elements as parameters to the next match: MATCH pa...

Why does using query parameter improve speed?

I am reading through this brilliant articles https://neo4j.com/blog/cypher-write-fast-furious/ and one of the recommendation is to use query parameters e.g. MERGE (p:Person {name:{name} }). From my understanding, the exact query is hashed and stored ...

Resolved! Multiple Properties vs Multiple Nodes

Hello ! I am trying to create a new database that will contain how similar certain things are. It seems that around 25- 30% of my nodes will be 100% similar. So I was wondering whether it would be more efficient performance wise to instead group them...

Resolved! Using Case to create a node when using Load CSV

I am trying to create two different nodes and relationships based on certain data in a CSV. I want to be able to create a Node like seen in the script below. Where if "AGGREGATE" is in a specific column then create a Node based off a different column...