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

Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure `apoc.path.subgraphNodes`: Caused by: org.neo4j.graphdb.NotFoundException: Node[35399801] not connected to this relationship[117302253]

when i run this query MATCH (n:Gluser {GLUSR_USR_ID:'6601433'}) CALL apoc.path.subgraphNodes(n, {maxLevel:-1,relationshipFilter:'HAS_MOBILE|HAS_PHONE|HAS_GST|HAS_CIN|HAS_PAN|HAS_EMAIL|HAS_BANK_AC|HAS_IMEI',bfs:true, filterStartNode:false, limit:20000...

Resolved! Neo4j Bloom Error Message

Hello, Recently started learning about graph database and using neo4j desktop 4 free version. I also got the activation key for neo4j bloom. Every time I open bloom, I receive the below message: Cannot read property 'toUpperCase' of undefined Can s...

Run Cypher statement on a filtered graph

Is there a way to run an arbitrary cypher statement on a filtered graph? By filtered, I mean a graph that consists of those nodes and relationships that fulfill a certain property. I'm thinking of some 2-phase structure, where the first part filters ...

m_a_t_t by Node Clone
  • 2893 Views
  • 20 replies
  • 6 kudos

Resolved! Filtered Visualisation

Hello, I am new with graph data base and i will choosing a solution for my project. I will have 3 levels of representation. Context : We have a graph that represent all the processes of my apps and relationships between them (lowest level 1), a VM co...

madiskou by Graph Buddy
  • 1309 Views
  • 9 replies
  • 1 kudos

Neo4j Https API

Hi All, How we can we use API using https? Currently we are working with http. Sample API: http://:7474/db/data/transaction/commit Thank you in advance. Regards, Errol

Constraint based querying in neo4j

I've a graph network of 5 nodes (train stations) as in the image below. Every station has a Code, Name, Division and State and then there are relationships with details of Journey_Date, Distance_KM, Time_Taken in hours. Presently the relationship I c...

2X_a_ab300a027b6f1ba7e6c8fa0b17d38877c0d03617.png

Neovis visualization is way too cluttered

Hi community! I'm trying to use neovis to visualize a small set of sample data (27k rows) from system tables of a warehouse. The goal is to see which tables from which DBs interact the most with each other (data transactions using scripts). To that e...

2X_8_8371c2c96244fbe0d162af2a6ea2471ef1e1f779.png
pborah88 by Node Clone
  • 722 Views
  • 1 replies
  • 0 kudos

Neo4j-admin check-consistency problem

Desktop version: 1.2.3 Neoj version: 3.5.14 OS: macOS Catalina Java version: openjdk version "1.8.0_232" I am trying to run check-consistency on a database. I have tried this on both Ubuntu and MacOS with identical behavior. Running a Full Consiste...