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

Resolved! Network Diameter

Hello There, I would like to take into account the network diameter for being able to filter all the networks by network diameter size. Is that doable ? Thanks in advance !

1113 by Node Clone
  • 916 Views
  • 3 replies
  • 0 kudos

Cypher init script Neo4j 4.2 docker not working

I am trying to refer to this link of documentation: Cypher init script - APOC Documentation This is my docker command: docker run --rm \ --env NEO4J_AUTH="neo4j/test" \ --env NEO4JLABS_PLUGINS='["apoc"]' \ --env NEO4J_apoc_export_file_enabled="true" ...

Remove DBMS that now longer exists on FS

I deleted several DBMS directories on the file system. They still show up in neo4j Desktop with an orange warning icon - and that is actually a cool feature for DBMS installs on removable media! BUT in my case I really want to delete those entries .....

chris3 by Graph Buddy
  • 1060 Views
  • 6 replies
  • 0 kudos

APOC.load.csv mapping config regex suggestion

Hello there While using a lot apoc.load.csv I think it would be really nice to add these config options among the table available in the Table 2. mapping config. |regex|.*|Apply a simple whole match regex to the field| |apply|None|Apply a function to...

Configuration for multiple databases

Hi, I have a question about the configuration of Neo4jGraphql with multiple databases on 1 Neo4j database instance. I have a database instance with multiple databases on it and with this configuration, GraphQL only works on the default database (neo4...

Neo4j-admin import command for community edition

This link (Neo4j Admin import - Operations Manual) talks about using admin import tool for importing large graph data along with a create database statement. The import statement succeeded, however, I could not get my database created and having been...

neocsbee by Node Clone
  • 1084 Views
  • 2 replies
  • 0 kudos

Resolved! Client UI Audit

Hi, Which would it be the best approach to audit all the client interactions (react app) in the graphs? a) have a node or relationships with dates and down there with the sessionId have all the actions (login, search, create, logout) i guess nodes bu...

Neo4j Enterprise Issue

Amyone who might know where this problem is coming from. Starting Neo4j. WARNING: Max 1024 open files allowed, minimum of 40000 recommended. See the Neo4j manual. 2021-05-02 14:20:28.927+0000 WARN Use of deprecated setting dbms.backup.address. It is...

Is it possible to use GPU to train graphSage?

My graph needs about 2 hours to train graphSage algorithm once and I have access to GPU. Is it possible to configure the graphSage algorithm to take advantage of GPUs? My typical use case is to train on a single machine, which could have multiple GPU...

lingvisa by Graph Fellow
  • 225 Views
  • 0 replies
  • 0 kudos

Resolved! How to fix this cypher syntax error:

MATCH (n:Brand) CASE WHEN not exists(n.alias) THEN SET n.hasAlias=0 ELSE SET n.hasAlias=1 END AS result return result What I want is to create a new integer property 'hasAlias' for each node, based upon the existence of the property 'alias'. B...

lingvisa by Graph Fellow
  • 686 Views
  • 3 replies
  • 2 kudos

Resolved! Stop & Start Aura as you need it?

Hello I did some text with Neo4j Aura and I think I quickly figure out that you can not stop an Aura database, meaning you have to use it non-stop or destroy it. And if you destroy it you loose everything. If I'm right, what would be the best option,...