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

Filter on Neo4j UI

Hi, I am having a Neo4J dashboard, wherein I output nodes of a particular category eg. "Category : Study" and within Study category I have Study 1", "Study 2", and so on etc. In my Cypher query, I return the entire Study node and when it is expanded...

Cypher custom query for people and places over time

I would like to query a dataset to reveal a variety of connections between 1000+ nodes. More specifically, I would like to isolate the literal "crossings of paths" of various people as they are posted at different locations at different times. Everyt...

How to Automate Neo4j Deploys on Microsoft Azure

Hi everybody - after some requests I put together an article with some simple shell scripts that you can use to create Neo4j deployments of enterprise, and causal cluster on Azure. If you have any questions or feedback to share, this thread is the ri...

1X_8c7390150cd0078e967a18c7663581b9b334d239.png 2X_4_4ded484df7a6675f2408dd801a40ff322221479c.png

Authorization for apoc.load.jsonParams

I got the authorization working but have a question about how best to create a graph from a specific JSON. Here's a sample of the JSON: "items": { "8dec2e1cf9": { "itemType": "PROBLEM", "name": "Manual entry", }, "deec2e4682":...

Query optimalisation

There are a lot of difference option to make a query faster. But in my case sometimes is an other query faster than the other query. But i need help, what is the best way! I use Neo4j version 3.5.2. In my case i have a big note with 4 miljoen message...

Resolved! I want to Update TimeStamp property in my DB node

Hi there. I'm facing a bit issue in updating timestamp while keeping previous values. Let me try to explain it by some queries that I have tried MERGE (E1:Person) SET E1.timestamp += timestamp() According to refcard aforementioned query will update v...

UNWIND vs mapParallel to run a query on a given set

Folks, I was thinking to use mapParallel instead of UNWIND to run the query on a set in parallel using the system resource. This gave me the same execution time to return the result. CALL apoc.cypher.mapParallel('Optional Match(:VideoFeed {pyid: _})...

Can't connect to Neo4j from university wifi

I got the below message, as well as "BoltConnectionError: No connection found, did you connect to Neo4j?" when trying to connect to Neo4j from the Neo4j browser. When I switch to a different Wifi, connects fine. Are there any settings I can adjust to...

Not able to delete Graph Node

I have User node. When i am executing query MATCH (u:User) return u.email. "hallo@edare.net" "support@edare.net" null "admin@edare.net" "development@edare.net" There is null node. I am not able to delete it . Even i am trying to delete it by ID with...

Failed connection with unmanaged extension

Hello guys. I deployed Neo4j Enterprise Causal Cluster (v. 3.5.1) from the AWS Marketplace (3 CORE instanses) with my own unmanaged extension based on GraphAware Framework. The goal of this extension is received POST request with list of actions in a...

mikhail by Node Clone
  • 1332 Views
  • 3 replies
  • 0 kudos