Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 26, 2018 01:30
Show Gist options
  • Save ryantm/06dd1dc492c20ed7b979e977cbfed538 to your computer and use it in GitHub Desktop.
Save ryantm/06dd1dc492c20ed7b979e977cbfed538 to your computer and use it in GitHub Desktop.
/nix/store/32bqjcjflqrpn65r5fw0si7hd5ps826s-neo4j-3.3.4
├── bin
│   ├── cypher-shell
│   ├── neo4j
│   ├── neo4j-admin
│   ├── neo4j-import
│   └── neo4j-shell
└── share
└── neo4j
├── bin
│   ├── cypher-shell
│   ├── neo4j
│   ├── neo4j-admin
│   ├── neo4j-import
│   ├── neo4j-shell
│   └── tools
│   ├── 2.x-config-migrator.jar
│   └── cypher-shell-all.jar
├── conf
│   └── neo4j.conf
├── data
│   └── databases
├── import
├── lib
│   ├── bcpkix-jdk15on-1.53.jar
│   ├── bcprov-jdk15on-1.53.jar
│   ├── caffeine-2.3.3.jar
│   ├── commons-compress-1.12.jar
│   ├── commons-configuration-1.10.jar
│   ├── commons-io-2.4.jar
│   ├── commons-lang-2.6.jar
│   ├── commons-lang3-3.5.jar
│   ├── commons-logging-1.1.1.jar
│   ├── commons-text-1.1.jar
│   ├── concurrentlinkedhashmap-lru-1.4.2.jar
│   ├── jackson-core-asl-1.9.13.jar
│   ├── jackson-jaxrs-1.9.13.jar
│   ├── jackson-mapper-asl-1.9.13.jar
│   ├── javax.servlet-api-3.1.0.jar
│   ├── jersey-core-1.19.jar
│   ├── jersey-multipart-1.19.jar
│   ├── jersey-server-1.19.jar
│   ├── jersey-servlet-1.19.jar
│   ├── jetty-http-9.2.22.v20170606.jar
│   ├── jetty-io-9.2.22.v20170606.jar
│   ├── jetty-security-9.2.22.v20170606.jar
│   ├── jetty-server-9.2.22.v20170606.jar
│   ├── jetty-servlet-9.2.22.v20170606.jar
│   ├── jetty-util-9.2.22.v20170606.jar
│   ├── jetty-webapp-9.2.22.v20170606.jar
│   ├── jetty-xml-9.2.22.v20170606.jar
│   ├── jline-2.12.jar
│   ├── jsr311-api-1.1.2.r612.jar
│   ├── lucene-analyzers-common-5.5.0.jar
│   ├── lucene-codecs-5.5.0.jar
│   ├── lucene-core-5.5.0.jar
│   ├── lucene-queryparser-5.5.0.jar
│   ├── mimepull-1.9.3.jar
│   ├── neo4j-bolt-3.3.4.jar
│   ├── neo4j-browser-3.1.4.jar
│   ├── neo4j-codegen-3.3.4.jar
│   ├── neo4j-collections-3.3.4.jar
│   ├── neo4j-command-line-3.3.4.jar
│   ├── neo4j-common-3.3.4.jar
│   ├── neo4j-configuration-3.3.4.jar
│   ├── neo4j-consistency-check-3.3.4.jar
│   ├── neo4j-csv-3.3.4.jar
│   ├── neo4j-cypher-3.3.4.jar
│   ├── neo4j-cypher-compiler-2.3-2.3.12.jar
│   ├── neo4j-cypher-compiler-3.1-3.1.6.jar
│   ├── neo4j-cypher-compiler-3.2-3.2.9.jar
│   ├── neo4j-cypher-compiler-3.3-3.3.4.jar
│   ├── neo4j-cypher-frontend-2.3-2.3.12.jar
│   ├── neo4j-cypher-frontend-3.1-3.1.6.jar
│   ├── neo4j-cypher-frontend-3.2-3.2.9.jar
│   ├── neo4j-cypher-frontend-3.3-3.3.4.jar
│   ├── neo4j-cypher-ir-3.2-3.2.9.jar
│   ├── neo4j-cypher-ir-3.3-3.3.4.jar
│   ├── neo4j-cypher-logical-plans-3.3-3.3.4.jar
│   ├── neo4j-dbms-3.3.4.jar
│   ├── neo4j-graph-algo-3.3.4.jar
│   ├── neo4j-graphdb-api-3.3.4.jar
│   ├── neo4j-graph-matching-3.1.6.jar
│   ├── neo4j-import-tool-3.3.4.jar
│   ├── neo4j-index-3.3.4.jar
│   ├── neo4j-io-3.3.4.jar
│   ├── neo4j-jmx-3.3.4.jar
│   ├── neo4j-kernel-3.3.4.jar
│   ├── neo4j-logging-3.3.4.jar
│   ├── neo4j-lucene-index-3.3.4.jar
│   ├── neo4j-lucene-upgrade-3.3.4.jar
│   ├── neo4j-primitive-collections-3.3.4.jar
│   ├── neo4j-resource-3.3.4.jar
│   ├── neo4j-security-3.3.4.jar
│   ├── neo4j-server-3.3.4.jar
│   ├── neo4j-shell-3.3.4.jar
│   ├── neo4j-ssl-3.3.4.jar
│   ├── neo4j-udc-3.3.4.jar
│   ├── neo4j-unsafe-3.3.4.jar
│   ├── neo4j-values-3.3.4.jar
│   ├── netty-all-4.1.21.Final.jar
│   ├── opencsv-2.3.jar
│   ├── parboiled-core-1.1.7.jar
│   ├── parboiled-scala_2.11-1.1.7.jar
│   ├── rhino-1.7R4.jar
│   ├── scala-library-2.11.12.jar
│   ├── scala-reflect-2.11.12.jar
│   └── server-api-3.3.4.jar
├── LICENSES.txt
├── LICENSE.txt
├── logs
├── NOTICE.txt
├── plugins
├── README.txt
├── run
└── UPGRADE.txt
13 directories, 102 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment