concurrent-merge

command module
v0.0.0-...-b23ea19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

README

Concurrent MERGE

First, spin up a Neo4j server:

docker run --rm \
    --env NEO4J_AUTH='neo4j/letmein!' \
    --env NEO4J_ACCEPT_LICENSE_AGREEMENT=yes \
    --publish=7687:7687 --publish=7474:7474 \
    --health-cmd "cypher-shell -u neo4j -p 'letmein!' 'RETURN 1'" \
    --health-interval 5s \
    --health-timeout 5s \
    --health-retries 5 \
    neo4j:5-enterprise

Then run at least two processes in "parallel":

go run main.go -uri=neo4j://localhost -password='letmein!' -goroutine-count=1000 &
go run main.go -uri=neo4j://localhost -password='letmein!' -goroutine-count=1000 &

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL