Skip to content

Instantly share code, notes, and snippets.

@matthew-cox
matthew-cox / neo4j-3x-fs-feedback.md
Last active January 12, 2016 17:47
Neo4j 3.x Filesystem Feedback

Logs

logs/
    debug.log
    http.log
    neo4j.log
    queries.log

The question I would raise about the above structure is: which of these files are truely global versus having enough context to be considered database specific?

Keybase proof

I hereby claim:

  • I am matthew-cox on github.
  • I am mcox (https://keybase.io/mcox) on keybase.
  • I have a public key whose fingerprint is 7FCD 4AE9 2205 2867 3E4A F61C CAA4 06DE 888C 7751

To claim this, I am signing this object:

@matthew-cox
matthew-cox / corosync.pp
Created July 5, 2013 18:47
corosync + pacemaker
class {
'corosync':
bind_address => $theIP,
enable_secauth => false,
unicast_addresses => $ucastIPs,
;
}
# add pacemaker as a corosync service
corosync::service {