python3-zaqar-gc
OpenStack Queueing as a Service - Python libraries
Install
- All systems
-
curl cmd.cat/python3-zaqar-gc.sh
- Debian
-
apt-get install python3-zaqar
- Ubuntu
-
apt-get install python3-zaqar
- Kali Linux
-
apt-get install python3-zaqar
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-zaqar
- Dockerfile
- dockerfile.run/python3-zaqar-gc
python3-zaqar
OpenStack Queueing as a Service - Python libraries
Zaqar is a multi-tenant cloud messaging service for web developers. It combines the ideas pioneered by Amazon's SQS product with additional semantics to support event broadcasting. The service features a fully RESTful API, which developers can use to send messages between various components of their SaaS and mobile applications, by using a variety of communication patterns. Underlying this API is an efficient messaging engine designed with scalability and security in mind. Other OpenStack components can integrate with Zaqar to surface events to end users and to communicate with guest agents that run in the "over-cloud" layer. Cloud operators can leverage Zaqar to provide equivalents of SQS and SNS to their customers. This package contains the Python libraries that are part of Zaqar.