Skip to content

tbo/rust-mongodb-queryserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Queryserver

A generic MongoDB query server written in rust.

Usage

USAGE:
    queryserver [FLAGS] [OPTIONS] --connection <uri> --database <database>

FLAGS:
    -h, --help       Prints help information
    -v               Sets the level of verbosity
    -V, --version    Prints version information

OPTIONS:
    -c, --connection <uri>       Mongodb connection URI
    -d, --database <database>    Database
    -H, --host <host>            Host address
    -p, --password <password>    Password
    -P, --port <port>            Port
    -u, --username <username>    Username

Example request:

http://localhost:8080/collection_name?limit=5&query={"locale":"en"}

Build

Get rust and execute:

$ cargo build --release

About

A generic MongoDB query server written in rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages