mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
doc updates
This commit is contained in:
21
DOWNLOADS.md
Normal file
21
DOWNLOADS.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Getting NoSQLBench
|
||||
|
||||
## Latest Downloads
|
||||
|
||||
The latest release of NoSQLBench is always available from github releases.
|
||||
|
||||
- download latest [nb](https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb), a linux binary
|
||||
- (be sure to `chmod +x nb` once you download it)
|
||||
- download latest [nb.jar](https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb.jar), a
|
||||
single-jar application.
|
||||
- This requires java 12 or later, make sure your `java -version` command says that you are on Java 12 or later.
|
||||
|
||||
## Maven
|
||||
|
||||
The latest release of NoSQLBench is always available fro Maven Central.
|
||||
You can find the [latest version with Maven central search](https://search.maven.org/search?q=g:io.nosqlbench).
|
||||
|
||||
## Additional Plans
|
||||
|
||||
- Docker -We have a docker build in the works. Stay tuned for the details.
|
||||
- Github artifacts - We are planning to add this as another channel. Stay tuned.
|
||||
Reference in New Issue
Block a user