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.

Graham_Lea
Node Link
since ‎03-05-2020
‎06-01-2022

User Statistics

  • 11 Posts
  • 0 Solutions
  • 4 Kudos given
  • 0 Kudos received

User Activity

I'm just trying to figure out how to get my SDN app connecting to Neo4j using a password coming from AWS Secrets Manager. It looks like Spring Cloud probably has what I want in there somewhere, but it's a huge project. Can anyone point to a simple ex...
I'm trying to create a development workflow where I can spin up a (slightly customised*) Neo4j Community Docker container on AWS EC2 Amazon Linux, then use an image of that instance to create other instances. When I set up an EC2 instance with my ins...
I'm trying to use strong types in my code, e.g. instead of using String in lots of places, using small classes like (Kotlin): UserId(val value: String) I'd like to use these all the way down to abstract Repository methods in order to maintain the ty...
I'm interested to know why the configuration of full text indexes (by which I mean the indexed labels and properties) can't be updated after they've been created. I'm using a single full-text index to index pretty much every text property in my db to...
Hi again @michael.simons1. (@gerrit.meier you may also be interested / helpful?) So, I've started a new Neo4j app using start.spring.io, and added the code from your Medium post about testing with TestContainers and @DataNeo4jTest. The problem I have...