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
  • 947 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
  • 1184 Views
  • 1 replies
  • 1 kudos

Resolved! Issues with cardinality

Hi everyone, I'm facing difficulties with the cardinality as I try to improve my skills using Neo4j with more complex queries. Of course I already read this topic but I still don't realy understand how I can get what I want. MATCH (n:AP), (m:Custome...

Something happened to the labels

Something went wrong with my neo4j community 3.3.0 database. When I run in the browser match (n) return n limit 1 The query doesn’t return, just keeps spinning in the browser, and I get the following error (in the linux terminal running neo4j ) ERROR...

Resolved! How to calculate weight between nodes?

Hello, how are you guys? I'm trying to calculate the weight of the relation between nodes, I know how to do using a script like in node or python language, but I think there is a better way using some algo or cypher language. Use case: CREATE (p:Syst...

Machine learning method for Neo4j

Which method of machine learning (regression, SVM, NN...) is the best to apply on Neo4j graph database, the aim is just to find the most influencing (important) nodes (parameters, variables) on a specific mesure?

Use of allSimplePaths and expandConfig

Hello, I have this two request with apoc : CALL apoc.path.expandConfig(start, { relationshipFilter: "A|B>", labelFilter: "-C", maxLevel: 6, minLevel: 1, uniqueness: 'NODE_PATH', endNodes:[end]}) YIELD path RETURN path; it work perfectly but i have a...

madiskou by Graph Buddy
  • 872 Views
  • 4 replies
  • 0 kudos

Why can't I use a conditional on an aggregating function?

I thought this would work: (get movies where the average birth year of the actors is greater than a certain value) MATCH (m:Movie)<-[:ACTED_IN]-(p:Person) WHERE AVG(p.born) > 1967 RETURN m.title, AVG(p.born) but I get the (obscure) error: Invalid u...

clem by Graph Steward
  • 1925 Views
  • 7 replies
  • 6 kudos

Need Help Getting Started on Hedge Algorithm

Hello All, Hope this is not too out of bounds, but my name is Dave Somers and I am a beginner-intermediate Cypher developer & graph enthusiast from Las Vegas. I have a CS degree and am proficient in Python & C#, but am now adapting to this new langua...

Resolved! Wrong Results

I have to find the results of top N items base on purchase orders for Orders of Northwind dataset. I used the query: MATCH (c:Customer)-[:PURCHASED]->(o:Order)-[:ORDERS]->(p:Product) RETURN p.productID AS ProductID, p.productName AS ProductName, C...

3X_7_5_75362a976bdd1fadd7fe40aa5ddb5e61eb80e3c0.png 3X_4_c_4c8b3885bbe7ff8f964823f8f9732bb541b00bb8.png
chragr19 by Node Link
  • 1152 Views
  • 8 replies
  • 5 kudos