Simple CrateDB load testing tool
You can download and install floodly with:
go get -u github.com/amir-yaghoobi/floodly--total [number] (default 1000)(total number of insertion)--concurrency [number] (default 1000)(number of concurrent workers)--db [string] (default http://localhost:4200/)(crateDB database url)--drop-table(drop database table)
floodly --total 1000 --concurrency 250 --db "http://localhost:4200/" --drop-table