home.social

#juicefs — Public Fediverse posts

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

  1. 🐘 Pigsty concept PGFS combines PostgreSQL + JuiceFS to store files in your database, allowing app consistent rollback of files to any point in time (ala database PITR). Loving all the validation the pigsty team has been doing!

    pigsty.io/blog/pg/pgfs/

    #postgresql #juicefs #pigsty #mysql #oracle #mongodb

  2. Curious about #DistributedFileSystems?

    #InfoQ brings you an insightful article by Changjian Gao, exploring the design principles, innovations & challenges behind 3 representative systems:
    1️⃣ #GoogleFileSystem
    2️⃣ #Tectonic
    3️⃣ #JuiceFS

    Gain valuable insights: bit.ly/3pvnNxt

    #DistributedData #BigData

  3. Curious about #DistributedFileSystems?

    #InfoQ brings you an insightful article by Changjian Gao, exploring the design principles, innovations & challenges behind 3 representative systems:
    1️⃣ #GoogleFileSystem
    2️⃣ #Tectonic
    3️⃣ #JuiceFS

    Gain valuable insights: bit.ly/3pvnNxt

    #DistributedData #BigData

  4. Curious about #DistributedFileSystems?

    #InfoQ brings you an insightful article by Changjian Gao, exploring the design principles, innovations & challenges behind 3 representative systems:
    1️⃣ #GoogleFileSystem
    2️⃣ #Tectonic
    3️⃣ #JuiceFS

    Gain valuable insights: bit.ly/3pvnNxt

    #DistributedData #BigData

  5. Curious about #DistributedFileSystems?

    #InfoQ brings you an insightful article by Changjian Gao, exploring the design principles, innovations & challenges behind 3 representative systems:
    1️⃣ #GoogleFileSystem
    2️⃣ #Tectonic
    3️⃣ #JuiceFS

    Gain valuable insights: bit.ly/3pvnNxt

    #DistributedData #BigData

  6. Curious about ?

    brings you an insightful article by Changjian Gao, exploring the design principles, innovations & challenges behind 3 representative systems:
    1️⃣
    2️⃣
    3️⃣

    Gain valuable insights: bit.ly/3pvnNxt

  7. Thinking further about the Nextcloud rollout:

    Much of the stuff I was considering storing on
    s3fs is already there. And if I switch to an alternate object-storage-based filesystem, such as JuiceFS, the migration process should be nothing more than a simple copy, followed by remounting the storage on the same mount-point. Nextcloud doesn't actually need to know how the backend works -- just that it looks like a filesystem.

    So there's no risk to just sitting pat with what I have.

    Also, even if I move it to another type of filesystem, I'll still have the filesystem level access to the data, so migrating to another system or integrating with other software should be simple.

    In fact, migrating out of
    Gitea should be a simple matter of doing a checkout onto the external storage. If the performance really does suck, I can then copy it to another external storage within Nextcloud (I think).

    The rest of the material I want to store in Nextcloud is small enough that there is no real reason to put it into object storage. And there is one reason not to: surely it is more secure to keep private "office" documents on the same server (if I need to upload them at all, that is).

    And finally, it appears that there isn't enough reason to keep using
    ResourceSpace , since Nextcloud replicates the key features I would have been using it for. Instead, I should probably be looking at the available Nextcloud apps to see if I can fill in any gaps in functionality (mainly the ability to read and extract metadata and preview information from a range of file types).

    So it looks like I may not even have to reinstall Nextcloud. Just invest some time in organizing and tagging.

    #VirtualStudio #Infrastructure #Nextcloud #s3fs #JuiceFS #Gitea