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
  • 922 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! CREATE FULLTEXT INDEX across multiple nodes

I have 3 nodes - a:Person, b:Profile and c:Gig. I want to created a full text index in properties a.name, a.bio c.title, c.description  I've successfully created an index that delivers what seems to be good  results using    CALL db.index.fulltext.cr...

3bfred by Node Link
  • 604 Views
  • 5 replies
  • 1 kudos

Nesting apoc.path.subgraphAll inside apoc.when

Our graph is a tree. I'm trying to build a query that given a node returns that node and optionally its ancestors and optionally its descendants. In other words I want to parameterize the query with parameters includeAncestors and includeDescendants....

NPE on connection in container

Hi, don't know if here or on Github is the place for this, however we've come across an issue while using the official neo4j docker that I'm not entirely certain how to place. Here's the setup: Neo4j Version: We run neo4j:latest containerLanguage: Py...

getagrep_0-1666797458982.png getagrep_0-1666798024403.png

Metrics - difference between 0 and null?

Hi everyone! I've made some calculations on my network (eigenvector, degree, etc.) and for some nodes i got the result 0 and null (and by null i mean i got nothing - blank record). What is the difference between those two outcomes?

Random Walk Sampling not found in procedures

Hello,  I'm trying to use rwr on a large scale graph database (Neo4j 4.4.5) and when I use the gds (2.0.3) in my Neo4j Desktop (1.4.15), as per https://neo4j.com/docs/graph-data-science/current/management-ops/projections/rwr/ I get the following mess...

Validation against different SHACL shapes

Hi all, I am experimenting with Neo4j and SHACL for validation purposes. I was able to load some RDF data (I used the "SHORTEN" value for handleVocabUris), load a schema (which defined the classes and shapes) and then ran the validation. This works. ...

argytzak by Node Link
  • 165 Views
  • 0 replies
  • 0 kudos

How to change the size of font

  The name of each node is very long, therefore, I cannot see all the texts while using Bloom. I enlarged the circle sizes, but the font sizes enlarged hand in hand.  Is there any method to show all the texts of a nodes, or just enlarge the node size...

Neo4j Python / Cypher synatax query

Hi I just can't get the following. I'm using Google co-lab. The commented out line works as expected but after trying various options from threads I still can't get it.  I'm just trying to pass the entity_type variable in after declaring it. Also onc...

CD007_0-1666553091531.png
CD007 by Node Link
  • 563 Views
  • 5 replies
  • 0 kudos

Resolved! How to Merge and use toLower for the conditions

I have text data that I would like to allow both upper and lower case letters. But want to ignore case when doing merge operations. For example, how do I apply toLower to o.name before it is compared to $name? MERGE (u)-[:ACCESS]-(o:Object {name: toL...

DevDan by Node Link
  • 450 Views
  • 2 replies
  • 0 kudos

Is it possible to speed up relationship queries?

  MATCH (m:Sports)-[r:hasPlayer]-(n:Sports) RETURN properties(n) as properties1, properties(m) as properties2 limit 100000   This takes quite a while to complete given around 50000 Sports node. I hope it can be finished under one 1 second, since it's...

lingvisa by Graph Fellow
  • 331 Views
  • 1 replies
  • 0 kudos