Introduction

laminarmq

A scalable, distributed message queue powered by a segmented,
partitioned, replicated and immutable log.

laminarmq presents an elementary commit-log abstraction (a series of records ordered by offsets), on top of which several message queue semantics such as publish subscribe or even full blown protocols like MQTT could be implemented. Users are free to read the messages with offsets in any order they need.

Refer to API Documentation for library documentation.

License

laminarmq is licensed under the MIT License. See License for more details.