# pycloudmessenger **Repository Path**: mirrors_ibm/pycloudmessenger ## Basic Information - **Project Name**: pycloudmessenger - **Description**: This repository includes sample code showing how to interact with messaging based services provided by IBM Research Ireland. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README |travis-badge|_ .. |travis-badge| image:: https://travis-ci.com/IBM/pycloudmessenger.svg?branch=master .. _travis-badge: https://travis-ci.com/IBM/pycloudmessenger/ ======================== pycloudmessenger ======================== The purpose of this project is to provide sample code for interacting with various messaging based cloud platforms provided by IBM Research Europe - Dublin. Prerequisites --------------------------------- It is assumed that all development takes place in Python, using at least version 3.6. Testing --------------------------------- Unit tests are contained in the `tests `_ directory. To run the unit tests, a local RabbitMQ container is launched automatically. Settings and credentials to match the latest RabbitMQ docker image are also provided. To run the test: .. code-block:: bash creds=local.json make test Examples --------------------------------- Sample code for basic messaging as well as federated learning and castor are contained in the `examples `_ directory. To run various samples, invoke the appropriate make target, as follows. .. code-block:: bash # The basic messaging sample creds=local.json make basic .. code-block:: bash # The federated learning sample (online, requires cloud credentials) python -m examples.ffl.register --credentials= --user= --password= > credentials.json python -m examples.ffl.sample --credentials=credentials.json python -m examples.ffl.deregister --credentials=credentials.json .. code-block:: bash # The castor sample creds=credentials.json make castor **Note:** For online platforms, **** must be available. Please request from the IBM team. References --------------------------------- * [IBM Research Blog](https://www.ibm.com/blogs/research/2018/11/forecasts-iot/) * [Castor: Contextual IoT Time Series Data and Model Management at Scale](https://arxiv.org/abs/1811.08566) Bei Chen, Bradley Eck, Francesco Fusco, Robert Gormally, Mark Purcell, Mathieu Sinn, Seshu Tirupathi. 2018 IEEE International Conference on Data Mining (ICDM workshops). This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 824988. https://musketeer.eu/ .. image:: /EU.png