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

Stop aura database

Hello all, I am new using the neo4j and I have created an account under Aura. I am able to connect to the database via the neo4j desktop and activate and deactivate it. I have two questions: Is there a way to stop and start the database in Aura? Curr...

Grouping nodes

Hi, I wish to retrive all the events that happens in the same time and my idea is to find the event based on the start time and end time, I write a stupid code which is not efficient and seems a mass, therefore I would to ask if there is a smart way ...

oli by Graph Buddy
  • 440 Views
  • 1 replies
  • 0 kudos

Resolved! Using count() and WITH

I am trying to right a query to determine the percent of people who purchased a specific product and then also purchased another product. The query is evaluating "total" to 1 every time which is why I am getting the results I am. What I want to be h...

3X_8_1_816978819da74f4e29c3a92a5482e0285b17e054.png 3X_2_6_2684106bd2b33a923b042e809ba5a305dc170f86.png

A proposal for comparing durations

The Cypher 4.0 manual says that "Duration values cannot be compared, since the length of a day , month or year is not known without knowing which day , month or year it is". While this is strictly speaking true, I don't think this is a practical issu...

Unable to load node with id

I am facing an issue where I am now a days getting a very frequent error when there is a update in my neo which as below: org.neo4j.graphdb.NotFoundException: Node 47643382 not found at org.neo4j.kernel.impl.factory.GraphDatabaseFacade.getNodeById(Gr...

Connecting Neo4j to Siren platform

I've installed Neo4j and I wanted to connect it to Siren platform using JDBC Driver. But when I create ontalogy in datasource reflection jobs: [parse_exception] request body is required :: {"path":"/.siren/_bulk","query":{"refresh":"wait_for"},"body"...

Iterativly create relations with conditions

Hi, I wish to create relation for the event and match I pre-defined time period. For example, my event may be very long and contains several time periods and I wish to connect all of them, or may be very short event within a sigle time period. I wrot...

3X_5_2_52cc9d0f73bc0232e4d91af7717255ea9661b3bf.png
oli by Graph Buddy
  • 1546 Views
  • 10 replies
  • 3 kudos

Resolved! Count nodes by property value

Hello, I need some help to create a cypher query. For all different values of property "job", the query shall return the property name and the amount of nodes that have this property value. Sample data: CREATE (:Person {age: 20, job: "SW engineer"}) ...

hafeja by Node Link
  • 1157 Views
  • 2 replies
  • 1 kudos

Node property clean up - mass changing node keys

Greetings all, Using neo4j and really enjoying its flexibility. I've been using imported data and I'm trying to perform some data clean up and I was looking for a means to mass edit all my property keys on a set of nodes. In my case, I want to make ...

Jason_L by Node Link
  • 435 Views
  • 1 replies
  • 0 kudos

Load Redshift table in Neo4j

Greetings all, I am trying to import data from Redshift to neo4j using JDBC connection. anyone with prior experience on the same, please let me know the process thanks

shubham by Node Clone
  • 442 Views
  • 0 replies
  • 1 kudos

Failed to import osm file to neo4j

Hello, I am new to neo4j. I got an error while import .osm file to neo4j. error I got : Failed to invoke procedure spatial.importOSM: Caused by: java.io.FileNotFoundException: .\import\niedersachsen_01.osm (The filename, directory name, or volume lab...

3X_c_1_c1267d7ecf8824ce5df8cefb26e4d4a921b51509.png