This now has a yaml config file that allows you to specify the configuration.
https://github.com/chriseyre2000/home_server
So far I have been using it for a week. There have been a few false positives, but knowing when the VPN is down really helps.
Random outpourings of a software developer
This now has a yaml config file that allows you to specify the configuration.
https://github.com/chriseyre2000/home_server
So far I have been using it for a week. There have been a few false positives, but knowing when the VPN is down really helps.
apoc is a set of useful addons for Neo4j
I have been using brew to install neo4j on my machine.
brew install neo4j
This can be combined with
brew services.start neo4j
and
brew services stop neo4j
This typically installs a db on http://localhost:7474/browser
On mac via homebrew you need to look in /usr/local/Cellar/neo4j/4.4.5/libexec
To enable apoc copy apoc-4.4.0.3-core.jar from labs to plugins
You also need to change config/neo4j.conf
I have set the following value:dbms.security.procedures.unrestricted=apoc.*
Restarting neo4j get this working.