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
  • 856 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Possible to Save Visualization State and Reopen?

Is it possible and I'm just glossing over that functionality somehow? If not, any products you guys would recommend with the rough functionality of Bloom + this feature. This is one of the only things holding me back from using or recommending the pr...

tj_a by Node Link
  • 1784 Views
  • 9 replies
  • 6 kudos

Database not up to the requested version

We encounter this problem: Database 'neo4j' not up to the requested version: 48. Latest database version is 42 The problem occurs in a junit test, not a high-load system. A similar issue is reported here My Neo4j version is 4.2.4. What's the proble...

Coercion of list to boolean is deprecated

Hi everyone, I wanted to write a small query that gives me a list of nodes that don't have a specific relationship. A quick google gives me results that suggest this solution: match (p:Product) where not (p)-[:HAS_CATEGORY]->(:Category) return coun...

jim_ruts by Node Link
  • 1389 Views
  • 8 replies
  • 1 kudos

Set column name alias from a parameter?

I could not find any discussion of this topic, so here's my question. I know I can set the column heading with the AS keyword. The values that I can set seem to be limited to literals from the Cypher code, though the syntax does not require quotes. (...

Neo4J version upgrade from 3.5.12 to 4.x.y

Currently we are using Neo4J version 3.5.12 in my product. As a best practice, we are planning to update the version (maybe 4.4.3). I wanted to ask are there any breaking changes which I should take care during updation? To give some more context, we...

Resolved! How to partition a complex set

I have the following problem: I have a cart, which contains several products from different vendor. The structure is as follow: MATCH (cart)-[contains:CONTAINS]->(product:Product)-[sold:IS_SOLD_BY]->(merchant:Merchant) contains.quantity is the ...

Bloom Browser Plugin License

Hello all, Initial situation: Neo4j Startup Program LicenseOn-Premise hosted Neo4j instance What is my goal? I would like to install Bloom browser plugin in our self-hosted Neo4j enterprise edition. For this, I need an additional Bloom license. What ...

till by Node
  • 282 Views
  • 0 replies
  • 1 kudos

Very slow merges neo4j

Hi, I have been experiences extremely slow relationship merges to Neo4j. When rerunning a merge of data already inserted, the query runs 10x faster (as there are no writes to perform), but when none of the nodes / relationships exist, the query runs ...

alex3 by Node Clone
  • 1670 Views
  • 12 replies
  • 0 kudos

Resolved! Import relationships using a csv file

Hi, I'm new to neo4j and Cypher language. I have created 2 kinds of nodes using cypher: load csv with headers from 'file:///trackCheckContent.csv' as line create(:TrackCheckContent{risk:line.risk,risk_id:line.risk_id,info_source:line.source,url:line...

3X_2_d_2dbbe2759d25600b9f5ed53b607abca2ad2db8ab.png 3X_f_1_f1984ff3937753eef88fd37babd144143ee69d7f.png
11li by Node Clone
  • 2166 Views
  • 26 replies
  • 3 kudos