Category "spring-data-neo4j"

Is there any low cost option available for neo4j auradb enterprise on AWS?

Neo4j auradb enterprise on aws , any low cost options available to start with limited resources (currently $70K+ it is showing in contract). Can someone help me

neo4j how to use where conditionally

I have the following query: MATCH (u: User {id: '...'})-[r:EXECUTING]->(journey: Journey) WHERE r.progress > 0 AND r.progress < 100 RETURN journey; It