Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hazelnutcloud/mongoxy
- Owner: hazelnutcloud
- License: mit
- Created: 2023-09-13T06:22:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T06:26:16.000Z (over 1 year ago)
- Last Synced: 2024-11-05T06:21:15.694Z (3 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)