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! Cypher query optimization

Hello everyone, Basically I have the following query: MATCH (f:Family)-[:BELONGS_TO]-(pr:Product) UNWIND range(0, 100) as id WITH f, pr, [x in keys(pr)] as props WHERE toLower(f.name) = toLower('family_name') AND toLower('specification') IN [word in...

Resolved! Neo4j desktop GDS licensing

As described in License model of GDS - #3 by alicia.frame GDS is offering two licensing models. However, when using neo4j desktop which offers an enterprise license the GDS is still stuck on the community version. How can I use the enterprise license...

Get All Nodes in specific related Nodes in one Row

Hello togehter, I started with neo4j and Cypher last week, so I am an absolute newbie (and my english is not so good as well, sorry for that). I like neo4j I want to migrate my current project from mysql to neo4j/cypher. I created a social network ...

3X_3_4_34e9fd9244edb12e6d45fe9fe243734dff3e7773.png

Resolved! Error loading data when using apoc.do.case()

I'm creating new relationships between existing nodes by importing a CSV file. I had done queries to import csv for specific types of relationships and now , I trying to parse a mixed type CSV using apoc.do.case but problem appears while starting the...

Resolved! Limit to single Relationship when using UNWIND

Hi all, I'm having problems when trying to only return 1 node when using UNWIND. UNWIND [ 1, 2, 3 ] as id OPTIONAL MATCH (client:Client)-[:CLIENT_FOR]->(l:Letter) WHERE l.id = id RETURN client.name In some cases, a letter may have more than...

Resolved! Understanding the Query Plan Cache

When a Cypher statement is first submitted Neo4j will attempt to determine if the query is in the plan cache before planning it. By default Neo4j will keep 1000 query plans in cache based upon the conf/neo4j.conf parameter of dbms.query_cache_size. I...

Pluck property of parameters

Hello, I am trying to "pluck" i.e. retrieve from each item of an array parameter. Given a users and posts parameters: { "users" : [ { "name" : "Andy", "position" : "Developer" }, { "name" : "Michael", "position" : "Developer" } ...

Cypher query and rand() function

I want to generate random integer numbers between 0 and 10, using the rand() in my Cypher query, ( because there is a rating property I want to randomly feed). Hence, please help me to generate those random numbers. thank you in advance.

maziar by Node Link
  • 3929 Views
  • 8 replies
  • 5 kudos