Sem descrição

Chris Mague 4b92de0aa7 include bucket size in the bucket information há 7 anos atrás
lib 4b92de0aa7 include bucket size in the bucket information há 7 anos atrás
models 4b92de0aa7 include bucket size in the bucket information há 7 anos atrás
spec f904c7b0ef setup som ebasic tests há 7 anos atrás
.gitignore 7f23df781e change to a config file há 7 anos atrás
.ruby-gemset 5f8e706a20 match name há 7 anos atrás
.ruby-version 84e953accb initial add há 7 anos atrás
Gemfile 2f106f5489 collect information on the s3 buckets há 7 anos atrás
Rakefile 60880b1d01 load up nodes há 7 anos atrás
Readme.md 84e953accb initial add há 7 anos atrás
config.yaml.example 7f23df781e change to a config file há 7 anos atrás

Readme.md

neo-infra

Running

Download and run the APOC Docker image of Neo4j

mkdir plugins
pushd plugins
wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.1.3.7/apoc-3.1.3.7-all.jar
popd

docker run --rm \
    --publish=7474:7474 --publish=7687:7687 \
    --volume=$HOME/tmp/neo4j/data:/data \
    --volume=$HOME/tmp/neo4j/logs:/logs \
    --volume=$PWD/plugins:/plugins \
    -e NEO4J_AUTH='none' \
    neo4j:3.1.4