GithubHelp home page GithubHelp logo

dut3062796s / containerfs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhuzhengyi/cbfs

0.0 3.0 0.0 1.87 MB

The container-native distributed file system

License: Apache License 2.0

Shell 0.11% Go 99.63% C 0.27%

containerfs's Introduction

ContainerFS

Overview

ContainerFS is a container-native distributed filesystem as a unified platform for unstructured data storage.

  • unlimited small files and large files.

  • append-only or random writes

  • scale-out metadata management

  • strong consistency

  • multi-tenancy: millions of filesystem volumes

  • POSIX-compatible

Containerfs has been built and deployed in production since 2013.

Concepts

volume

inode

directory

blob

extent

Architecture

CFS consists of several components:

  • the cluster master. single raft replication, managing volumes, metanodes, datanodes, meta-partitions and data-partitions

  • metanode. multi-raft replication, a meta partition (inode range) per replication state machine

  • datanode. de-clustering of data partitions, two storage engines - Blob Store (BS) and Extent Store (ES), optimized for small and large files respectively.

  • client interfaces: FUSE, Java SDK, Go SDK, Linux kernel

replication

master: single-raft

metadata partition: multi-raft

data partition: chained append-only replication for append operations; multi-raft for extent updates

Usage

  • mounted by containers for decoupling storage from compute

integrated with Kubernetes to run various workloads from application microservices to complex databases e.g., HBase, MyRocks, ElasticSearch, and ChuBao DB

  • Image Store

based on the namespace-less key-file interface, nginx integration

  • Object Store

integration with minio

Deployment

rack

set

containerfs's People

Contributors

sjzlsr avatar bladehliu avatar mervinkid avatar zhuhyc avatar guowl0919 avatar skypigltp avatar

Watchers

James Cloos avatar 杜鹏 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.