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
  • 980 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
  • 1201 Views
  • 1 replies
  • 1 kudos

Resolved! What are the limitations in multiple WHERE conditions?

I tried this query but failed with three conditions like this: match (s:Stem)-[:STEM_OF]->(w:Word) where not w.vocab ends with 'XX' or not w.vocab ends with 'YY' or not w.vocab ends with 'ZZ' return w.vocab, s.vocab limit 100 But it works with where ...

gigauser by Graph Buddy
  • 591 Views
  • 3 replies
  • 1 kudos

Resolved! Node Property Character Limit

I'm using Neo4j Version 4.2.0. community edition. What is the maximum length of a string that can be assigned to a node or property? I would think the most logical place on the docs to find this info would be here: Values and types - Neo4j Cypher Man...

3X_5_a_5ad5f8777d76d95ff24fcba89886ac6f395195cd.png 3X_5_e_5e72712d8650230a1b5c56ff68afb2e4748e9ca3.jpeg
carib by Graph Buddy
  • 2182 Views
  • 4 replies
  • 0 kudos

Neo4j data

Hello everyone, I have been working with Neo4j database in a Linux server for some time. Then we had to perform a network change for the server but I forgot to stop the database. After the network change, even though I opened the ports for Neo4j (747...

Signing neo4j-desktop graph app

Hi everyone, I would like to ask you how to sign my neo4j-deskop graph app. The sole purpose is to remove ugly untrusted warning when trying to install my app from npm repository. I found out, the tool to be used: neo4j/code-signer My problem is: wha...

ibecar by Node
  • 396 Views
  • 1 replies
  • 0 kudos

Bloom not finding node

Hi, I have a database where one of the nodes uses a node key. around word. In Bloom, when I enter a term - "leakage" which is a know node, Bloom finds it properly as a node. Now I have a second database that uses very similar schema especially arou...

3X_1_b_1b7c6cbccedba9a96850024395994329226e904b.png 3X_6_0_6038424267e562bf7fc9b2337b232a707b064ac6.png 3X_a_3_a3cab63aaf406d9319cb8f7ec224f081cd3678ba.png 3X_0_9_093010f15a5280acc5969c7b8b07331571d87e3c.png

Neo4j performance

Hi all, If I am having 1 billion nodes and 1.5 billion relationship. When I try to run the node similarity and weekly connected component algorithm how much time will it take to run these algorithms for the entire data. And what are the best practice...

Neo4j Condition based output

In Neo4j, I have relation (p:Person)-[:HAS_DOCUMNET]->(d:Document) and Required only 1 row data per person (personId and documentType) I required to develop query output on the basis of below priority condition 1)If documentType="Passport" is present...