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

Desktop 1.3.4 cannot create a 3.5 DB

current desktop 1.3.4 install cannot create a 3.5 DB Any idea why older version of db are note accessible ? because of ISD restrictions the window account I'm working with is not admin , to get some admin privilege , I need to give another account's ...

2X_e_ed62bd415696a9370a102792ca3949948aacb768.png

When using WITH twice, variable cannot be found

Hello, here is my code: match (c:People)-[:LIKES]->(a:Object{objectName:'Skittles'}) WITH collect(c) as set1 match (d:People)-[: LIKES]->(a: Object{objectName:'Cheerios'}) WITH collect(d) as set2 RETURN apoc.coll.intersection(set1, set2) as set3 when...

How do you return only one cycle?

Dear all, I look for the cypher code enable to return only one path. I assume that I have, A->B1->C1->D1->B1 and A->B2->C2->D2->B2. I would to retrieve the components of these 2 cycles. I try the following code but I retrieve 6 cycles MATCH path=(l:L...

depire by Node Clone
  • 414 Views
  • 1 replies
  • 0 kudos

Return all relationships from a set of nodes

I've been having quite a bit of trouble with a query I'm building today. To me it seems like it should be quite straightforward, but I'm not seeing the expected results. And for reference, I am testing out the queries in the browser for viz purposes,...

2X_4_4c3b3f7a0ad47d40c3c5605e6d97374529f95547.png 2X_7_75ca806ebcc81effe22c879b4b90fb9cd63ee549.png 2X_b_b41eacd6187987175c0dc2f1a95df6925f6c0522.png
wdrosko by Node Link
  • 4516 Views
  • 2 replies
  • 1 kudos

Is Desktop Update 1.3.8 safe?

Hi, The two previous updates for the desktop were pulled and we were advised to revert to 1.3.4 (which I did). How safe/well tested is the 1.3.8 update? Also where can I find the change log? Andy

How to pass parameter with regex query

Hello all, I am trying to query using regular expression in py2neo. However, I ran this query, but It did not work. I tried running the same query directly in Cypher and it worked. I do not know what I am missing. I appreciate any help. Thanks. Bader...

Resolved! Import CSV with commas in row values

When loading a CSV like this LOAD CSV FROM 'file:///sentence.csv' AS line CREATE (:SENTENCE { name: line}) The nodes created will make name-arrays in rows with commas { "identity": 1, "labels": [ "SENTENCE" ], "properties": { "name": [ ...

Database failed to start: DB

Using Neo4j Desktop (1.3.4) and Browser on Windows 10. Every time I create a new DB, close the explorer and stop the DB from running (all in a proper way), next time I want to start the DB I get an error like the following: Database failed to start:...

nadavbe by Node Clone
  • 2135 Views
  • 15 replies
  • 1 kudos