mmdb-grpc 0.4.0

The gRPC service that provides a query to Maxmind's GeoLite2 databases
docs.rs failed to build mmdb-grpc-0.4.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: mmdb-grpc-0.5.8

mmdb-grpc

crates.io Docker Image Pulls Docker Image Pulls

The gRPC service that provides a query to maxminddb

Usage

❯ cargo install mmdb-grpc

...

❯ mmdb-server --help
mmdb-grpc 0.3.0
Takeru Sato <type.in.type@gmail.com>

USAGE:
    mmdb-server [OPTIONS]

FLAGS:
        --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -h, --host <host>                         [default: localhost]
    -f, --file <mmdb-path>                    [default: /usr/share/GeoIP/GeoLite2-City.mmdb]
    -p, --port <port>                         [default: 50000]
        --slots-per-worker <slots-per-cq>    
    -w, --workers <workers>                   [default: 1]

❯ mmdb-reload --help
mmdb-grpc 0.3.0
Takeru Sato <type.in.type@gmail.com>

USAGE:
    mmdb-reload [OPTIONS]

FLAGS:
        --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -h, --host <host>             [default: localhost]
    -p, --port <port>             [default: 50000]
    -s, --schedule <schedule>