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
  • 857 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

Transaction locks not working

Hi, I've been trying to setup a lock mechanism with neo4j community and php ogm where 10 clients make write requests from a queue, using dbms.transaction.timeout=2s and dbms.lock.acquisition.timeout=20s (+info transaction management docs), in order t...

Connecting Neo4j to Building Information Models

Has anyone ever worked to connect a Neo4j database with a 3D building information model (BIM)? I'm interested in learning how to connect a smart building model with lots of information/metadata to a graph database to track building information acros...

Modelling heavyweight ontologies in Neo4j

Hello community I don't have much experience with Neo4j yet, but I like the solution very much. That's why I would like to implement my master thesis with Neo4j. But I have encountered some difficulties and would like to know if the problem is me or ...

Import csv file in javascript error

Hello, I try import csv file in javascript, but failed. step1. Create Local database in neo4jtool step2. write in javascript const neo4j = require("neo4j-driver"); const driver = neo4j.driver("bolt://localhost:7687", neo4j.auth.basic("TestGraph", ...

2X_d_dd48221428b9028940345ae4efe8b4ea7ac1da10.png 2X_0_0d183b9abcd5af1fcbee3b06bc40036cdd1efef4.png
Novice by Node Link
  • 450 Views
  • 2 replies
  • 1 kudos

How to match and not match?

Suppose I want actors who were in "The Matrix" but not "The Matrix Revolutions" I want to do something like: MATCH(p:Person) -[:ACTED_IN]-> (:Movie {name:"The Matrix"}) NOT MATCH(p) -[:ACTED_IN]-> (:Movie {name:"The Matrix Revolutions"}) RETURN p wh...

clem by Graph Steward
  • 773 Views
  • 6 replies
  • 0 kudos

Neosemantics for loading the <owl:Restriction>

Hi, I am using the neosemantics plugin to load the OWL file created from protege In the OWL file I have the owl:Restriction tag, but that information is not loaded to neo4j. For example, owl:Restriction <owl:onProperty rdf:resource="http://www.xxxxxx...

Aura - User triggered Backup

Hello Neo4js, Are there any plans to provide backup-functionality for Aura beyond this backup which is performed automatically? If yes, when will this be introduced? THX, JJJ

janezic by Graph Voyager
  • 556 Views
  • 3 replies
  • 0 kudos

[Javascript driver error] Neo4jError: WebSocket connection failure. Due to security constraints in your web browser, the reason for the failure is not available to this Neo4j Driver

Hello, I faced javascript neo4j driver problem. I have a AWS EC2 Server which installed neo4j community server(4.2). When my react program(using neo4j javascript driver(official)), browser throw error "Websocket connection failure". One strange thing...

2X_7_7822ef929fb2ff469e5a3f44de5d0c82ebc8524e.png

Need to optimize Neo4j Query

Hi, I am creating a social media app whose back-end is Neo4j. Here, I want to fetch friends activities on user's homepage. I have put a limit of 10 activities per scroll. This is my current Neo4j Query: MATCH (m:Person { id: '58c1370350b91a0005be0136...

2X_1_16cf2211cd098376cefd3f5b3741c3c6bb172704.png 2X_a_a08176c916be616e193a795f5ae226323d1a6b60.png

A case for NOT IN

Hi All, I have a situation where I get 2 different matches and I need to get one node from one of them that does not exist in the other. For example: create (a:Host {name:'aA'}) create (b:Host {name:'aB'}) create (c:Host {name:'aC'}) create (a1:Host...

2X_c_c0777ded9f680db1c1047c7d503a7a17c6b51bd5.jpeg

Neo4j Bloom Deep Link: What search query?

Hi there, I'm trying to use the deep linking function of Neo4j Bloom. However, I'm not sure how to format my searches, and there doesn't seem to be a proper documentation for this. Ideally, I'd like to find any nodes with property name = some-input. ...

Does neo4j work with WSL2?

Hi everyone! The problem: I get an errno 111: no connection between the python client and the activated neo4j graph db. Same situation with both py2neo and neo4j python driver The setup: WSL2 (build 4.19.121.1) with Ubuntu 18.04 LTS, on windows 10 Pr...