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
  • 947 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
  • 1184 Views
  • 1 replies
  • 1 kudos

The neovis.js download link error

HI, friends. I can not download the raw neovis.js for development with following link: 'https://rawgit.com/neo4j-contrib/neovis.js/master/dist/neovis.js' The link seems wrong. who can help me? Thanks.

Wentao by Node Link
  • 1556 Views
  • 7 replies
  • 0 kudos

JMX monitoring

Hello Community , I want to monitor Neo4j Community edition v4.2 using JConsole. I have deployed the docker image in Kubernetes and try to connect JConsole remotely. But always have the message : connection refused. I tried to configure all the env ...

Creating relationship against an array

Hi I am ingesting some data that contains an array: {Name: Javi, Cities_visited: [Madrid, London, Paris], Type: Travels} I have another set of data related to the city: {Name: London, Country: UK, Type: Places} {Name: Madrid, Country: Spain, Type: Pl...

Resolved! Failed to load `oracle.net.nt.TimeoutInterruptHandler` from plugin jar `/home/jioapp/neo4j-enterprise-3.5.5/plugins/ojdbc8.jar`: sealing violation: package oracle.net.nt is sealed

Hi Team, Getting below lines in debug.log of neo4j: 2021-03-23 11:03:57.846+0530 WARN [o.n.k.i.p.Procedures] Failed to load oracle.net.nt.MQLNTAdapter from plugin jar /home/jioapp/neo4j-enterprise-3.5.5/plugins/ojdbc8.jar: com/oracle/common/internal/...

Neo4j connection issues via py2neo

I am newbie in neo4j. I am unable to figure out the issue. So, I have a flask app that connects to neo4j db (using py2neo) like following neo4j_instance = Graph(uri, auth=(secrets['neo4j_username'], secrets['neo4j_password'])) however some calls to n...

Working with Cypher Data

I am new to Cypher, and going through the Graph Academy Training. There appears to be a problem with this question in Working With Cypher Data. I thought I new the answer. I got it wrong. I then tried every single combination and they were ALL wr...

Resolved! Graph visualization not working in Neo4j Browser

I'm new to Neo4j and just learning from the documentation after having gone through the getting started guides within Neo4j browser. Here's a screenshot of the problem: As you can see, the visualization is working one time and then is simply not ava...

2X_d_d12d0f6be3d72cd82179557ca3f14eba1bdcc1c4.png

Resolved! How to ignore directions in dijkstra algorithm

https://neo4j.com/docs/graph-data-science/current/algorithms/dijkstra-source-target/?_gl=11ubbr7m_gaMTE2MTY2MDkzLjE2MDYwNjA1NjQ._ga_DL38Q8KGQC*MTYxNjE0NTIxOS4zMy4xLjE2MTYxNDY1ODkuMA..&_ga=2.21011640.2073803404.1616145220-116166093.1606060564#algorith...

Resolved! Count and nodes for each day of week and each hour

I'd like to query and count orders in my database and return a row for each day of the week (Mon-Sun) and 24 columns for each hour of the day (0:00 - 23:00). The return should be like this: DayOfWeek | 0:00 | 1:00 | 2:00 | 3:00 | 4:00 | 5:00 | ...

chrszrkl by Node Clone
  • 983 Views
  • 3 replies
  • 3 kudos

Resolved! Tree-like data, sorting nodes by connecting relationships

Good evening, My data structure is like a tree and I would like to traverse it from a root object. The parents and the children are connected via a relationship which has a {:order}-property. A variable length path is therefore required and on each l...

janezic by Graph Voyager
  • 1707 Views
  • 16 replies
  • 0 kudos

Return list of node and property values

I want to retrieve a list of all distinct values of node and property values from a database, a list that I can copy-paste easily without any double values. So, for example, from the database below, my ideal return would be a list: "Master, MSc., Mas...

shanna by Node Clone
  • 1462 Views
  • 4 replies
  • 1 kudos