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
  • 942 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
  • 1183 Views
  • 1 replies
  • 1 kudos

Neo4j Monitoring Metrics with statsd

I'm trying to send neo4j metrics to StackDriver Monitoring tool with the help of Statsd Plugin (https://cloud.google.com/monitoring/agent/plugins/statsd). However statsd config file need API endpoint. If i'm not wrong Neo4j metrics can be sent to CSV...

fme_mrc by Node Clone
  • 915 Views
  • 1 replies
  • 2 kudos

Query optimization with relationship depth 1

Hi, I've a graph with about 6,000 Nodes labeled with Package. These Nodes have DEPENDS_ON relationships, partially with cycles. Nevertheless I want to know for each package on how many other packages it depends. My current cypher query is: MATCH (p:P...

jdufner by Node
  • 1675 Views
  • 3 replies
  • 1 kudos

Combining Cypher and APOC queries

I am trying to update node properties of a PostgreSQL database that I have running in a virtual environment. I am building a Jazz knowledge base and would like to use the node ids to query additional properties from the PSQL database using APOC. I ha...

Clustering 3 vm machines

Hi i have 3 vm machines to be clustered. config file is ok. and in both 3 logs they discover each other on 5000... but on two of machines i don't see any java process on port 6000... just one of the machines has this 6000 port... so they can not get ...

Linking Neo4j with visjs

I am new here and want to know if I can link neo4j with visjs to use as a database in my visualization. So that I can search for a specific node , edit, delete or update. Thank you

Finding K-Shortest Path in Neo4j

Facing Problem in Finding K-shortest path in neo4j among 2M+ nodes,2M+ relationships, I have indexed data on node id and name. Query : MATCH p = (s:Test)-[:to*1..5]->(e:Test) WHERE s.name = 'ABC' RETURN *, relationships(p),sum(reduce(sum=0,x in rel...

arpit by Node
  • 2054 Views
  • 3 replies
  • 0 kudos

Using a subgraph for cypher projection (APOC)

Hi, I am trying to perform basic APOC graph algorithms (i.e., betweenness-centrality) on a subgraph resulting from a Cypher query. I am creating a subgraph using a number of specified nodes by name (i.e., A, B, C) and their first degree neighbors; a ...

jpark by Node
  • 710 Views
  • 0 replies
  • 0 kudos