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

Saved scripts in the "Favorites" tab

Hi, I just learnt how to use the saved scripts feature under the "Favorites" tab of the browser. I am using the "Drop a file to import Cypher (*.cyp, *.cypher, *.cql, .txt) or Grass (.grass)" and saving the scripts for easier execution compared to cu...

Can I store a list or array in Neo4j

I have some properties that are linked together by one common meta-property. So consider this ( it does NOT work - I know that) CREATE (n:Person { name: 'Andy', title: 'Developer', listKey: [{ inner1: 'Map1' }, { inner2: 'Map2' }] }) The goal is to ...

neo4j graph database

please help me.i re created data and upload data 3 times still getting error in chalanges in graph academy neo4j graph 'imported csv'.i make model and run 1st time then get 888 value but it is not accepting ans even it correct.then run for 2nd ,3rd t...

Cypher query, breaking down result

i need help with minor adjustment to a code, i am using path expand to returns paths; the nodes and the relationships connecting them. however, it return the nodes in one column and the relationships in another. i also need to make this process mor...

neo4j-harness scala version clash

I am using neo4j-harness 4.4.7 with maven, which internally uses Scala 2.12.I am also using spring-kafka-test, which internally uses Scala 2.13.Maven is picking 2.13 by default, meaning I get ClassNotFoundExceptions on my tests using neo4j-harness. I...

Resolved! Index creation

Server community edition 4.4.7Is there a way to create indexes for all the nodes who have a property with a given name?

target read replica servers

Hi,We have an Neo4j Causal cluster with read replica running in the Kubernetes cluster.If we want to target read replica, should we add Read replica svc URL to the application code and make and adjustments to the code?I found this one:https://neo4j.c...

Resolved! A probable error while using LOAD CSV

I'm running a community edition 4.4.7I'm importing some data using `LOAD CSV`.The functions ``linenumber()` and `file()` runs only outside `apoc.do.when`  but return `null` if used inside.The following statement doesn't run:   call apoc.do.when(x IS ...

Save cypher-shell or neo4j command-line output to CSV

I have a query that returns many rows and want to save results in comma- or tab-delimited format for easy ingestion outside neo4j. Current approach is to feed query to cypher-shell and save output to file: cat myfile.cql | cypher-shell -u user -p pas...

hbowers by Node Link
  • 4546 Views
  • 3 replies
  • 1 kudos

NLP Knowledge Graph Tutorial

I'm going through the tutorial at Tutorial: Build a Knowledge Graph using NLP and Ontologies - Developer Guides Once I get to slide 15 I'm getting a no changes, no records. Possibly something to do with HAS_ENTITY? Any help appreciated thanks: MATCH ...

aduron by Node
  • 1009 Views
  • 6 replies
  • 1 kudos