When to Choose Cluster vs. Single-Node? 🤔
The cluster version is specifically designed for scenarios where horizontal scaling across multiple machines is necessary because you're hitting those single-host limits.

Check more information in our latest announcement 👇
https://hubs.li/Q03sRKrg0
#Observability #Logs #OpenSource #DevOps #DistributedSystems #VictoriaMetrics #monitoring

VictoriaLogs: Scalable | Open Source | Logs DB & Logging Solution

VictoriaLogs is a fast and easy-to-use, open source logs solution. Highly scalable on cloud, kubernetes or on-premise setups.

VictoriaMetrics

New work:

Distributed Transaction Patterns

https://github.com/ha1tch/dxp/blob/main/README.md

A framework for understanding and implementing distributed transaction patterns through a phase-based spectrum approach.

The DXP documentation is organized as a progressive journey through distributed transaction patterns.

#DistributedSystems #compsci #cloud #cs #foss #golang #natsio #oss #OpenSource

dxp/README.md at main · ha1tch/dxp

Distributed Transaction Patterns. Contribute to ha1tch/dxp development by creating an account on GitHub.

GitHub

💡 Rethinking #Microservices? Listen to the #InfoQ #podcast with Sam Newman for key lessons:

🔹 Use Microservices as a last resort, as distributed systems bring serious complexity
🔹 Architecture is a Continuous Journey, not a fixed destination
🔹 Focus on the Outcome
🔹 Build in Observability from day one to enable better decision-making
🔹 Microservices are not binary, but a gradient. It's OK to have microservices for part of your systems, while the rest remain monoliths

🔗 https://bit.ly/3FYjFyr

#SoftwareArchitecture #Observability #DistributedSystems

Constellation update: the system is at the point of a bare-minimum end-to-end demo. I can submit a basic request to a peer, have it send to a consensus pool (if needed), then to a processor, then report the result back.

The "last mile" of code is janky and has lots of tech-debt to get to this point on a certain timeline, but it's there. The core architecture is mostly sound, though.

#OSS #OpenSource #tech #DistributedSystems

Jepsen: TigerBeetle 0.16.11

이벤트 소싱 이해: 이벤트 모델링과 이벤트 소싱으로 확장 가능한 시스템 설계 및 구현 https://leanpub.com/understanding-eventsourcing-kr by Jinho Yim와(과) Martin Dilger is the featured book on the Leanpub homepage! https://leanpub.com #SoftwareEngineering #Software #SoftwareArchitecture #EventDrivenArchitecture #DistributedSystems #books #ebooks

Leanpub에서 찾아보세요!

Understanding Eventsourcing by Martin Dilger is on sale on Leanpub! Its suggested price is $29.00; get it for $17.10 with this coupon: https://leanpub.com/sh/yPUqtOWI #SoftwareEngineering #EventDrivenArchitecture #SoftwareArchitecture #Software #DistributedSystems
Understanding Eventsourcing

This book gives a detailed introduction to Eventsourcing and how to apply it in real world scenarios with a focus on implementation.

Leanpub

🎙️ New #ACMByteCast Alert!

ACM Fellow Michael J. Freedman talks with Rashmi Mohan about building Coral CDN, co-founding Timescale, and turning research into real-world impact.

💡 From peer-to-peer systems to databases for real-time analytics—don’t miss this deep dive into scalable tech. Listen now here or wherever you get your podcast: https://learning.acm.org/bytecast/ep69-michael-freedman

#DistributedSystems #TechInnovation

Understanding Eventsourcing by Martin Dilger is on sale on Leanpub! Its suggested price is $29.00; get it for $17.10 with this coupon: https://leanpub.com/sh/Qa6Yazow #SoftwareEngineering #EventDrivenArchitecture #SoftwareArchitecture #Software #DistributedSystems
Understanding Eventsourcing

This book gives a detailed introduction to Eventsourcing and how to apply it in real world scenarios with a focus on implementation.

Leanpub
CRDTs #2: Turtles All the Way Down

This is the 2nd post in a series of 4 posts I'm doing on CRDTs. Please see the intro post for context. Modern distributed systems often seem to rest on an stack…