Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hazelnutcloud/mongoxy

A Rust-based MongoDB proxy server for pooling and routing database connections between multiple clients and a MongoDB cluster.
https://github.com/hazelnutcloud/mongoxy

Last synced: about 1 month ago
JSON representation

A Rust-based MongoDB proxy server for pooling and routing database connections between multiple clients and a MongoDB cluster.

Awesome Lists containing this project

README

        

# Mongoxy

A Rust-based MongoDB proxy server for pooling and routing database connections between multiple clients and a MongoDB cluster.

## Features

- [x] Connection pooling
- [ ] Automatic connection pool resizing
- [ ] Authentication
- [ ] TLS
- [ ] Monitoring
- [ ] Logging
- [ ] Connection routing

## Usage

```bash
$ cargo run
```

## License

[MIT](LICENSE)