sandglass
Sandglass is a distributed, horizontally scalable, persistent, time sorted message queue.
How to download and setup sandglass
Open terminal and run command
git clone https://github.com/sandglass/sandglass.git
git clone is used to create a copy or clone of sandglass 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 sandglass https://github.com/sandglass/sandglass/archive/master.zip
Or simply clone sandglass with SSH
[email protected]:sandglass/sandglass.git