Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View bepcyc's full-sized avatar
🙃
Sparkling
🙃
Sparkling

Block or report bepcyc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Get kafka topic sizes in GB and sort... Get kafka topic sizes in GB and sort them by size in ascending order
    1
    #!/usr/bin/env bash
    2
    topic-size() { kafka-log-dirs --command-config /opt/kafka/ssl/client.txt --bootstrap-server server:9093 --topic-list ${1} --describe | tail -n1 | jq '.brokers[0].logDirs[0].partitions | map(.size/1000000000) | add' | xargs echo ${1} =; }
    3
    list-topics() { kafka-topics --command-config /opt/kafka/ssl/client.txt --bootstrap-server server:9093 --list; }
    4
    export -f topic-size
    5
    
                  
  2. oxnr/awesome-bigdata oxnr/awesome-bigdata Public

    A curated list of awesome big data frameworks, ressources and other awesomeness.

    14.2k 2.6k

  3. rodionoffs/reagent rodionoffs/reagent Public

    An pythonic agent creating framework that allows dynamic definition of RAGs using latest capabilities of modern RAG frameworks including mcp autodetection