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

Neo4j-admin import additional-config file

We are upgrading from Neo4j 3.5 to 4.X. In version 3.5 we used to use the following command to import data into a new database: neo4j-admin.bat import -f neo4j_config_import.txt Where the neo4j_config_import.txt would look like: --database=myneo4j....

Neo4j Monolithic Server Vs Casual Cluster

I used a Neo4j enterprise version server which was installed in an AWS EC2 instance. With that, I have tested my application API endpoint and got the following Jmeter result. Then I tried Neo4j casual cluster servers and got the following results. I...

3X_1_8_18dead74da939a70d13e39053ddde8e91bc8aafa.png 3X_3_7_3745539b2f939fb4297afeaec99a16099bc97fe0.png

Testing Neo4j Enterprise Edition

0 I am trying to test a property existence constraint which is an Enterprise Edition feature, so I have switched to enterprise libraries in the Gradle build: implementation group: 'org.neo4j.driver', name: 'neo4j-java-driver', version: '4.4.2' ...

Resolved! Problem with installing APOC in neo4j server

Hello, My apoc plugin is not correctly installed, but I really don't know what went wrong. OS: CentOS 7neo4j version: 4.4.1API / driver: Neo4j GraphQL Library Jar file under plugins folder: /var/lib/neo4j/plugins/ -rwxr-xr-x 1 neo4j neo4j 23302562 De...

Resolved! How to count relationships of nodes in subgraph

I have, let's say a graph with 50 nodes. With Cypher I find 3 possible paths from node A to node B (the result of the Cypher query is also a graph .. a sub-graph) MATCH p=((a:label {Pro1:'A'})-[*7]->(b:label {Pro1:'B'})) RETURN p On the path from A t...

Can't bring up Neo community edition

OS: GNU/Linux Ubuntu Neo4j version: neo4j-community-4.3.6 Hi! I installed java: java --version java 17.0.1 2021-10-19 LTS Java(TM) SE Runtime Environment (build 17.0.1+12-LTS-39) Java HotSpot(TM) 64-Bit Server VM (build 17.0.1+12-LTS-39, mixed mode, ...

Memory issue in Causal Cluster

Hello team, we've run into a weird problem with memory consumption in our cluster setup. Important note: all described problem is only specific to the cluster, when we run all same setup but with a single node (more hefty, though), the problem does n...

3X_d_1_d1e0556021c95deb14a1c6b55e289a564c4d1e01.png 3X_9_2_9298ef0eea7c1e6d10d284d9de388e6ef210f777.png 3X_b_3_b3412db621c8a5f94c70f24d25c2a3254f1495e9.png

Log4j latest security updates

Hi, I am using Neo4J 4.3.9 Community. It has been updated to use log4j 2.16.0. I would like to know if there is a date set for a release which upgrades log4j to 2.17.x? I have seen the update on this page (Apache Log4j Security Vulnerability(CVE-2021...

Run cypher query in python doesn't working

Hi, I just run to make the relationship between two nodes in python. Run the raw cypher query with tx. When I run the query in neo4j Desktop It works, But doesn't work in python code. Well, it looks like work, but the database doesn't update. Any com...