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
  • 924 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Resolved! Adding spatial points as properties in the java api

I would like to add org.neo4j.graphdb.spatial.Points as properties via the java api within a user-defined procedure. However, I can't find a constructor for this class. As a work-around, I'm doing: Map<String, Object> pointQueryResult = dbService.exe...

Resolved! Upgrade Kills Query

I'm testing upgrading neo4j from 3.0.4 to 3.4.7 and a query that previously returned in 321 ms now hangs and never returns. I don't use any indexes or constraints. The explain looks a bit different, but pretty similar I can't post a profile because I...

jeremy1 by Node Link
  • 1940 Views
  • 9 replies
  • 2 kudos

Create json from tree structured data

Hi Everyone, i am facing a issue while creating json from tree structure data modal in neo4j. my data as follows: above graph does not have full data but it is looks like this in my data each node have same label and different properties.in proper...

2X_e_ea16cce837e56d6253b95850242489f127f0c326.jpeg
12kunal34 by Graph Fellow
  • 1751 Views
  • 0 replies
  • 1 kudos

Resolved! Index is not always used

The following query should use the index from my point of view. I have almost identical queries that do this. I haven't found the cause yet why it works on one node and not on another. Any help/input is welcome! **This Query DOES NOT use the index on...

fs123 by Node Link
  • 2956 Views
  • 9 replies
  • 0 kudos

Question about cypher query counting results

hi i am using neo4j desktop for mac version 1.1.1.2 with neo browser 3.2.13 i have a simple graph with USERS and PAGES and relationship called LIKES USERS likes different pages so there are different USERS liking same PAGES. i would love to make a qu...

I believe I may be using parameters incorrectly

Attempting to perform a nested apoc.load.ldap 1st query (return all domain controllers and their DNS name) (this works fine!) 2nd query take each domain controller, connect to it, and query the lastlogon property for users on that domain controller. ...

pdrangeid by Graph Voyager
  • 2569 Views
  • 4 replies
  • 0 kudos