The latest release of NoSQLBench is always available from github releases.
- download the latest release of nb5, a linux binary
- To download it with curl,
use
curl -L -O https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb5
- (be sure to
chmod +x nb
once you download it)
- To download it with curl,
use
- download the latest release of nb5.jar, a single-jar application.
- This requires java 15 or later, make sure your
java -version
command says that you are on Java 15 or later. - To download it with curl, use
curl -L -O https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb5.jar
.
- This requires java 15 or later, make sure your
You can use a live docker image for the latest nosqlbench.
- run
docker pull nosqlbench/nosqlbench
- You can run
docker run --rm nosqlbench/nosqlbench ...
just as you would withnb5 ...
orjava -jar nb5.jar
...
Links to docker images: