GitDeployHub

cppcoffee/greptimedb

github.com/cppcoffee/greptimedb ↗
Rust
20 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)

  • GT_S3_BUCKET Settings for s3 test
  • GT_S3_ACCESS_KEY_ID secret
  • GT_S3_ACCESS_KEY secret
  • GT_S3_ENDPOINT_URL
  • GT_S3_REGION
  • GT_OSS_BUCKET Settings for oss test
  • GT_OSS_ACCESS_KEY_ID secret
  • GT_OSS_ACCESS_KEY secret
  • GT_OSS_ENDPOINT
  • GT_AZBLOB_CONTAINER Settings for azblob test
  • GT_AZBLOB_ACCOUNT_NAME
  • GT_AZBLOB_ACCOUNT_KEY secret
  • GT_AZBLOB_ENDPOINT
  • GT_GCS_BUCKET Settings for gcs test
  • GT_GCS_SCOPE
  • GT_GCS_CREDENTIAL_PATH secret
  • GT_GCS_CREDENTIAL secret
  • GT_GCS_ENDPOINT
  • GT_KAFKA_ENDPOINTS Settings for kafka wal test
  • GT_MYSQL_ADDR Setting for fuzz tests
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/cppcoffee/greptimedb
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/cppcoffee/greptimedb
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/cppcoffee/greptimedb
← Try another repo