clc-gql

Crates.ioclc-gql
lib.rsclc-gql
version0.1.0
sourcesrc
created_at2022-04-02 16:54:45.907307
updated_at2022-04-02 16:54:45.907307
descriptionCalculator graphql interface app
homepage
repositoryhttps://github.com/ymgyt/calculator
max_upload_size
id560988
size70,347
Yuta Yamaguchi (ymgyt)

documentation

README

🕸 clc-gql - Clc GraphQL

clc on crates.io Documentation (latest release) Changelog License License

Clcgql is a GraphQL server for clc.

Features

  • cache
    • If enabled, cache the result to the redis specified by CLCGQL_REDIS_ENDPOINT

Environment variables

Key Description Example
CLCGQL_LOG Rust logging directive. info
CLCGQL_LOG_COLOR Control logging color false
CLCGQL_REDIS_ENDPOINT Redis connection info` redis://cache.ymgyt.io:6376

🪪 License

This project is available under the terms of either the Apache 2.0 license or the MIT license.

Commit count: 188

cargo fmt