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
  • 860 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
  • 1121 Views
  • 1 replies
  • 1 kudos

Aura and allowed origins

When using Neo4j through Aura (via GCP marketplace), how can we tighten security for our production cluster by limiting access based on ip (ranges) or better google cloud run services?

Resolved! Query: Matching subgraph recursively

Hello dear community! the graph of my database has a hierarchical tree-like structure with subgraphs connected to the leafs. Now I want to match all nodes and edges in one of these subgraphs, which have arbitrary depth, labels, properties and edge di...

Adrian_K by Node Link
  • 2486 Views
  • 11 replies
  • 4 kudos

I Needed to create a dashboard where I need to use 8 queries to filter out the data for different attributes. It's taking more than 5 seconds to load all the data. Is there a way so that I can decrease the query time?

I Needed to create a dashboard where I need to use 8 queries to filter out the data for different attributes. It's taking more than 5 seconds to load all the data. Is there a way so that I can decrease the query time?

Resolved! Why are these two queries perform differently?

The 1st query: MATCH (m) WHERE m._type = 'Product' and m._name = 'iPhone' RETURN properties(m) as properties LIMIT 3 And the 2nd one: MATCH (m:Product) WHERE m._name = 'iPhone' RETURN properties(m) as properties LIMIT 3 They are functionally equ...

lingvisa by Graph Fellow
  • 513 Views
  • 4 replies
  • 0 kudos

APOC installation in Neo4j Desktop

I am using Neo4j community edition, where I couldn't able to install APOC plugin, attached screenshot. As I am new to Neo4j, kindly guide me to install APOC plugin. APOC plugin install button is disabled Neo4j Desktop version: neo4j-desktop-1.3.11-x8...

beginner by Node Link
  • 2250 Views
  • 2 replies
  • 0 kudos

How to create 2 hop path in my case?

Hi, everybody, I have community nodes (c: Community) and user nodes (u:user) I want to create for each community node one relationship with usernode that is associated with another usernode which is connected with the community node that alredy in da...

Novice want to "Weave" lists from CSV

Hi. I want to import data from CSV which contains multiple lists and nested lists, like this example: name,[articles],[keywords] jack,[art1,art2,art3],[[data,lists],[data,analysis,qualitative research,quantification],[data,]] I want to 'weave' the li...

emba by Node
  • 479 Views
  • 2 replies
  • 1 kudos

Deletion of nodes

Hi, I am trying to delete the nodes that were created mistakenly. But surprisingly, when I am deleting nodes, it is still visible in Graph Schema and Left database info tab too. However, when I am trying to list the elements, using Match(n) return n,...

akaur by Node Link
  • 859 Views
  • 3 replies
  • 4 kudos