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
  • 966 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
  • 1195 Views
  • 1 replies
  • 1 kudos

Build Failure for Graph-data-science project

Hey, I am following the Installation - Neo4j Graph Data Science to setup Graph-data-science project but while building the project through gradle facing build failure issues. Documentation followed to build the project : GitHub - neo4j/graph-data-sc...

Cannot install 'neo4j-driver/lib/graph-types'

I'm using Server 4.3.2 and developing using JavaScript on an Ubuntu 20.04 machine. After a system crash, I restarted but the my application server crashed at startup, with the error Cannot find module 'neo4j-driver/lib/graph-types' I look all around ...

Neo4j Bloom not showing Virtual Nodes properly

Hi Team, I want to use Virtual Nodes in Bloom. I have a very basic vnode statement that works in the Neo4j browser but not in bloom. This very simple query... CALL apoc.create.vNode(["CG"],{GP:"Hello"}) Yield node as a RETURN * ...wlll show the labe...

2X_8_87f7bc3bd7720a85ced20e718c0bd3596fb23fc3.jpeg 2X_d_d246aa58e8473128a0a30afcea2e7bc032090b27.png
rleyba by Node
  • 1391 Views
  • 3 replies
  • 0 kudos

How return list of node id from shortest path

hello, I would like to return a list of nodeId in the path. MATCH (m),(o), p = shortestPath((m)-[*..15]-(o)) WHERE id(m) = 11 AND id(o) = 23 RETURN nodes(p) How to return just id of nodes from this path? output I expected [11,4,9,27,0,20,23]

Sorting and filtering with hops

neo4j version -4.0.11 browser version I am looking here at how to apply sorting and filtering on traversed graph data faster. using hops based on the page number increases for managing the performance. But if I want to apply sorting that has to be do...

Creating Relationship basis condition and limit

Hi All, I am trying to create a relationship between the below path where all nodes have a date property to other nodes present in my Graph DB with rest of the dates like '2021-05-01' , '2021-06-01' ,,'2021-07-01'etc. but the relationship should be c...

3X_f_d_fde4ad5569d182a9a999950da2f09435aafc936a.png 3X_c_b_cbfebca0ac51da348ff53132da8378682b3a569f.png

Resolved! Can't find manage/plugins panel

Hi all. I have created a DBMS on Neo4j desktop but I have failed to find the Manage panel (which I need because I am trying to install a plugin). Can anyone help me find it? Thanks!

asharpe by Node Clone
  • 1984 Views
  • 8 replies
  • 1 kudos