Giter Club home page Giter Club logo

gopher-squeeze's Introduction

Gopher Squeeze

log streaming experiment

Gopher Squeeze is a program written in Go that takes input from STDIN in chunks, compresses the data with gzip, and sends it to an HTTP endpoint. The server receives the compressed data, decompresses it, and logs it to STDOUT.

Requirements

  • Go 1.20 or higher

Installation

  1. Clone the repository:

    git clone https://github.com/daxxog/gopher-squeeze.git
  2. Navigate to the project directory:

    cd gopher-squeeze
  3. Build the client and server binaries:

    make

Usage

Server

  1. Set the WEBHOOK_SECRET environment variable with the desired secret value:

    export WEBHOOK_SECRET=your-secret
    export WEBHOOK_LISTEN=127.0.0.1:8000
  2. Start the server:

    ./gopher-squeeze
  3. The server will start listening on localhost:8000 (default). It will receive the compressed data, decompress it, and log it to STDOUT.

Client

  1. Set the WEBHOOK_ENDPOINT environment variable with the same secret value used for the server:

    export WEBHOOK_ENDPOINT=http://localhost:8000/log/your-secret
  2. Pipe the input data to the client binary:

    cat input.txt | ./gopher-squeeze
  3. The client will read the input from STDIN in chunks, compress each chunk with gzip, and send it to the server. It will receive a response from the server (optional) and log it to STDOUT.

License

This project is licensed under the Apache License Version 2.0. See the LICENSE file for details.

gopher-squeeze's People

Contributors

daxxog avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.