Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leo-project/leo_mq
leo_mq is a local message-queueing library.
https://github.com/leo-project/leo_mq
erlang leofs library
Last synced: about 2 months ago
JSON representation
leo_mq is a local message-queueing library.
- Host: GitHub
- URL: https://github.com/leo-project/leo_mq
- Owner: leo-project
- License: apache-2.0
- Created: 2012-06-06T15:27:08.000Z (over 12 years ago)
- Default Branch: v2
- Last Pushed: 2020-05-31T13:18:04.000Z (over 4 years ago)
- Last Synced: 2024-04-23T14:10:04.752Z (8 months ago)
- Topics: erlang, leofs, library
- Language: Erlang
- Homepage: http://leo-project.net/leofs
- Size: 878 KB
- Stars: 11
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leo_mq
[![Build Status](https://travis-ci.org/leo-project/leo_mq.svg?branch=v2)](https://travis-ci.org/leo-project/leo_mq)
## Overview
* "leo_mq" is local message-queueing library which is used for including in Erlang's applications.
* "leo_mq" uses [rebar](https://github.com/basho/rebar) as a build system. Makefile so that simply running "make" at the top level should work.
* "leo_mq" requires Erlang/OTP 19.3 or later.## Usage in Leo Project
**leo_mq** is used in [**leo_storage**](https://github.com/leo-project/leo_storage), [**leo_gateway**](https://github.com/leo-project/leo_gateway) and [**leo_manager**](https://github.com/leo-project/leo_manager)
It is used to fix inconsistent data wish asynchrounous processing.## Sponsors
* LeoProject/LeoFS was sponsored by [Rakuten, Inc.](http://global.rakuten.com/corp/) from 2012 to Dec of 2018.
* LeoProject/LeoFS is sponsored by [Lions Data, Inc](https://lions-data.com/) from Jan of 2019.