Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 368 Bytes

File metadata and controls

23 lines (16 loc) · 368 Bytes

Mongoxy

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

Features

  • Connection pooling
  • Automatic connection pool resizing
  • Authentication
  • TLS
  • Monitoring
  • Logging
  • Connection routing

Usage

$ cargo run

License

MIT