neo4j - SDN4 - What are recommended strategies for doing auditing? -
i using spring data neo4j 4.0.0.rc1 build crud application , interested in auditing each , every operation performed on nodes , relationships, e.g. crud. general strategies accomplishing this?
i aware of event listeners they best option available capturing audit information? impression neo4j may not inherently suitable store information - db typically recommended?
depends on want information, how want access / query it. how need access etc.
easiest dump audit-log file.
otherwise database should able store kind of simple structured records.
Comments
Post a Comment