InfluxDB 3 OSS is generally available with InfluxDB 3 Core, a time series data engine permissively licensed under MIT/Apache 2.| InfluxData
A follow on from my last post, outlining the process of upstreaming Scrutiny to nixpkgs to make it easier to consume, and have it included in future NixOS releases.| jnsgr.uk
NixOS produces a full system configuration by combining smaller, more isolated and reusable components: Modules. A module is a file containing a Nix expression with a specific structure. It declares options for other modules to define (give a value). It processes them and defines options declared in other modules.[1]| nixos.wiki