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

Subscription generation with Point spatial type

I am having a heck of a time using subscription plugins when my type has a Point field. This problem occurs when using either Neo4jGraphQLSubscriptionsSingleInstancePlugin or Neo4jGraphQLSubscriptionsAMQPPlugin when generating your scheme. Here is th...

APOC Extended break database

Hi, I'm trying to use the APOC Extended Plugin. Unfortunately, the database is unavailable (it says with sysinfo that the neo4j status is offline) when the plugin is installed. Neo4j Desktop display that the DBMS is active, so I can open It with Neo4...

Why doesn't this cypher query work?

My simple 4 node graph is: (thing:Steve) -[is]-> (thing:Person) -[does]-> (action:living) <-[is]- (action:breathing) but this query MATCH (a:thing),(b:action)OPTIONAL MATCH (a)-[r]-(b)OPTIONAL MATCH (a)-[r1]-(a)OPTIONAL MATCH (b)-[r2]-(b)return * ret...

svincen by Node Link
  • 197 Views
  • 1 replies
  • 0 kudos

Resolved! Comparison on concatenated string extremely slow

I have Person nodes with basic string fields such (firstName,lastName, fatherName,motherName) and trying to link nodes based on those fields. A simple query where I compare motherName to concatenation of first name and last name such as  match(p1:Per...

Resolved! Cannot install GDS Playground app

Hello, I have an issue when installing Graph Data Science Playground app via Graph Apps Gallery. The log describes error like this: [error] Protocol Manager error TypeError [ERR_INVALID_URL]: Invalid URL: --allow-file-access-from-files at onParseErro...

Liquibase for neo4j: which format to use?

Hello, I'm migrating my liquigraph codebase to the neo4j plugin for liquibase: GitHub - liquibase/liquibase-neo4j (thanks for the tool). Do you recommend a particular format (yml, xml or other) for writing neo4j migrations ? Previously I wrote liquig...

gonzalad by Node Link
  • 497 Views
  • 2 replies
  • 0 kudos

Resolved! Get Node 'Tome Hanks' with all related Movies

  Hi, at the moment, I'm trying to understand cypher. I started with the Cypher Query example from the website.  If, try the following cypher query. - MATCH (tom:Person {name: 'Tom Hanks'}) RETURN tom Then I got three nodes with the same related movi...

cypher1.png

how to activate the gds library

Hi, I installed the GDS Library plugin in the Neo4j Desktop plugin section and I also wrote dbms.security.procedures.unrestricted=gds.* in the setting of the project. But it keeps giving me this error: gds.graph.project.cypher is unavailable because ...

Neo4j: Relationships

I am currently working on a project which aims to use graph databases, in particular Neo4j. My question concerns how to create the "Relationship" relations between the different nodes, for information, the data to be used is in CSV format, in this ca...

Export graphml from Neo4J Aura DB

Hi there, I am struggling with Neo4j Aura DB. I need to export the graphml version of the graph. This is crucial as I need to import it in Python and run some scripts to do social network analysis. I used to have a dump of the graph database on my...