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
  • 988 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
  • 1205 Views
  • 1 replies
  • 1 kudos

Creating node programmtically

Hi all: I am new to Neo4j and I am currently working on building an ontology using OWL in Protege 5. However, I encountered a problem about creating individuals programmtically, thus I attempt to try Neo4j and really need some kind advice. Specifical...

Unable to calculate difference between dates

Hi I am trying to subtract two dates, but am running into what I think are data type issues. When I use the following statement: RETURN apoc.date.convert(endDate - LAST_DATE, "ms", "d") the following error is returned: Neo.ClientError.Statement.Typ...

info6 by Node Link
  • 4249 Views
  • 3 replies
  • 1 kudos

When simplest operation turns difficult

Hi, Making a simple linked (:NEXT relations) list should be just that, but isn't. How can I achieve such a thing? In the test code below the 'unwind as event' part is there to resemble what's coming from a Neo4j kafka sink connector, and problem see...

slygren by Node Clone
  • 1512 Views
  • 6 replies
  • 0 kudos

Resolved! Database access requires an authenticated connection

HI I have installed community edition of neo4j , new to this tool When I try to launch , Bolt asks for authentication credentials What should be the password for bolt://127.0.0.1:7687 , user - neo4j ? http://127.0.0.1:7474/browser/ Error - Database ...

Java put quotes in cypher query

Tried to put quotes in a query. Because I use one procedure inside another, I need to use quotes with variable fileName. There is the error: "Failed to invoke procedure apoc.periodic.iterate: Caused by: org.neo4j.cypher.ParameterNotFoundException: Ex...

pavloN by Node Clone
  • 1001 Views
  • 1 replies
  • 1 kudos

Resolved! Algorithms difference

Hi, what is the difference between graph-algorithms-algo-3.5.4.0.jar and neo4j-graph-algorithms-3.5.11.0-standalone.jar (1) For Server setup which one do we need to install ? (2) Does both jar files all the algorithms ?

Database failed to start - macOS Catalina

Hi - I've am following the tutorial and downloaded neo4j desktop on a macOS catalina, creating a new graph as instructed however when I try to start the graph I get "Database failed to start: DB [database-63c4291f-d49f-43d4-b296-b7ff247998c7] 'v3.5.1...

How to run shell scripts in neo4j enterprise

Hello, everyone, I am doing the neo4j admin course and I am stuck on exercise #6 "Scripting changes to the database" I have run into issues with the scripts I have created as they are not running the commands. I am using a UNIX system and using relat...