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
  • 854 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
  • 1117 Views
  • 1 replies
  • 1 kudos

Resolved! Fuzzy query in cypher =~

Hi there , I encountered an issue about fuzzy query with cypher that puzzled me for one week. If I'd like to query a person who has the skill contains C++ (ignore the upper case or lower case) , the query below runs well in desktop browser: match p ...

ctuniv by Node Link
  • 1963 Views
  • 7 replies
  • 4 kudos

Neo starts, but no network ports up, please help

Hi! I have a neo4j instance (3.5.14) which has been running for quite some time and contains all sorts of good data. Yesterday I had to reboot, and now I cant get it to start again. I run systemctl start neo4j, everything seems fine, but i cant conn...

kaptenh by Node Clone
  • 502 Views
  • 2 replies
  • 0 kudos

Running Neo4j Desktop on Chrome OS

Has anyone tried using Neo4j Desktop on Chrome OS? I have deployed on GCP and used Codesandbox, but am interested in working locally on Chrome OS, particularly when I do not have internet access. I have a Macbook Pro (older 15" that isn't easy to tra...

Resolved! User privileges questions for Neo4j v4.x

It probably is something rather simple but I cannot find the information in any manual. I started to look into the extensive user access privileges options in v4.x and created a new user, assigned a role and added grants to the role. Now I like to te...

Find longest path over 2 relationship types

I've followed the following guide to find a longest path when a single relationship is at play https://neo4j.com/developer/kb/achieving-longestpath-using-cypher/. However my model, of DNS resolution, looks like the following: (Host)-[ALIAS_FOR]->(DNS...

Resolved! Import json file to neo4j

Hello I have a json file on this path: C:\Users\Joao\Desktop\ProjetoFinal8150133\DadosExtraidos\new.json When i try to invoque: call apoc.load.json("file:///C:\Users\Joao\Desktop\ProjetoFinal8150133\DadosExtraidos\new.json") in Neo4j, it says: "inval...

How to use yield batches with load csv statement

Hi Team, I am loading the data to a label using CSV file. Is it possible to use YIELD batches like given below - YIELD batches, total , timeTaken , failedOperations , failedBatches , errorMessages , committedOperations , operations RETURN batches, to...

Resolved! MATCH following OPTIONAL MATCH

This is my first post. So please take it easy on me if the question does not make sense. I am running Neo4j community 4.0.3. I create a Cypher query that looks like: OPTIONAL MATCH (a)-[r1]->(b) MATCH (b)-[r2]->(c) I want the query to return all a's ...

rafikj by Node Link
  • 681 Views
  • 5 replies
  • 0 kudos

How to keep node relationship unique

I have a compound flow in neo4j and unable to understand how to keep this flow unique. patient-1 visit date 29-03 -- visit time --- treatment Let us say I have inserted these nodes with some data in each . what I exactly want to update the same ...

t11 by Node Clone
  • 3112 Views
  • 8 replies
  • 3 kudos