alekseevx's Stars
FalkorDB/FalkorDB
A super fast Graph Database uses GraphBLAS under the hood for its sparse adjacency matrix graph representation. Our goal is to provide the best Knowledge Graph for LLM (GraphRAG).
kellyjonbrazil/jc
CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
prometheus/procfs
procfs provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc.
cloudflare/xdpcap
tcpdump like XDP packet capture
gojue/ecapture
Capturing SSL/TLS plaintext without a CA certificate using eBPF. Supported on Linux/Android kernels for amd64/arm64.
apache/skywalking-rover
Monitor and profiler powered by eBPF to monitor network traffic, and diagnose CPU and network performance.
aquasecurity/tracee
Linux Runtime Security and Forensics using eBPF
grafana/beyla
eBPF-based autoinstrumentation of web applications and network metrics
weaveworks/scope
Monitoring, visualisation & management for Docker & Kubernetes
pixie-io/pixie
Instant Kubernetes-Native Application Observability
cloudflare/ebpf_exporter
Prometheus exporter for custom eBPF metrics
iovisor/kubectl-trace
Schedule bpftrace programs on your kubernetes cluster using the kubectl
eunomia-bpf/bpf-developer-tutorial
eBPF Developer Tutorial: Learning eBPF Step by Step with Examples
libbpf/libbpf
Automated upstream mirror for libbpf stand-alone build.
cilium/ebpf
ebpf-go is a pure-Go library to read, modify and load eBPF programs and attach them to various hooks in the Linux kernel.
iovisor/gobpf
Go bindings for creating BPF programs.
iovisor/bcc
BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
DataDog/ebpf-training
joomcode/errorx
A comprehensive error handling library for Go
joomcode/redispipe
High-throughput Redis client for Go with implicit pipelining
edgarsi/redis-module-shm
Redis module for shared memory client-server communication.
vitalsong/vscode-sigview
Visual Studio Code extension for viewing signals in debug mode
RedisLabs/redisraft
A Redis Module that make it possible to create a consistent Raft cluster from multiple Redis instances.
bpftools/linux-observability-with-bpf
Code snippets from the O'Reilly book
TimofeyAxenov/MineSweeper
Игра "Сапёр" на телефоны, использующие ОС Android
mitchellh/go-ps
Find, list, and inspect processes from Go (golang).
uber-go/zap
Blazing fast, structured, leveled logging in Go.
jitsi/jitsi-meet-electron
Jitsi Meet desktop application powered by :electron:
samber/lo
💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
sourcegraph/conc
Better structured concurrency for go