GitHunt
FI

filipecosta90/global-nosql-benchmark

Identify and address performance disparities, optimize scalability across regions, and ensure your databases deliver consistent, reliable performance worldwide. Don't settle for single-zone limitations – embrace a comprehensive approach for peak performance and reliability.

global-nosql-benchmark

Identify and address performance disparities, optimize scalability across regions, and ensure your databases deliver consistent, reliable performance worldwide. Don't settle for single-zone limitations – embrace a comprehensive approach for peak performance and reliability.

Installation

Download Standalone binaries ( no Golang needed )

If you don't have go on your machine and just want to use the produced binaries you can download the following prebuilt bins:

https://github.com/filipecosta90/global-nosql-benchmark/releases/latest

OS Arch Link
Linux amd64 (64-bit X86) global-nosql-benchmark-linux-amd64
Linux arm64 (64-bit ARM) global-nosql-benchmark-linux-arm64
Darwin amd64 (64-bit X86) global-nosql-benchmark-darwin-amd64
Darwin arm64 (64-bit ARM) global-nosql-benchmark-darwin-arm64
Windows amd64 (64-bit X86) global-nosql-benchmark-darwin-amd64
Windows arm64 (64-bit ARM) global-nosql-benchmark-darwin-arm64

Here's how bash script to download and try it:

wget -c https://github.com/filipecosta90/global-nosql-benchmark/releases/latest/download/global-nosql-benchmark-$(uname -mrs | awk '{ print tolower($1) }')-$(dpkg --print-architecture).tar.gz -O - | tar -xz

# give it a try
./global-nosql-benchmark --help

Installation in a Golang env

To install the benchmark utility with a Go Env do as follow:

go get and then go install:

# Fetch this repo
go get github.com/filipecosta90/global-nosql-benchmark
cd $GOPATH/src/github.com/filipecosta90/global-nosql-benchmark
make

Languages

Go93.5%Makefile6.5%

Contributors

Apache License 2.0
Created December 6, 2023
Updated December 6, 2023
filipecosta90/global-nosql-benchmark | GitHunt