@nxus

4 Followers
31 Following
24 Posts
I'm computer science student
I'm Venezuelan.
Portfoliohttps://nxus.pages.dev/
Githubhttps://github.com/DumbNoxx
Buy me a Coffeehttps://ko-fi.com/dumbnoxx

Implemented generic HTTP integrations for Goxe. Ship aggregated logs to any observability platform (Baselime, Cloudflare, Datadog) via custom headers. Low-latency delivery with minimal memory pressure.

Check the commit:
https://github.com/DumbNoxx/goxe/commit/7baa17718691dec39d27645c93510025ad7cc498

#golang #observability #OpenSource #devops

Added the -brew flag to Goxe for offline legacy log normalization. It’s ideal for cleaning up old files via clustering and shipping them to the server in one go. Reduced overhead to 1 alloc per log (aiming for 0) while keeping a tiny footprint on modest hardware.

https://github.com/DumbNoxx/goxe

#Golang #Performance #OpenSource #go #google #DevOps

GitHub - DumbNoxx/goxe: goxe is a log reduction tool written in go. it normalizes, filters, and aggregates repeated messages. the result is less noise, lower bandwidth, and cheaper storage without losing visibility into recurring issues.

goxe is a log reduction tool written in go. it normalizes, filters, and aggregates repeated messages. the result is less noise, lower bandwidth, and cheaper storage without losing visibility into r...

GitHub

Goxe is now on AlternativeTo. It’s a big step since many projects don’t make it through the listing process. If you need to reduce log noise and cut storage costs, it’s now officially listed as an alternative. ❤️❤️

https://alternativeto.net/software/goxe/about/

#OpenSource #Go #Software #alternative

Huge thanks for the support! Goxe reached 20% of its goal for a dedicated documentation domain. ❤️❤️

Goxe is a high-performance Go tool that aggregates repetitive logs into readable summaries, reducing noise and storage costs.

Explore the project here: https://github.com/DumbNoxx/goxe

#OpenSource #Go

A log Aggregator

From thousands of lines to a single report. goxe processes your logs via Syslog/UDP to deliver only what matters, when it matters.

Goxe

Goxe v1.3.6 is now available.

Optimized processing using byte slices, GitHub API fixes, and hot-reloading (Unix) via the goxe update command.

https://github.com/DumbNoxx/goxe/releases/tag/v1.3.6

Release v1.3.6 · DumbNoxx/goxe

Changelog 5de4457 chore(release): update changelog for v1.3.6 91d3546 refactor(releases): update archives.format to formats aa1c6ec Merge pull request #23 from DumbNoxx/fix/update-handoff-race 587...

GitHub
Do you document your own code or let AI do the heavy lifting?

v1.3.1 is now available! Added a goxe update command for Unix users so you can update on the fly without losing logs or stopping the process—it now automatically checks GitHub for the latest version. Also polished the config hot-reloading to fix some edge cases. (Heads up: live binary updates won't work on Windows for obvious reasons, and the update command currently only works if goxe was installed via go install. The rest is solid). Give it a spin.

https://github.com/DumbNoxx/goxe

GitHub - DumbNoxx/goxe: goxe is a log reduction tool written in go. it normalizes, filters, and aggregates repeated messages. the result is less noise, lower bandwidth, and cheaper storage without losing visibility into recurring issues.

goxe is a log reduction tool written in go. it normalizes, filters, and aggregates repeated messages. the result is less noise, lower bandwidth, and cheaper storage without losing visibility into r...

GitHub

I realized that Goxe, instead of excluding the ignored words, was skipping the entire log entry that contained them due to how config.json was handled. It was an implementation mistake on my part — one of those “I’ll fix it later” decisions that turned into technical debt, and I only noticed it now. XD

https://github.com/DumbNoxx/goxe/releases/tag/v1.2.1

Release v1.2.1 · DumbNoxx/goxe

Changelog c5be3c9 chore(release): update changelog for v1.2.1 656da95 Merge pull request #12 from DumbNoxx/fix/scrubbing-logic-ignored-word 2015a7d fix(processor): remove specific words from logs ...

GitHub

Goxe hits 19k logs/s on commodity hardware, proving you don't need a massive server to handle massive traffic.

💻 Specs:

CPU: i5-8250U @ 3.40 GHz

RAM: 16GB (Low footprint)

Kernel: Linux 6.18-zen (Arch)

The Result: Efficient log reduction, Edge-ready, and powered by near-zero allocation overhead.

https://github.com/DumbNoxx/goxe

#opensource #google #cloudflare #devOps #developers #development #arch #linux #windows #macos

GitHub - DumbNoxx/goxe: goxe is a log reduction tool written in go. it normalizes, filters, and aggregates repeated messages. the result is less noise, lower bandwidth, and cheaper storage without losing visibility into recurring issues.

goxe is a log reduction tool written in go. it normalizes, filters, and aggregates repeated messages. the result is less noise, lower bandwidth, and cheaper storage without losing visibility into r...

GitHub