-
- Downloads
Implement S3-like backends
Includes AWS, GCS and Minio (generic S3). Only this last one is actually complete, the others lack Rename() implementations. Functionality is still completely untested, except for the internal API changes tested in the 'local' source. Also includes an integration test that dumps cpu/allocs/heap profiles of the ingestion stage under load.
parent
6411732b
No related branches found
No related tags found
Showing
- cmd/pqlogd/main.go 13 additions, 3 deletionscmd/pqlogd/main.go
- go.mod 53 additions, 2 deletionsgo.mod
- go.sum 86 additions, 2 deletionsgo.sum
- http/query.go 22 additions, 4 deletionshttp/query.go
- integrationtest/integrationtest.go 258 additions, 0 deletionsintegrationtest/integrationtest.go
- writer/source.go 82 additions, 3 deletionswriter/source.go
- writer/source_gcs.go 58 additions, 0 deletionswriter/source_gcs.go
- writer/source_minio.go 113 additions, 0 deletionswriter/source_minio.go
- writer/source_s3.go 66 additions, 0 deletionswriter/source_s3.go
- writer/writer.go 3 additions, 2 deletionswriter/writer.go
Loading
Please register or sign in to comment