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
  • 966 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
  • 1195 Views
  • 1 replies
  • 1 kudos

Resolved! Neo4j 4.3 relationship index on type(r)

I create a index on relationship CREATE LOOKUP INDEX rel_type_lookup_index FOR ()-[r]-() ON EACH type(r) But this can't hit the relationship index explain match (p:Person)-[r]->(m:Movie) where type(r) ='Knows' return p ; How should I create an inde...

Resolved! How exactly Neo4j Aura price is formed

Hello, Right now, I'm considering Neo4j Aura for my startup. I'd like to better understand what "Pay-as-you-go" means in Aura Professional section of the following page Managed Graph Database Service Pricing | Neo4j Aura Pricing How the price is form...

Resolved! Create additional node label & materialize

I have a graph where each node has a label (Person) and attribute foo which is binary (0,1). Now I want to create a child label i.e. Person:ptype1 for all Person nodes where the foo attribute is 1. apoc.create.setLabels - APOC Documentation and apoc....

Finding storage used for cloud edition

I'm running on gcp and want to find out how much storage is being used. The :sysinfo command just shows empty for storage. How do I find out if I'm going to blow out the scale DB i'm using?

3X_8_6_867f048acd3b09baf3511d44916a5516c1591f5d.png
D_C by Node Clone
  • 477 Views
  • 3 replies
  • 0 kudos

Database connection failed

Database connection is getting failed with following message: Database failed to start: DB [database-1e125a63-99d1-46c7-9af1-95d1e37eba2d] 'v4.1.0' exited with status 'KILLED'. Check the logs when I updated apoc.import.file.enabled=true in neo4j.con...

Arrows.app broken on Firefox

I have had an issues where hasn't been possible to store my models on Google Drive, but now arrows.app isn't loading at all on Firefox 89. All features are working on Chrome.

timkofu by Node Link
  • 437 Views
  • 1 replies
  • 0 kudos

Does neo4j support Lidar Point Cloud Data?

Does neo4j support Lidar Point Cloud Data as mentioned in LIDAR Point Cloud - data.gov.uk and Data Integration Solutions for LiDAR & Point Clouds? I want to know whether I can convert my point clouds to 2D raster models to present my information in p...

Resolved! Sub-graph analytics

Goal: run analytic metrics for the nearest neighbors (nn) and nn + next nearest neighbors. I created a bimodal graph from Kaggle's Marvel Universe Social Network: CALL apoc.schema.assert( {}, {Comic:['name'],Hero:['name']}) CALL apoc.load.csv('https...

3X_d_2_d2957709b0736f0b1a35371224c3849de45739ef.jpeg