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

Connection breaks after long use of Neo4j DB

Hi I am using 4.0.X I hv installed neo4j as docker container, I am using it for last 1 year... but recently I hv a procedure where i need to call a neo4j create query evey 1 sec... and after that I am regular facing the below error.. Neo4jError: Fai...

Debugging using Chrome: Websocket connection failure

Hi I'm using Windows 10, Chrome, VSCode and Neo4j Desktop 1.2.4. I am trying to debug a web app I'm developing in VSCode using the Debugger for Chrome Extension for VSCode. I am able to start the debugger ok and navigate to the main.html file of my w...

info6 by Node Link
  • 721 Views
  • 1 replies
  • 0 kudos

Upgrade fails from Enterprise 4.0.4 to 4.1.0

Hi, Hope this is the right topic - I searched and this seemed the best fit. I am trying to upgrade from Enterprise 4.0.4 to 4.1.0 via the Desktop app on a Mac. I get this error: Failed to upgrade database. Please check log files, make adjustments and...

Neo4j Bloom & Tableau Integration

Is there a way to integrate bloom with other application? We are using Tableau for tracking dashboard, however Network graph representation and exploration options are limited in Tableau. If we can have both Tableau and Bloom in one page that is what...

Latency in retrievals with relationships in SDN 6.0

With the latest version of SDN 6.0.0-M2, I have below observation as of now. When we go with either dynamic relationship or Relationship Properties, records are saving in database quickly, but retrieval taking more time compared to Old SDN 5.3.3 vers...

2X_6_612f980580e1d869e4a05899020147eacbbe3c72.png 2X_a_a7749cb26e8901b02b5e9d573c79be208b109bde.png 2X_5_56c0b6d0a2a77ebfe71d612bf754c09de21d8a21.png 2X_c_c1171edf21e496419ead61131dcbbf6cfa92cc6c.png

Desktop is asking for password to start a database

Hello guys, how are you? Hope you are safe. Today, when I started my Neo4j Desktop and my database, a message pop up asking me for a password and said it was OK not to provide this password until the next startup. This freaked me out. By the way, I ...

2X_2_2d954a9cb2ec1b2a7b4e8ff5a8156b5c8c9f6f4d.png

Neo4J ETL tool and JDBC for MS Access

Hi, can someone please share an example on how to connect Neo4J ETL with a JDBC to an MS Access-database? I have tried to use UCanAccess 5.0.0 http://ucanaccess.sourceforge.net/ but I get the error "Connection failed. No suitable driver for the conne...

WebSocket Connection Issue

Hi, I am facing issue when I am trying to query on my neo4j database. I have deployed Neo4j on causal cluster of Google Cloud Platform. Below are my configuration in Neo4j.conf File. Regards, Rehan Niaz

2X_2_27c3087b26d7aa37b6621dd0117067ef149a704e.png 2X_d_ddef912f2813013fe59f4ac19d7aa8356dea32fe.png

Resolved! Best practice for specified modelling example

Hello everyone, I am trying to develop a neo4j demo project. With using GitLab API's, i am trying to get Merge Request's information and I want to collect comments posted there. ER-1 Diagram Reduces File node count, but don't know which comment belo...

2X_b_b443189baf47d56a05526f2579b60b95a4ddfd48.png 2X_e_eededa7d743b4b7dc3b0fd7d06deb4c73229b08a.png

First common parent

Dear all, I have a problem that I don't understand. Code: CREATE (a:LEU) SET a.LEID = "A" RETURN a CREATE (b:LEU) SET b.LEID = "B" RETURN b CREATE (c:LEU) SET c.LEID = "C" RETURN c CREATE (d:LEU) SET d.LEID = "D" RETURN d CREATE (e:LEU) SET e.LEID =...

2X_e_ef70999909f33692d949aaf60ecc72431e509af1.png
depire by Node Clone
  • 397 Views
  • 1 replies
  • 0 kudos

JIRA data model

Hi, Neo4j team, Does any one have datamodel for JIRA? The queries which i like to run are Find similar issues based on full content of description, steps to reproduce summary etc..Find all people who worked on a defect and similar defect including th...