0

I need to be able to validate data on Neo4j. Eg property can only be an int.

I read this Database-level validation of Neo4j thread as a reference but it was at the beginning of 2014. Are there any new tools or techniques other than those mentioned in that thread?

Community
  • 1
  • 1
David Soto
  • 81
  • 1
  • 7
  • We have this functionality in GraphAware Enterprise extensions, but they're not entirely free. Ping me if you would consider a commercial solution for this and I'll send you more info. – Michal Bachman Apr 25 '16 at 08:50

1 Answers1

0

Quick answer: no. TransactionEventHandler are the way to go.

Stefan Armbruster
  • 39,465
  • 6
  • 87
  • 97