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

Is this query can be improved?

This is a network graph. Nodes are connected to other nodes with CONNECTED relation. MATCH path = (s:startPoint {id:'123'}) - [:CONNECTED*] - (e:endPoint) WITH path UNWIND relationships(path) as paths with DISTINCT paths as distinctPath MATCH p = () ...

About the Neo4j 4.0 category

We want to encourage feedback for the Neo4j 4.0 release. Please share your comments, experiences and findings but also ideas and suggestions for the new release. Main areas: multi-database,reactive-drivers,spring-data-neo4j-rx

How to keep data up-to date in Neo4j?

Hello Team, I am looking for a suggestion on keeping the data up-to date in Neo4j. I mean to say - If data is loaded in Neo4j lable either using CSV or JDBC DB connection on day 1. On Day 2 , Some data is removed from the data source ( either from cs...

Resolved! Support for Point() type in cypher-shell

We are using Neo4j Enterprise 3.5.9 and have a node with the following properties: <id>:28, center: point({srid:4326, x:114.159662, y:22.282054}), created: 1514764800.0, lat: 22.282054, lng: 114.159662, name: Centralradius_m: 500 When I run the simp...

paul2 by Node
  • 711 Views
  • 2 replies
  • 0 kudos

Neo4j Community compatability with JAVA 11

Hi Everyone, I have a problem running neo4j in JAVA 11.. currently Im running neo4j 3.3.5 in JAVA 8 and it's working fine, however upon upgrading to JAVA 11 I can run neo4j in console but wasn't able to login. I read some comments here(https://github...

Resolved! Failed to invoke procedure `apoc.load.jsonParams`

What do I want to achieve? I am calling an API with Bearer Token. What doesn't work? In Neo4j Desktop the import runs without problems. As soon as I want to roll out the same coding for my instance on EC2 (with Docker), I get an error message. Error...

2X_f_f0858b4c8a872f905fc2b8c217f463f16e2f291a.png 2X_6_6d3503c87242e9190a05970505a3d3773789c073.png

Execution/Memory problem with Louvain Graph Algo

Hi folks, I'm trying to run the Louvain algorithm using the Graph Algorithms plugin. I ran the memory recommender to see how much memory I would roughly need: Full map view: {name:graph with procedure,components:[{name:Louvain,components:[{name:this...

2X_3_34863c4e875aeb3b1968941064a0940601d30355.png

Backticks and neo4j javascript driver

Hi, I am wondering if there is a more elegant way to write queries where you have to escape characters from the neo4j driver? This is my current solution: session.run( 'CALL apoc.load.json({sourcejsonfile}) YIELD value WITH va...

fred by Node Link
  • 1100 Views
  • 1 replies
  • 0 kudos

Azure Template: can't sign in

Good morning everyone. I am having some difficulties signing into my graph database. I have set up an environment on Azure, using the template at https://azuremarketplace.microsoft.com/en-us/marketplace/apps/neo4j.neo4j-enterprise-edition?tab=Overvie...