Advent of Code 2023 – Day 3
I'm trying to solve all the Advent of Code puzzles in this video series.
I’m trying to solve all the Advent of Code puzzles in this video series.
We go through how to manually install a Ceph cluster. We will add Object storage devices and play around with Rados. Rados (Reliable autonomic distributed object storage) is a great way to store data in a secure and efficient way. Adding storage When the cluster is up and running and all monitors are in qourum…
In this video we talk about SeaweedFS, the highly scalable distributed file system designed to store billions of files and serve them lightning-fast. In this video, we’ll explore SeaweedFS’s unique architecture, which distributes metadata across volume servers for faster file access, and compare it to Ceph, another popular distributed file system. Don’t miss this chance…
Looking into WebSockets and how to set up a simple server to send messages back and forth. I’m using a simple chat server example and sends messages from javascript and PHP.
We look into building Ceph from source. A build of Ceph is built from Github code using normal tooling. But I need to build my own packages as there is no new packages built for the Raspberry PI arm processor. There are quite some challenges and interesting things to keep in mind when building Ceph…
I’m trying to solve all the Advent of Code puzzles in this video series.