Building an XDP eBPF Program with C and Golang: A Step-by-Step Guide

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • dilih

    simple ebpf chaos engineering tool meant to demonstrate how easy building an eBPF project can be

  • note: you can find the entire codebase for this article here: https://github.com/peter-mcconnell/dilih

  • .dotfiles

    my dotfiles (ubuntu, vim, tmux) (by peter-mcconnell)

  • https://github.com/peter-mcconnell/.dotfiles/blob/master/tasks/llvm.yaml https://github.com/peter-mcconnell/.dotfiles/blob/master/tasks/debugtools.yaml https://github.com/peter-mcconnell/.dotfiles/blob/master/tasks/docker.yaml

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • golang-docker

    Docker Official Image packaging for golang

  • Next, you need to install Golang, which is the programming language used for the accompanying Golang application. Visit the official Golang website at https://golang.org and follow the installation instructions specific to your operating system. Once installed, make sure the go command is accessible from the command line by adding the appropriate binary directory to your system's PATH.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts