package
0.0.0-20241014110342-d70084795949
Repository: https://github.com/destrex271/pgwatch3_rpc_server.git
Documentation: pkg.go.dev

# README

S3 Receiver

The S3 Receiver is a service for collecting and storing PostgreSQL metric data in S3 storage. We create a new bucket for each database and store measurements as blobs.

Please set the following environment variables before using this

  • awsuser: Your AWS username
  • awspasswd: Your AWS Password

Usage

go run ./cmd/s3_receiver --port=<port_number_for_sink> --awsEndpoint=<endpoint> --awsRegion=<region(default=us-east-1)>

# Functions

No description provided by the author

# Structs

No description provided by the author