Giter Club home page Giter Club logo

lievre's Introduction

Lievre Project

Lievre is an experimental server implementation of AMQP 0.9.1 with RabbitMQ extensions in Rust.

Its primary use-case is for building integration tests for Rust projects using RabbitMQ. It can also be run standalone, acting as a low-resource replacement of the RabbitMQ server.

Overview

The purpose of Lievre is to be a light alternative to RabbitMQ, mainly to be used in prototypes or in integration tests. It is not suitable to run in a production environment or as a drop-in replacement for RabbitMQ.

In other words, you can expect Lievre to support primary AMQP features:

  • Authentication
  • Connections and Multiplexing
  • Exchanges and Queues
  • Content ordering guarantees
  • Error handling
  • Persistence (in the standalone version)

It does not guarantee an implementation usually required in production systems, such as:

  • High availability
  • Federation
  • Multiple protocols
  • Plugins

The objective of this project is to achieve an implementation of AMQP 0.9.1 that respects the formal spec. We will also try to implement as many RabbitMQ extensions as possible, so long as they align with Lievre's use-cases.

Crates

  • lievre: The AMQP 0.9.1 server library.

  • lievre-standalone: A binary application that runs the Lievre server in its own process.

  • lievre-live: The library used to run Lievre in the same process as the client. Mainly used for integration tests.

Resources

License

This project is licensed under MIT. It is developed by Wavy Labs.

lievre's People

Contributors

aramperes avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.