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

Neo4j Ops Manager Release

Neo4j has created a new product that allows teams to manage all of your Neo4j databases and deployments at scale, effortlessly. The Neo4j Ops Manager (colloquially referred to as “NOM” among us Neo folks) helps your database engineering team monitor ...

yolande by Community Team
  • 373 Views
  • 0 replies
  • 1 kudos

User Defined Function

Hello  I have the following function that I found in this Ref I want to use this function to find the minimum dominating set. How can I execute this in neo4j?  function CYPHERGreedyAlgorithm MATCH(h) SET h.whiteness = 1 SET h.blackness = ...

Resolved! No jar URL found for version '3.5.14' in versions.json from 'https://neo4j-contrib.github.io/neo4j-apoc-procedures/versions.json'

This error started today after doing docker-compose up -d In the docker log i see: Fetching versions.json for Plugin 'apoc' from https://neo4j-contrib.github.io/neo4j-apoc-procedures/versions.json No jar URL found for version '3.5.14' in versions.jso...

paulare by Graph Buddy
  • 2274 Views
  • 4 replies
  • 1 kudos

How to forward Neo4j http/bolt to ngrok?

I am running my large Ne04j database on a dedicated Mac OS machine. I would like to access the database (via browser or via python drivers) from other machines that I am working on. I tried to forward the http port using ngrok. However, when I try to...

bhawmik by Node
  • 1382 Views
  • 6 replies
  • 0 kudos

Aura very (!) slow

Good Morning, Could one of your admins please check the performance of our Aura-Server (server in Belgium)? It is so slow that working is almost impossible because our website faces one timeout after the other. Thank you, Joachim

janezic by Graph Voyager
  • 711 Views
  • 1 replies
  • 0 kudos

Resolved! Traversal across intermediate nodes

I am modelling Software components and their interfaces. A simplified model contains the following labels: SoftwareComponent and Interface. A software component may provide 0 or more Interfaces, and utilize 0 or more interfaces. An example may look l...

espen_solbu_0-1656936984272.png

Resolved! APOC - apoc.load.xml

Hello guys,  I have an issue and could need some help, because its a bit frustrating.  I wanted to use the apoc.load.xml to import some data and create also Nodes and Properties with them. I've tried this one and it worked well:  The Graph-Part shou...

code3.png nodes.png code2.png hierarchie.png

Resolved! Update data via .csv file

Hello guys.I have a question in mind but still unable to find any discussion that answers my question.So the situation is, I have a dataset that I have loaded into local via .csv. I am wondering, if there are any amendments made on my data (eg; chang...

Intermittent issue in query execution time

Hi All,We are using a Neo4j Cluster in 4 core servers hosted in AWS EC2. The Neo4j version installed is "Neo4j Enterprise 4.3.6". We currently have a query that takes an average time of execution of less than 5ms. But sometimes it gives an execution ...

Yasith by Node Link
  • 1495 Views
  • 6 replies
  • 2 kudos

Resolved! RETURN: excluding table lines with empty properties

Probably a typical newby question :-)...I have created the following table:MATCH (s:Source)WHERE s.title = $neodash_source_title  //  value comes from a parameter select functionWITH s LIMIT 1MATCH (s:Source)-[r:PRODUCED_BY ]->(p:Producer)-[v:HAS_NAM...

guido by Graph Buddy
  • 1201 Views
  • 8 replies
  • 0 kudos

Resolved! Case insensitive query for a user filter

I'm using neo4j-driver inside of a lambda function. I found the way to run a case insensitive query using regex by adding WHERE m.name =~ '(?i)neo'. This works when I'm not using a parameter. I've tried all of the ways in the following article, but h...

2X_1_13010b109d4ec4b1279634b0cb28503093658577.jpeg

Can I use Neo4j Bloom in a web based application?

I want to know whether there is a way to call some API from Bloom in a web based api. For example, I have a search box on my graph application site and after users type a term in the search box, it searches the graph, return the results, nodes, prope...

lingvisa by Graph Fellow
  • 3907 Views
  • 5 replies
  • 12 kudos