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
  • 857 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
  • 1120 Views
  • 1 replies
  • 1 kudos

Persons with at least x common surnames in pedigree

Hello, I have a database with persons who are connected to surname nodes from their pedigree. Now I would like a query that only gives me the people and last names where the people have a minimum number of common last names. I have tried many variant...

How to change string in to datetime type?

when i import CSV file into neo4j browser,there is a row called CreationDate. it has a different type of date format. so i use python to convert them into the same format. the python code is below: however, i want this CreationDate data can be calc...

2X_1_171a7b7f9a905bba146f5a92c05028a830b3969b.png 2X_2_2877efd2740d4f2c7bd110a2eca8e20d7f59ec29.png

How to use full text indxes on relationship

Hello everyone, I am trying to use indexing on relationships so I got to know about this approach. but when I am trying to use this type of index, getting no records. I am trying by below approach. I have created a index already that is taggedByRelat...

Getting cross-join behaviour on linked match

Hi there I have a graph based on educational data that I am trying to filter. This code seems to create a cross-join effect in terms of the resultant rows, even though l is constrained to s MATCH (s:School)-[r:PART_OF]->(l:LEA), (l)-[:HAS_EXAM]->(e:...

russ by Node Link
  • 532 Views
  • 1 replies
  • 0 kudos

Resolved! Returning count much faster than the nodes

I realise this may be a newbie 101 question so please bear with me. I've noticed that my slowest queries, which take minutes to return 2K + nodes take a few seconds if I'm only counting the results. Is this due to the memory overhead of loading the ...

russ by Node Link
  • 561 Views
  • 2 replies
  • 1 kudos

Resolved! Fabric on Neo4j Desktop for Windows

Hello, I wanted to try to use Neo4j 4 with Fabric using Neo4j Desktop on Windows. I created a Database Item in a Project using the browser, installation using version 4.0.3, then inside this item I created 3 databases using cypher-shell : graph1, gra...

Run DataBase Automatically

I am trying to run my databse from a python file. From this file I run my Neo4j desktop program and I open in my browser the url http://localhost:7474/browser/ However, whenever I try to execute a simple query I get ServiceUnavailable: WebSocket conn...

Neo4j Desktop Graph Creation Error

I am getting the error, "Database failed to create: Error: Could not change password" Neo4j Desktop version: 1.2.6 The log file is given below in the image: Help would be appreciated, Thank you.

2X_9_9cb811de531172d2d1352cba922c8833d0c3783b.png