Well, that move from #tebi to #scaleway was very painless. #s3 #objectstore #mastoadmin

Watching the re-indexing of an archival catalog backup of AtoM, I realized:

Indices populated with 18751 documents in 164.84 seconds.

19k Objects?
Thats /nothing/ for a regular #bigDATA tech-tool. This is peanuts.

400.000 Objects?
Millions?! - According to documentation of #ApacheIceberg #ObjectStore #Redis #KeyDB, etc: **easy**

#DLTP & #GLAM: Storing and using those "objects" in key/value annotated filesystems with bigDATA tools:

**FUN!!**

Anyone having some performance data for the #IONOS #Objectstore for comparison?

Is 0.5 Mbit/s down (average 0.2) and 0.4 MBit/s up (average 0.25) all you get?

I don't see anything that would prevent it from reaching higher speeds, but it appears to cap out there. Not sure why though.

Also for some reason s3fs is throing "input/output errors" after a few hours without logging any error (rerunning with loglevel=info right now).

Es gibt ein neues Kapitel in meiner VPS Dokumentation. Ich beschreibe, wie man MinIO als Object Store für Iceshrimp installiert und konfiguriert: info.jyrgi.de/services/minio/index.html
#Iceshrimp #MinIO #ObjectStore #selfhosting
2.3 MinIO Object Store :: Jürgen's NB

Iceshrimp has some issues when the local file system is used to cache media files. Under iOS especially videos cannot be started. This problem seem to be solved in Iceshrimp.NET. I selected MinIO as object store. The subsequent sections describe the installation and how to configure Iceshrimp to make use of MinIO. Install MinIO To run MinIO as docker container you need to provide following docker-compose.yml file: services: minio: command: 'server /data --console-address ":9001"' image: quay.io/minio/minio:latest restart: unless-stopped volumes: - './data:/data' env_file: "./.env" container_name: minio ports: - '127.0.0.1:9001:9001' - '127.0.0.1:9000:9000' The administrator account and password is provided in the .env file which has following content:

Jürgen's NB
Using Core Data With CloudKit | WWDC NOTES

CloudKit offers powerful, cloud-syncing technology while Core Data provides extensive data modeling and persistence APIs. Learn about combining these complementary technologies to easily build cloud-backed applications. See how new Core Data APIs make it easy to manage the flow of data through your application, as well as in and out of CloudKit. Join us to learn more about combining these frameworks to provide a great experience across all your customers’ devices.

WWDC NOTES
Never realized how simple it is to add an #ObjectStore to #nextcloud. Pretty cool! 

s3fs vs native S3 API access for Mastodon? 🤔💾

#mastodon #s3fs #s3 #objectstorage #objectstore #performance

Thema #backup : Hat jemand ein günstige und automatisierte Backup-Strategie am laufen, die als Ablage einen #s3 kompatiblen #objectstore nutzt? Am besten über verschiedene Betriebssysteme hinweg? Es wundert mich, dass das bisher nicht mehr eingeschlagen ist, schließlich könnte man dafür auch Billiganbieter mit niedriger Verfügbarkeit nehmen (s. jüngst z.B. Contabo).