I need to store sensible data in my project. To do so, Neo4J and its data need to be separated from each others, so the data itself can be stored in a secure environnement.
I was considering: using an external secured file system (NAS) to store these data, so that the VM running Neo4J won't contains any data itself (transitory or persisted).
Questions
- Can Neo4J store all its data in an external File System?
- Can Neo4J access the data from another VM ? If so, what would be the protocols that can be use ?
- What are the patterns (and best practices) to solve this use case ?
Thanks!
question from:
https://stackoverflow.com/questions/65935470/neo4j-using-external-storage 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…