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

Modelling Military Grid Reference System

We are in process of trying out Neo4j to see how it fits our product. As newbie to Neo4j, one thing has caused some questions which is why I would like to ask help from smarter people! The use case is following: node (vehicle, event) can have a locat...

genert by Node
  • 428 Views
  • 1 replies
  • 1 kudos

Resolved! Shortest path via a particular node type

I would like to find the shortest path between two nodes that requires that a path be routed through a particular node type. Imagine the following situation: My world consists of villages, towns, and cities (node types)Roads can connect any two node...

2X_2_2f766185792f39165fd08b10b39b55febbf78efd.png 2X_7_799349c730d78b6563f4639283733314dff2ace8.png

Resolved! Can't access some(!) imported json values

I am trying to import a json file and work with the properties. Weirdly i can only access some of the values. Here is a sample from the json: Here is my code to load the json and return a list of names: CALL apoc.load.json('file:/500products.json') ...

2X_b_b3b1f063d04e3ffbafd2bbf6f33ef120c8ec58b6.png

Query that returns spreasheet coulums

I have a bunch of parts with child features. There are many versions(instances) of each part. Each instance will have a different value for each feature. I want to display each instance and it's values as a column in a table. I can return all the ...

2X_a_a2ee69ad0df09ac7f9d9eb189734b7c63f1d0a7e.jpeg 2X_a_a4b66f9b947f61ac9b3889ce333f921442cf899b.jpeg

API Call Neo4J to auto-generate new nodes and store data

Hello Community! I hope you guys are doing well. I was wondering if there is a way to connect with API to call Neo4j to auto-generate new nodes and store data? I looked up but not many resource was available. Any suggestion/advice would be really app...

plee by Node Clone
  • 520 Views
  • 1 replies
  • 1 kudos

How to add index and rename index name with apoc

1.call apoc.cypher.run('CREATE INDEX idx_name FOR (n:Lable) ON (n.pro)', {}) Error: Schema operations are not allowed for user 'neo4j' with roles [admin] restricted to TOKEN_WRITE. 2.apoc.schema.assert() cant rename index name other function can upda...

Noone by Node
  • 1175 Views
  • 5 replies
  • 0 kudos

Resolved! How to Model a Schema for Best Retrieve Information

Hello friends. I have two questions for you. 1st.) Currently, I am modeling a new application and I need to relate a Patient node with several Measures (there are 13 types of those) nodes, as per the attached image If my model defines the measurement...

2X_1_1a7b31135ac96b9237d90dec299a0d8178f4e72c.png

Help converting examples to GDS library

How can I find out how to convert the Cypher examples using the Graph Algorithms library to using the new GDS library? So far I have the GDS library installed in Neo4j 3.5.17 using Neo4j Desktop 1.2.6. I could not figure out how to install GDS with N...

2X_7_71953765ea25bfa0f379360135b302b273bd190f.png
janekdb by Node
  • 1305 Views
  • 4 replies
  • 1 kudos

Resolved! Project out some fields from returned map

Hello, Say I am returning a map(document) of which I want to specify some properties to be left out of the returned data. Is it possible to only leave those properties out or do we have to know what properties we want beforehand?

REMOVE property with invalid value does not work

After migration from 3.5.6 to 4.1: properties with an invalid value: point({srid:4326, x:-999999999, y:-999999999}) cannot be REMOVEd or SET to NULL. The -999999999 coordinates are missing values from my data. Cypher now throws an error whenever the...