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

Escaping the inescapable

Posting this just as a help for others, as i did not find any article directly solving this issue: escaping stuff like dot, comma, slash, start, question mark, parenthesis, plus, single quote or double quote [ "[", "]", "(", ")", "?", "+", "*", ".", ...

Resolved! Http 7474 does not work when I set cluster settings

I installed neo4j enterprise on 3 Ubuntu servers. All work fine over http browser. However, when i enable Casual Cluster settings, http 7474 port goes off and can't connect to it. The cluster seems to be working as I see connection established betwee...

2X_d_d7863f9600bca6cbcfbae9e96960e36b10b7cf7f.png

Resolved! CASE WHEN vs. apoc.do.case()

I'm puzzled about CASE WHEN. Neo4j Graph Database Platform Expressions - Neo4j Cypher Manual This works (I added the parens the expression that RETURN returns to clarify). MATCH (n) RETURN (CAS...

2X_5_5447ee7a7ac2b7bc96625a2eee9be933211d188d.png 2X_1_1d3743cba648d34973266d4746e12d118ebdc6d0.jpeg
clem by Graph Steward
  • 630 Views
  • 3 replies
  • 3 kudos

How to set properties in a bloom search phrase?

Hi all, I'm new to Neo4j and Bloom, I need to set properties in a bloom search phrase so that I can customise the visualization effect with them later. For example, the following CQL with the movies graph is O.K. in Neo4j Browser: MATCH (tom {name: ...

2X_5_5f7c1ec443f17e744b890601692e3d7a9abeb93c.png 2X_1_10b7993e11ce99df900b95bed378fb113b097e73.png
Jean by Node Link
  • 924 Views
  • 3 replies
  • 0 kudos

Resolved! Create constraint if not exists

Hi, I am trying to run following cypher via Neo4j browser CREATE CONSTRAINT test_id IF NOT EXISTS ON (n:Test) ASSERT n.id IS UNIQUE it is giving following error Invalid input 'I': expected whitespace, comment or ON (line 1, column 27 (offset: 26)) "C...

Is there a way to make this data import easier?

I am trying to make a graph data that tracks the location of vehicles and their trip number. This dataset has a pickup location and various drop-off locations. This data has maximum four drop-off locations. Is there a way to make this data import ea...

2X_7_72a66e42d57afa515893b8a2e6d022ea4170ad7b.png

Proper Cypher regular expression examples

I have been for weeks reading and trying to figure out how to use regular expressions in Cypher. And no the website doc has next to nothing there, also that site everyone send me to doesn't actually show neo4j cypher way of doing it. So my question i...

tideon by Graph Buddy
  • 7235 Views
  • 29 replies
  • 0 kudos

Resolved! Creating 'Country' label nodes?

Hi How can I set and create 'Country' nodes? Trying to create new 'Country' nodes from JSON however the compiler is reading the command 'count' and not letting me bind the string 'Country'. Image below. If anyone has ideas on how to best set up rela...

2X_b_bc78c94e95cdc66c1e5bd3e621e48f10cad9714a.png
Roh by Node Link
  • 1101 Views
  • 3 replies
  • 2 kudos

Resolved! Cartesian Product of Paths Produces Unexpected Result

Hello, I have a sample graph generated by the following command CREATE p = (:x {name: 'a'}) -[:next]-> (:y {name: 'b'})-[:next]-> (:x {name: 'c'})-[:next]-> (:y {name: 'd'}), q = (:y {name: 'b'})-[:next]-> (:x {name: 'c'})-[:next]-> (:y {name: 'd'}),...

Resolved! Problems with Neo4j Desktop on win10

Good day everyone! I installed desktop neo4j, chosed permission for every windows user, run app icon as admin and as a result see no application window here. Though process is shown in task manager. Current version is 1.3.11. Any advice?

Resolved! Use parameter :param with label and/or key?

Hi can I use param for label and/or type? :param NodeLabel => 'person'; :param RelType => 'has_mail'; MATCH (n1:$NodeLabel)-[r:$RelType]->(n2) RETURN r, n1, n2; in the browser I get an error : Neo.ClientError.Statement.SyntaxError: Invalid input '$...

rob2 by Node Clone
  • 681 Views
  • 4 replies
  • 0 kudos