Архитектура JuiceFS подразумевает использование СУБД Redis для хранения метаданных, определяющих структуру ФС и параметры отражения блоков данных в облачные хранилища. Файловая система реализована в пространстве пользователя с использованием механизма FUSE. Каждый файл разбивается на логические цепочки размером 64 МБ, которые в свою очередь разделяются на более мелкие блоки, которые после шифрования (опционально) и сжатия записываются в хранилища объектов.
Основные особенности JuiceFS:
Помимо JuiceFS, компания Juicedata также развивает открытый инструментарий JuiceSync, позволяющий реплицировать данные между разными хранилищами на базе локальных ФС, sftp, HDFS и облачных сервисов хранения объектов AWS S3, Google Cloud Platform GCS, Microsoft Azure Block Storage, Aliyun OSS, Tencent Cloud COS, UCloud UFile, Qingyun QingStor, KingSoft Cloud KS3, Baidu Cloud BOS, JDCloud Object Storage, Qiniu, Backblaze B2 и Digital Ocean Space.
Источник: https://www.opennet.ru/opennews/art.shtml?num=54396
Источник: OpenNET
Изучение React в 2021 году: 7 навыков, которыми стоит овладеть
What Makes Up the Backbone of Website Development
Разработка • DZone Web Dev • 20 января 2021 г. 2:32
Just a few days before Christmas, I came along the NestJs framework. I always wanted to give NodeJs development a try, but the idea of a JavaScript backend seemed to keep me away. NestJs is a framework for building Node.js server side applications a...... читать далее
tutorial web dev angular nodejs nestjsDevOps • linuxhint.com • 20 января 2021 г. 2:27
A queue in C++ is a list data structure wherein the first element placed on the list is also the first element removed. Priority queue in C++ works similarly. Their difference is that C++ priority_queue has ordering. Learn how to use the C++ priority...... читать далее
C++SEO • biznology • 20 января 2021 г. 0:05
Distribution strategy, despite being one of the fabled 4 P’s (“Place”), has traditionally been outside the direct purview of B2B marketers. It’s time for a change. The severe disruption in distribution value... The post Why Distribution Str...... читать далее
Consultants Collective Corner business advice Business and Economy distribution e-Commerce leadership skills partnerships technology processesDevOps • DZone DevOps • 19 января 2021 г. 22:50
Introduction Magento 2 eBay has prospective buyers eager to buy something and, being the most popular online marketplace, it is filled. If you have the desired goods with preferable conditions, you will increase revenue dramatically with the he...... читать далее
amazon magento magento 2 ebay amazon advertising magento 2 extension ebay and magento ebay business magento 2 app magento 2 pluginDevOps • DZone DevOps • 19 января 2021 г. 22:21
Golang is probably one of the simplest programming languages to read and understand, but not all code written in Go is simple. As it goes, anyone can write complex things by composing together simple stuff, in ways that make no sense. Writing Go can...... читать далее
tutorial code quality golang static analysis tools golang developers golang development tools golang tutorials golang vulnerabilities