🙃
Sparkling
-
Qualcomm
- Germany
Pinned Loading
-
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 bash2topic-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} =; }
3list-topics() { kafka-topics --command-config /opt/kafka/ssl/client.txt --bootstrap-server server:9093 --list; }
4export -f topic-size5 -
oxnr/awesome-bigdata
oxnr/awesome-bigdata PublicA curated list of awesome big data frameworks, ressources and other awesomeness.
-
rodionoffs/reagent
rodionoffs/reagent PublicAn pythonic agent creating framework that allows dynamic definition of RAGs using latest capabilities of modern RAG frameworks including mcp autodetection
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.