slingdata-io / sling-cli

Sling is a CLI tool that extracts data from a source storage/database and loads it in a target storage/database.
https://docs.slingdata.io
GNU General Public License v3.0
301 stars 16 forks source link

gzip support #255

Closed alberttwong closed 2 months ago

alberttwong commented 2 months ago

Feature Description

gzip support

alberttwong commented 2 months ago

https://github.com/StarRocks/starrocks/issues/42624

flarco commented 2 months ago

Thanks. This is only compatible with the FILES command, correct?

On Mon, Apr 8, 2024, 6:57 PM Albert T. Wong @.***> wrote:

StarRocks/starrocks#42624 https://github.com/StarRocks/starrocks/issues/42624

— Reply to this email directly, view it on GitHub https://github.com/slingdata-io/sling-cli/issues/255#issuecomment-2043708422, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2QZYUXNADKKLLPOX3PEBTY4MHEHAVCNFSM6AAAAABF5OTFPWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBTG4YDQNBSGI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

alberttwong commented 2 months ago

I was generalizing the issue with StarRocks as an example. I believe StarRocks' plan is to support gzip in files.

flarco commented 2 months ago

Already supported:

image
alberttwong commented 2 months ago

Nice... I didn't know Sling Data supports compression at source already.