A final thing to mention is that it would be wise to check the neo4j license before introducing it to a large organisation.
It also deserves mentioning that there's also plenty of moments where a SQL database makes more sense. If your data really is better represented as a table, no need to turn it into a graph database. A graph database is much harder to scale across machines as well.