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
  • 900 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
  • 1147 Views
  • 1 replies
  • 1 kudos

Resolved! Unable to start Neo4j 4.2.1 console or server

Neo4j version: 4.2.1, community editionOS: CentOS Linux 7 (Core)Java version: Java jdk-11 Followed instruction given here to install and start neo4j but unable to do it. I donot see any error or logs, Am I missing any configuration?

2X_7_7438846bb8a69f9795f59fe0795e576b947ef68d.png

Resolved! Defining a path for node label?

Hi Everyone, I am very new to graph databases and Neo4j so I really hope this type of question fits this Forum. I have a simple graph where 3 nodes (Type 1, Type 2, Type 3) are connected to two of the same node through a [:HAS] relationship like this...

mvasso19 by Node Link
  • 633 Views
  • 4 replies
  • 1 kudos

Resolved! Contains text in matched to list

Hello Everyone, I am attempting to search nodes for a property that is in a list. See the following. WITH ["Creator", "Juniors", "Technic"] AS subs MATCH (t:Toy) WHERE t.ProductName contains in subs return t I know the code is wrong, but it gives yo...

tideon by Graph Buddy
  • 5804 Views
  • 25 replies
  • 7 kudos

Graph Data Science: K-Nearest Neighbors

I'm running Neo4j v 4.1 and gds v1.4. I'm trying to utilize ML tools to gain insights about a genetic genealogy graph database. It has CB_Match nodes with chromosome segment data on individuals matching one another; that is, they share segments. I've...

Apoc.coll.union not found

I am using Neo4j v 4.2 on Azure with a manual install of apoc-4.3.0-rc01-all.jar. While the documentation of apoc 4.2 shows the procedure apoc.coll.union, I do not see it in the list of procedures. Nor does a query using ... produces an error. Other ...

Filtering Non-English Characters In Neo4J

Hello everyone! I have a database with non-English characters (like accents, namely: “é, í, â, à”) and I'm having issues when trying to filter fields containing these characters. For instance, imagine a node called “Ángeles Martínez”. I attempted the...

IN operator and result ordering

Hi all, in a use-case we'd like to provide a parameter as an array which is used with the IN operator: MATCH (p:Person) WHERE p.name in ["foo","bar"] RETURN p Can we rely on the Person nodes being returned in the order as given by the values i...

RE search is a lot slower than exact match?

profile MATCH (m:Brand) WHERE m._name= 'Apple' RETURN properties(m) as properties LIMIT 3 This takes 4 ms and only 2 db hits. But this RE search takes 176 ms with 94361 db hits in my graph. profile MATCH (m:Brand) WHERE m._name=~ '(?i)'Apple' RET...

lingvisa by Graph Fellow
  • 318 Views
  • 1 replies
  • 0 kudos