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

Anomaly Detection

Hi need a cypher query for anomaly detection over fluctuation in values of node property . need to represent major peaks and dips of a node property values over period of time Please refer attached code and help on this with cypher quires

Cypher Query for Anomaly detection

Hi need a cypher query for anomaly detection over fluctuation in values of node property . need to represent major peaks and dips of a node property values over period of time Please refer attached code and help on this with cypher quires

simsree9_0-1670214518723.png

NEO4J Sink and Source connector

Does anyone have a full tutorial on neo4j - kafka sink and source stream. I'm able to load the sink and source connector but I'm not sure how to stream the data kafka-topic or read from kafka-topic to neo4j. I'm using a docker for this task. In t...

Neo4j Operations Manager Agent Configuration

Hi. I'm trying to configure NOM on localhost for the first time. I've installed NOM server and store as Docker containers using .yaml Also, I've created a new agent on NOM UI. After that, I've donwnloaded the zip file for the agent, unzipped it and...

Resolved! Adjacency matrix

Hi everyone I would like to find the adjacency matrix of the following bipartite graph if the link exists, the matrix takes the value revenue. otherwise, it takes 0. MATCH (c:customer) WITH collect(c) AS cust UNWIND cust AS a MATCH (p:part) WITH col...

redha_benhisse1_0-1669936093203.jpeg

Storing & Querying Collection of Graphs

Hi there, I'm totally new to the concept of Graph Databases, so please bear with me. I have a problem where there are thousands of different graphs. I want to store them somewhere and be able to run queries asking about the properties of said graphs....

Link Prediction Pipeline for Protein Target Binding

I'm trying to construct a pipeline for link prediction to find novel links between the entity nodes. My objective is to identify the future links between protein and target given positive and negative links. I referred to the co-author link predictio...