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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Query based on relationships

Hello People, I need help in optimizing my Neo4j Queries based on some scenarios: If( the rating of the Distributor is lessened because of quality issues) (If there is another Distributor that supplies the same item is available) Then(Order from th...

Neo4j PageRank algorithm is not working

Hi All, I am trying to use Pagerank algorithm in order to determine the rough estimate of how important the software data is, MATCH (s:Software) WITH collect(s) AS n CALL apoc.algo.pageRank(n) YIELD node, score RETURN node.Displayname, score ORDER BY...

2X_9_9881e64cbf4ddccb95d5ba123423d53033eb6e95.png

DB Server Manager pages loading slowly

HAProxy calls /db/manage/server/ha/master to check if the server is available for writing. In most times that page is responding within 2ms but sometimes the check seems to hang and takes about 2sec or more. If that happends 3 times our server is mar...

2X_b_baa33568ad03de9275fd493278704144928ebf64.png

Multiple ontologies in Neo4j

if we use multiple ontologies in Neo4j, should we include ontology name with every node? I know people do that, but there could be some other (partitioning?) representation where Neo4j can have all the nodes within a single ontology node. This assume...

Resolved! Bolt vs HTTPS for Cypher browser

Hi all, I'm working on updating from 3.1.x to 3.4.7 and preparing for 4.0. Quite a lot of work. It seems also that the browser no longer works just over HTTPS, I can no longer find the "don't use Bolt" option. We have quite a lot of infrastructure in...

Custom Security extension point options

Curious if anyone has rolled a custom security approach with Neo4j that is more permission based (versus role) to protect access to nodes and edges? We have a need to protect access of the sub-graph nodes or edges that get returned with a query. Wond...

Neo4j auto start options

I would like to know if we have an auto start option for neo4j without having admin privileges to install as a service. I'm using community edition 3.4.6 on Windows

Call an apoc procedure from node.js

#Load bulk json data via node.js. All, I am trying to upload bulk json data.. I am able to send if I send one object at a time via node.js code. But I am not able to call the procedure to do a bulk upload using apoc.load.json. Any reference/ideas ...

Missing header of type START_ID

I keep getting this error trying to import nodes and edges. org.neo4j.unsafe.impl.batchimport.input.MissingHeaderException: Missing header of type START_ID, among entries [] at org.neo4j.unsafe.impl.batchimport.input.csv.DataFactories$AbstractDefault...

Resolved! Continuous Utilization Even While Idle

I'm concerned with the amount of CPU Neo4j tends to utilize even with a very small data set, and completely idle: no connections, no queries running. I have Graphaware UUID and APOC plugins configured, otherwise it's pretty out of the box. This on ve...

Jiropole by Graph Voyager
  • 1218 Views
  • 3 replies
  • 1 kudos