mirror of
				https://github.com/nosqlbench/nosqlbench.git
				synced 2025-02-25 18:55:28 -06:00 
			
		
		
		
	
		
			
				
	
	
	
		
			1.7 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.7 KiB
		
	
	
	
	
	
	
	
Getting NoSQLBench
Latest Downloads
The latest release of NoSQLBench is always available from github releases.
- download the latest release of nb, a linux binary
- To download it with curl,
use 
curl -L -O https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb - (be sure to 
chmod +x nbonce you download it) 
 - To download it with curl,
use 
 - download the latest release of nb.jar, a single-jar application.
- This requires java 15 or later, make sure your 
java -versioncommand 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/nb.jar. 
 - This requires java 15 or later, make sure your 
 
Docker
You can use a live docker image for the latest nosqlbench.
- run 
docker pull nosqlbench/nosqlbench - docserver 
docker run -p 12345:12345 --rm --name nb-docs nosqlbench/nosqlbench docserver http://0.0.0.0:12345 - Any other command can be run against your nosqlbench docker images using this form.
 
Links to docker images:
Maven
The latest release of NoSQLBench is always available fro Maven Central. You can find the latest version with Maven central search.
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.