https://github.com/iconnect/network-transport-amqp
AMQP transport for distributed-process (aka Cloud Haskell)
https://github.com/iconnect/network-transport-amqp
Last synced: over 1 year ago
JSON representation
AMQP transport for distributed-process (aka Cloud Haskell)
- Host: GitHub
- URL: https://github.com/iconnect/network-transport-amqp
- Owner: iconnect
- License: mit
- Created: 2015-04-02T11:37:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-21T05:52:08.000Z (about 11 years ago)
- Last Synced: 2023-05-15T18:31:23.960Z (about 3 years ago)
- Language: Haskell
- Size: 6.42 MB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloud Haskell over AMQP (RabbitMQ)
[![Hackage package][Hackage Version Image]][Hackage package]
[![Build Status][Build Status Image]][Build Status]
[Hackage Version Image]: http://img.shields.io/hackage/v/network-transport-amqp.svg
[Hackage package]: http://hackage.haskell.org/package/network-transport-amqp
[Build Status Image]: https://travis-ci.org/adinapoli/network-transport-amqp.svg?branch=master
[Build Status]: http://travis-ci.org/adinapoli/network-transport-amqp
[network-transport][network-transport] backend based on the
[RabbitMQ][rabbitmq] distributed messaging platform.
[network-transport]: http://hackage.haskell.org/package/network-transport
[rabbitmq]: https://www.rabbitmq.com
Status
------
- [X] Runs against [network-transport-tests]
- [ ] Runs against [distributed-process-tests]
- [ ] Runs against "ch-core" (threw exception - 1 hangs, rest passes)
- [ ] Runs against "ch-closure" (1 fails, 1 hangs, rest passes)
- [X] Runs against "ch-stats"
- [ ] Supports multicast
[network-transport-tests]: http://hackage.haskell.org/package/network-transport-tests
[distributed-process-tests]: https://github.com/haskell-distributed/distributed-process-tests
Credits
-------
Most of the credits go to [TweagIO](http://tweag.io), which released a
transport layer called [network-transport-zeromq][zmq], which was heavily
borrowed for the creation of this project. Without their initial effort, none
of this would have been possible.

Thanks to [IRIS Connect][iconnect] for funding this project, allowing me to
work on it.
network-transport-amqp is maintained and funded by [IRIS Connect][iconnect].
[zmq]: https://github.com/tweag/network-transport-zeromq
[iconnect]: http://irisconnect.co.uk
License
-------
Check the `TWEAG_LICENSE` license file for the license this project depends
upon.
Contributions
-------------
This library scratches my own itches, but please fork away!
Pull requests are encouraged.