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
  • 920 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
  • 1163 Views
  • 1 replies
  • 1 kudos

LOAD CSV from Gitlab repo protected with SSH key?

Using Neo4j Desktop 1.3.8, and engine 4.1.1. Trying to share my work with other colleagues internally, and having trouble loading data through LOAD CSV from our internal Gitlab site, with requires authentication. I have configured SSH keys for the r...

tmvt by Node Link
  • 298 Views
  • 0 replies
  • 0 kudos

Fulltext query using node properties rather than strings

I want to call the fulltext query but do not want to use a typical 'string' as the query term. Rather I want to use one or more variable.properties (which are strings). This works for a single term: CALL db.index.fulltext.queryNodes("person-names", s...

mike by Graph Buddy
  • 476 Views
  • 2 replies
  • 0 kudos

Support for CentOS 8?

I see that Neo4j can be run on CentOS Server 7.7: https://neo4j.com/docs/operations-manual/current/installation/requirements/ Can it also be run on CentOS 8? Thank you.

Install GDS plugin on Neo4j Causal Cluster

Hi, We are trying to install the GDS plugin on our cluster - and I am not sure I understood the instructions: neo4j.com Chapter 2. Installation - The Neo4j Graph Data Science Library... Should w...

dan3 by Node Link
  • 846 Views
  • 1 replies
  • 1 kudos

Count Function in Return versus Set Statement

Hi, Working on a TF-IDF graph with a bit of dynamic scoring. Testing out some functionality with this code: Match (a:patent)-[r1:Is_in]-(b:Word)-[r2:Is_in]-(:patent) WITH count(DISTINCT a) as Total_Doc, Collect({r1:r1, r2:r2}) as Texts Unwind Texts ...

About Max Number of Labels

Hi everyone! Quick question, once I heard a 'legend' about a max number of labels that can be created in a Neo4j Db instance. Does anyone know what's this number right now for 4.1.x instances? Thanks! H

Bennu by Graph Fellow
  • 1437 Views
  • 4 replies
  • 3 kudos

Resolved! Can't insert data into a Neo4 VM

I have a Neo4j VM Enterprise created in Azure. I tried to run a pipeline in Azure Devops, this pipeline only contains a python file to insert data into this VM. I launched the pipeline but I have the following error: neo4j.exceptions.ClientError: {co...

LJRB by Graph Buddy
  • 2162 Views
  • 3 replies
  • 3 kudos

Resolved! Access JSON Key having asterisk

Hi, I am accessing Wikipedia API through Cypher in which results returning have a property with asterisk(*) key. Due to which I am not be able to access that property. Please see code and result below: I tried to access it like this(which was obviou...

2X_7_7ed5420dee1f4600fd816dd67e6aab0e2f333ac1.png 2X_8_801733a072b66a3e8555ab68f55b9d3ad65ff6f7.png
mjarij by Node Link
  • 514 Views
  • 2 replies
  • 2 kudos

Neo4j-Helm Chart 4.1.1-4 tar missing from GH

In the latest release (as of the time of this post) of the Neo4j Helm chart, the tar bundle of the chart is not available for download. Can you let me know if this was missed? Not sure if this is the correct category. GitHub ...

2X_a_a7142af3bc36ead6b4a3c148b29a6e73740e748e.png

Dynamic Cypher based on JSON API Request

We have ingested 10 M + customers into Neo4j and now we want to FETCH customers based on Inputs from the User via REST API(Spring Boot). Our requirement is similar to Elastic Search Query (something like https://www.graphgrid.com/pairing-neo4j-elasti...