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
  • 904 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
  • 1148 Views
  • 1 replies
  • 1 kudos

Broken procedure apoc.neighbors.tohop

I realised that procedure apoc.neighbors.tohop is broken. I tried it on the graph given in the following example and when distance parameter is higher that 1 it returns strange result, including starting node. I tried example from the link above and ...

Neo4j Enterprise Startup program in AWS

Hi! We have received licenses for the enterprise edition and it is a bit unclear on how to apply the license when using the Enterprise AMI instances in the AWS cloud. How would you go about this?

hannes by Node
  • 2158 Views
  • 7 replies
  • 3 kudos

Educational Research

Greetings from New York. I am an educational researcher investigating the emergence and development of personal learning networks in K-12 and higher ed settings. I have been using Gephi and SocNetIV to do network visualizations, but find them a bit c...

Resolved! Apt Key Refused

Hi, Sorry for disturbing you, I was trying to install Neo4j on a Debian system, thus I have opened the page https://debian.neo4j.org/ and followed the instructions. I had no problem with the first two command, but when I executed sudo apt-get update ...

albyl67 by Node
  • 1536 Views
  • 4 replies
  • 2 kudos

Ansible configuration integration with Neo4j 4.0

Hi, I have been working with set up of the ansible configuration for .NEo4j 4.0 Deployment. As part of the configuration, i have added the tasks as follows: hosts: all become: true vars_files: newvars.yml tasks:name: Add key apt_key: url: https://deb...

2X_8_8ab9cde4bb22d8a3ed3e1d986821887d76a38a56.png

Resolved! Logical Expressions

I am using neo4j 3.5.12 Community version neo4j version community version. We need to store logical expression in a property & execute it in run time. if ( a> 5 & b >6) { return 'open' } What would be the best way to do in neo4j. Thanks, A.Anitha