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
  • 910 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
  • 1154 Views
  • 1 replies
  • 1 kudos

Resolved! Duplicate Results (Same result multiple times)

match (a:User {name: "Some Name"}), (b)<-[:rel1]-(a), (c)<-[:rel2]-(a) return a.id as id, a.name as name, collect(apoc.map.fromValues(["key1", b.value1, "key2", b.value2])) as aray, collect (c.prop) as property for the last 2 collect(), I get the sam...

Resolved! Access related nodes on variable path

Hello, I'm trying to get 3 visited posts after visit to blog index page and and then get related authors of these 3 posts. There is relation PostVisit->Post->Author. PostVisit is event. When I have next 3 steps as path variable how do I access auth...

TimoSpa by Node
  • 1028 Views
  • 4 replies
  • 0 kudos

ETL stucks at Mapping - No error

Hi all, I am using Neo4j Desktop and I want to create a mapping between a remote DB (Postgres) and my local Neo4j Graph DB. For that, I am using the ETL Tool. Three days ago, everything worked fine and I was able to import data from Postgres and sav...

3X_8_2_8232fcfccc8d36be265ffdb614a0e6df5aa4b4fa.png

Neo4j community version: apoc ttl

Trying 8.7. Time To Live (TTL) - Expire Nodes - Chapter 8. Graph Updates in community version. When I compared this with enterprise version didn't see this message. 2021-03-03 03:18:06.898+0000 INFO [o.n.k.i.a.i.IndexPopulationJob] Index creation fin...

Concurrently Loading Hundreds of CSVs to Neo4j

I'm a brand new user to neo4j. I have done a lot of search but didn't find much useful information. Our graph model is very simple: two types of nodes (each node has only one property) and one type of relationship. But the volume of our data is huge ...

Resolved! Querying similar queries with different results

I am running two queries which I believe to be identical in the task they are performing. I am working on exercise 12.4, which you can gain access to by running this :play 4.0-intro-neo4j-exercises I am running this query which produces the desired ...

Graph Applications missing in Desktop

I've been working with the Graph Desktop for many months and today when I opened the desktop and started my local database (successfully), I cannot open the browser. The "Open" button is grayed and the Graph Apps tab is empty. I had several Graph A...