home.social

#nosql β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nosql, aggregated by home.social.

  1. πŸš€ Die August-Ausgabe vom Linux-Magazin ist da! πŸŽ‰

    Wir tauchen tief in die Welt der NoSQL-Datenbanken ein und zeigen Ihnen, wo ihre Einsatzgebiete liegen und welche Vorteile sie bieten. πŸŒπŸ’‘

    πŸ” Highlights:

    - CouchDB und MongoDB: Dokumentenorientierte NoSQL-Datenbanken
    - Qdrant: KI-fΓ€hige, vektororientierte Datenbank
    - Key-Value-Stores: Einblicke in Etcd (Kubernetes) und RocksDB (Ceph)

    πŸ“˜ Zum Heft linux-magazin.de/magazine/2024

    #LinuxMagazin #NoSQL #Datenbanken #CouchDB #MongoDB #Qdrant #Etcd #RocksDB

  2. Woot! With my latest commit I have officially converted 100% of the #AetherMUD codebase to be backed by #Ferma (meaning any GraphDB, specifically OrientDB in this case). The old system was to just store it as raw JSON on the file system.

    AetherMUD is Open-source :opensource: written in Java :java:

    It is an MMORPG, text based, and played through telnet/ssh. More info here:

    github.com/Syncleus/AetherMUD/

    #NoSQL #GameDev #Gaming #Programming #MUD #MMORPG #RPG #Java

  3. So I decided part of the reason development on #AetherMUD is going so slow is me repeating the same code in my DAO layer in multiple spots. A bit of a shortcoming of #Ferma

    Ferma is a database extraction layer for graph databases

    Luckily as the founder of Ferma I can always just add new features to the code base there (its also open-source). So im going to try to toss in some new Ferma features for handling sets and object copying.

    For those interested the source code :opensource: for both are below, they are written in Java :java:

    github.com/Syncleus/AetherMUD

    github.com/Syncleus/Ferma

    #Java #OSS #FOSS #GameDev #Gaming #NoSQL #GraphDB #OpenSource