Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically encode/decode data and query files which filenames ends in .gz #261

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    19bce34 View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    maelick committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9a24106 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    1cc8fb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. extract buffered reader and writer in utils and handle gzip files in …

    …writer
    
    GetBufferedWriter also return a Closer + generators both flush the buffer and close the writer to ensure gz files are complete
    maelick committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    0156c01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c3870e View commit details
    Browse the repository at this point in the history