Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
kb:neo4j [2016/02/08 10:46] – yehuda | kb:neo4j [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== NEO4J ====== | ====== NEO4J ====== | ||
- | + | [[kb:neo4j:High availability|High availability]] | |
- | Useful Cypher Queries | + | [[kb:neo4j:Code snippits|Neo4j |
- | + | ||
- | + | ||
- | <file | / | + | |
- | neo4j | + | |
- | neo4j | + | |
- | </ | + | |
- | + | ||
- | + | ||
- | <code bash> | + | |
- | echo ' | + | |
- | cat / | + | |
- | noop [deadline] cfq | + | |
- | </ | + | |
- | + | ||
- | <file | / | + | |
- | global | + | |
- | daemon | + | |
- | maxconn 384 | + | |
- | + | ||
- | defaults | + | |
- | mode http | + | |
- | timeout connect 5000ms | + | |
- | timeout client 50000ms | + | |
- | timeout server 50000ms | + | |
- | + | ||
- | frontend http-in | + | |
- | bind *:7777 | + | |
- | default_backend | + | |
- | + | ||
- | backend neo4j | + | |
- | option httpchk GET / | + | |
- | server s1 192.168.168.33:7474 maxconn 128 check | + | |
- | | + | |
- | server s3 192.168.168.35:7474 maxconn 128 check | + | |
- | + | ||
- | listen admin | + | |
- | bind *:7770 | + | |
- | stats enable | + | |
- | </ | + | |
- | + | ||
- | <code bash> | + | |
- | haproxy -f / | + | |
- | </ | + | |
- | + | ||
- | See: http:// | + |