C DevOps

Open-source C projects categorized as DevOps

Top 5 C DevOps Projects

  1. Netdata

    The open-source observability platform everyone needs

    Project mention: CPU & Memory Monitoring 101: How to Check, Analyze, and Optimize System Performance | dev.to | 2025-05-14

    Netdata: Provides beautiful, real-time dashboards for visualizing system metrics ( https://www.netdata.cloud ).

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. wasm3

    🚀 A fast WebAssembly interpreter and the most universal WASM runtime

    Project mention: WASM 2.0 | news.ycombinator.com | 2025-05-09

    Ah, I see! Yeah that's significantly trickier.

    re: "dynamically replace parts of the implementation as source code evolves" — there is a technique for this, I have a short write-up on it here: https://github.com/pdubroy/til/blob/main/wasm/2024-02-22-Run...

    About the debugging and inspecting —

    Inspecting Wasm memory is easy from JS, but to be able to do the debugging, you'd probably either need to rewrite the bytecode (e.g., inserting a call out to JS between every "real" instruction) or a self-hosted interpreter like wasm3 (https://github.com/wasm3/wasm3).

    (Or maybe there are better solutions that I'm not thinking of.)

  4. hslua

    Haskell bindings to Lua, an embeddable scripting language.

  5. btrfs

    Haskell bindings to the btrfs API

  6. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C DevOps discussion

Log in or Post with

C DevOps related posts

  • CPU & Memory Monitoring 101: How to Check, Analyze, and Optimize System Performance

    1 project | dev.to | 14 May 2025
  • Netdata: 20% discount on all annual plans Promo code BF20241Y

    1 project | news.ycombinator.com | 4 Dec 2024
  • Netdata 2.0 Released

    1 project | news.ycombinator.com | 8 Nov 2024
  • Building static binaries with Go on Linux

    5 projects | news.ycombinator.com | 30 Jul 2024
  • OpenResty on NixOS for an API Gateway

    6 projects | dev.to | 31 Jul 2024
  • The Hidden Costs of Monitoring

    1 project | dev.to | 31 Jan 2024
  • netdata is suddenly reporting 1hour_ecc_memory_correctable like every day

    1 project | /r/hetzner | 4 Dec 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 24 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Index

What are some of the best open-source DevOps projects in C? This list will help you:

# Project Stars
1 Netdata 74,607
2 wasm3 7,555
3 hslua 133
4 btrfs 7
5 software-engineering-series 1

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that C is
the 6th most popular programming language
based on number of references?