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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Neo4j High CPU and Read query times

I am using Neo4j To support Abandoned Cart/Search use case. I store User-> Product relationships But, I see most of the times at peak load Neo4j CPU choking and Query times are not good. Cpu mostly chokes on IOWait. NeoVersion - 3.5.6 Instance - i3.2...

2X_4_44a42b6251fb2455fab43b5bb6ca6973344c5303.png

Resolved! MATCH Between a pair of nodes with a relationship in common AND holding another kind of relationship NOT with the same Node

Hi , Below is the use case I am stuck with : There are 3 entities Author,Paper,Affiliation and their relationships are (:Author)-[:WROTE]-(:Paper) and (:Author)-[AFFILIATED_WITH]-(:Affiliation) I have created a relationship [:COAUTHOR] if two authors...

Problem with datetimes from python/pandas

Dear colleagues, I'm struggling with datetimes from python/pandas. I'm building a graph from pandas data in which nodes are meant to have da timestamp property imported from pandas. In the pandas dataframe I have a datetime[64] column that reads like...

Resolved! Missing neo4j-backup in Maven

https://mvnrepository.com/artifact/org.neo4j/neo4j-backup We currently employ the neo4j-backup Maven dependency to orchestrate our Neo4j backups. Are there any plans to upload the 4.x-compatible packages? As a part of the upgrade we want to create 4....

openCypher 1.0.0-M15

Hello community! We are pleased to announce the next milestone release, 1.0.0-M15, of openCypher, which includes the following: Grammar: Additional grammar toolingAvoid keywords in variable namesInline DISTINCT in ReturnBody and rename to Projec...

Secure Azure Deploy

Hello, I was able to get the az cli script that Mr Allen put together here working except for the curl command at the end to change the default password. Rather than run a command after the fact and have an unsecured instance facing the internet (for...

eric5 by Node Clone
  • 724 Views
  • 3 replies
  • 1 kudos

RE: How to Aggregate calculation of data faster?

Hi Michael, I am facing a very similar problem that you might be able to suggest a solution to very quickly. Do you have a minute? Big fan of the clarity of your answers in the community https://community.neo4j.com/t/how-to-aggregate-calculation-of-...

shash by Node Link
  • 585 Views
  • 2 replies
  • 0 kudos

Distance calculation

Hi, I need your advice. I have different bus stop (nodes) with their GPS geographic position (longitude, latitude). is there any way in neo4j to calculate the distance on the fly by road (or directly if it's not possible) according to the chosen stop...