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
  • 924 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Resolved! Logs showing progress of an algorithm

I am running a centrality algorithm on a graph projection with the code: gds.alpha.closeness.stream("my-graph") While it runs, I get logs like: 2021-02-25 16:58:59.197+0000 INFO [gds-4] MSClosenessCentrality 37% in the terminal. This percentages gro...

A way to mimic a composite constraint

Hi, the below is not exactly what i'm dealing with but gives an accurate picture. So in neo4j i want to have nodes that represent 3D points. Let's say i'm importing them from a csv file which has loooots of them. I know that to speed up import, i can...

Cypher dynamic node based on unwind list value

Hi all, I am writing cypher query that inserts values based on JSON values passed with UNWIND. Values are working as expected, but I want to make node name dynamic, based on "class" value on JSON. Here's working example UNWIND [{id: "199" , container...

Search through whole database

I was wondering how I can search for a search term through the whole database. Like through all properties and node and relationship names. Suppose I have a database consisting of 2000 elements. And I am looking for the word 'Cat', independent on wha...

shanna by Node Clone
  • 638 Views
  • 3 replies
  • 1 kudos

Obtain bookmark in TransactionEventHandler

Hi, I am writing a kernel extension to perform actions in before and after commit phases. I have followed instructions here. I would like to get the latest bookmark available in causal cluster in after commit phase. Is it possible ? Thanks.

Desktop unable to open browser for unknow reason

Hi guys, The neo4j browser is not working. The neo4j browser is always loading and the open button is unable to click. I am using 1.3.11, neo4j version is 4.1, OS is win10 PS: re-install the desktop does not help as well as open it by administrator...

2X_9_9174d6433cd439e92bd18df510d055b395bb6328.png 2X_5_56a9907a750f026293cc1a91a3174d68e7e45902.png

Gremlin usage in Neo4j

Hi, As per the project requirement I want to use Neo4j with gremlin instead of cypher. I found the documentation on Tinkerpop and also tried to use that. But after exploring it further, I found that the plugin is using very older version of Neo4j. So...