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
  • 855 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

Database offline can not startup

I start the server after a long time not online and receive error as bellowing. Start neo4j on Windows 10 H:\data\neo4j-enterprise-4.2.1\bin>neo4j.bat console 2021-04-14 07:51:40.690+0000 INFO Starting... WARNING: sun.reflect.Reflection.getCallerCla...

leminhvn by Node Clone
  • 546 Views
  • 0 replies
  • 0 kudos

Lots of Columns to convert

Hi yall, I have a lot of columns (5144) to load into my graph and they are all of type Float. Is there a way to import them all as float apart from first column without having to toInteger(row[0]) for every single column?

3X_8_1_8155b49ccfbab41c0d63c23080bd2ba2f2dd259c.png
Ahmad by Node
  • 634 Views
  • 4 replies
  • 0 kudos

Full Text Query in Bloom Returning non-matches

Hi, I have full text index based on the property of a node. If I run this query in Browser: call db.index.fulltext.queryNodes("CPC_Art", "Carbon") Yield node Return node.art And review the results (at least the 600 hundred of 2977, the returned node...

3X_5_3_53df3315542fbeb6ce2ae56e36bbb0a21ce6633f.jpeg

Failed to update routing table with server

i am using Neo4j Aura cloud as our database with Reactive SpringDataNeo4j framework to connect with it. Application is starting fine and serving few requests. But after some amount of time, it is throwing below error. Received a recoverable discovery...

Extracting fraud ring based on client name

Hi, I am new to neo4j so I have a naïve query to ask. I am using Fraud detection sandbox, and getting potential fraud rings out of it. I am using the following query: MATCH (c:Client) WITH c.firstPartyFraudGroup AS fpGroupID, collect(c.id) AS fGroup ...

3X_5_8_58428c555acc3756e311e9f7d7669a7716aade9d.png

Display second level relation?

Hi I would like to know if it is possible to display a second level relation without creating it. It is, imagine i have a three different nodes, A, B and C I have a relation within A and B (B belongs to A), and another one between B and C (C belongs ...

Resolved! Trouble iterating using UNWIND

I am very new to Neo4j, so this is probably a simple question. I have several hundred nodes with a property "seq" (for sequence). This number basically represents the day of the month. So all of these several hundred nodes have a seq property betwe...

Resolved! Cypher query parameter problem

I am trying to pass on the parameter to the cypher query in a function but it is not returning the results as expected. First error was ClientError: {code: Neo.ClientError.Statement.ParameterMissing} {message: Expected parameter(s): x} I checked it o...