redpanda
Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
How to download and setup redpanda
Open terminal and run command
git clone https://github.com/redpanda-data/redpanda.git
git clone is used to create a copy or clone of redpanda repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with redpanda https://github.com/redpanda-data/redpanda/archive/master.zip
Or simply clone redpanda with SSH
[email protected]:redpanda-data/redpanda.git