# baidu/bfs

The Baidu File System.

Repository: https://github.com/baidu/bfs
Canonical: https://ross.abutalabs.com/products/bfs
Language: C++
License: BSD-3-Clause
License Family: permissive
Last push: 2018-12-03T15:52:28+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4312, "days_push": 2830, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2847, forks 552 (observed 2026-08-28T04:07:25.514103+00:00)

## What it is
Baidu File System (BFS) is a distributed file system written in C++ designed for real-time applications, offering fault tolerance, low read/write latency, and high throughput. It uses Raft for metadata consistency and supports multi-datacenter deployment with up to 10,000 data nodes.

## Use cases
- store and serve files for real-time search indexing systems
- run a fault-tolerant distributed file system with low latency
- replace HDFS for workloads needing low-latency reads and writes
- deploy a scalable file system across multiple data centers
- back user behavior analytics pipelines with shared storage

## When to choose
- you need a distributed file system optimized for low-latency real-time workloads rather than batch processing
- you want Raft-based metadata consistency with no single point of failure
- you operate large Linux C++ clusters and can build from source

## When to avoid
- you need a general-purpose POSIX file system for desktop use
- you want a mature, actively maintained project - the last release was 2018
- you need Hadoop ecosystem integration out of the box

## Facets
- artifact type: service
- maturity: maintenance
- function: file-system, caching, streaming
- domain: microservices, big-data, infrastructure-as-code
- platform: cpp
- tags: distributed-file-system, raft, low-latency, high-throughput, storage, linux

## Member repositories
- baidu/bfs (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:25.514103+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:48:31.564284+00:00, confidence not recorded.
  - readme: https://github.com/baidu/bfs (fetched 2026-08-28T04:07:25.514103+00:00, sha c206f04b528c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
