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
  • 924 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Cannot connect with 'reader' user in Neo4j Desktop

Neo4j 3.5 Desktop 1.2.4 I created a user with the role 'reader'. I'm able to connect with it using cypher on the command line and with tools like graphxr. But I get a permission denied error when using Neo4j Desktop. However, if I look at the logs, i...

senica by Node Link
  • 382 Views
  • 0 replies
  • 0 kudos

Update AWS CLI in Neo4j Enterprise AMI

I'm using the neo4j-enterprise-1-4.1.0-apoc 2020-06-24T10_00_48Z AMI with id ami-0e3c7c3ddaf9cb758, as mentioned for eu-west-1 in the cloudformation template 'neo4j-enterprise-standalone-stack-4.1.0.json'. This comes with AWS CLI version 1.14.44, whi...

Size/diameter of the nodes based on a property

Hi, I use 1.3.3 neo4j version and I want to establish the size/diameter of the nodes based on a property. For example, I have some countries with the property "population", I want the size/diameter nodes of these countries set by the property "popula...

Sango by Node
  • 1218 Views
  • 1 replies
  • 0 kudos

Neo4j 4.1.1 SSL configuration on Linux

Hello, I'm new to Neo4j. Installed Neo4j 4.1.1 on Linux with no issues. I want to configure SSL and not able to as the documentation is not straight forward as per the doc - neo4j.com 1 https://neo4j.com/docs/operations-manual/current/security/ssl-fr...

Resolved! Conditional statement with string list

Hi, In my following code, it is creating Node nodes whichever link is getting BUT I want to create/merge Category nodes if the link[''] value starts with 'Category:' and Node type nodes should be created if link[''] value doesn't start with 'Categor...

mjarij by Node Link
  • 761 Views
  • 4 replies
  • 3 kudos

Resolved! Capture values from a map that's in a list

I need to create a node that has a latitude and longitude property. Those values are in a map within a list called "locations". I thought of a simple approach; create a loop and try indexing into it but I get an error (expected a map but was list). W...

Shukaku by Node Link
  • 585 Views
  • 2 replies
  • 1 kudos

Setting up an SSL certificate for Neo4J via AWS

Suppose I want to access my Neo4J DB via a webaddress such as: https://neo4j.mysite.com:7473 In order for that to work, SSL certificates need to be set up via the configuration in Neo4J itself. There is an instruction on Medium by Neo4J which explain...

Node property array part of other array

These nodes have an array as property with start point and end point I wish to match the orange node based on the fact that the two gray nodes are part of the same array (the distance is in the same span) I wish to match the blue node based on the ...

2X_6_65deb7bcd41ae940877853ac6fb8b4850f253750.png 2X_e_e7e32265a63ff66dcbdb2e3ad93afc783bc93443.png

Any chance to run fulltext query in http api?

Hi, I'd like to find similar phrases using query: `CALL db.index.fulltext.queryNodes("ProductNameIndex", "product_name: yppytyynytyydytys") YIELD node, score` `RETURN node.product_name as prod_desc, score` Is there any chance to use HTTP API to ex...

Gosforth by Graph Buddy
  • 816 Views
  • 3 replies
  • 1 kudos