LogDevice

Distributed storage for sequential data

  • 所有者: facebookarchive/LogDevice
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

LogDevice

Build Status Gitter

LogDevice is a scalable and fault tolerant distributed log system. While a
file-system stores and serves data organized as files, a log system stores and
delivers data organized as logs. The log can be viewed as a record-oriented,
append-only, and trimmable file.

LogDevice is designed from the ground up to serve many types of logs with high
reliability and efficiency at scale. It's also highly tunable, allowing each use
case to be optimized for the right set of trade-offs in the durability-efficiency
and consistency-availability space. Here are some examples of workloads supported
by LogDevice:

  • Write-ahead logging for durability
  • Transaction logging in a distributed database
  • Event logging
  • Stream processing
  • ML training pipelines
  • Replicated state machines
  • Journals of deferred work items

For full documentation, please visit logdevice.io.

Requirements

LogDevice is only supported on Ubuntu 18.04 (Bionic Beaver). However, it should
be possible to build it on any other Linux distribution without significant
challenges. LogDevice relies on some c++17 features, so building LogDevice
requires a compiler that supports c++17.

Quick Start

Documentation

Build LogDevice

Join the LogDevice community

Contributors

See the CONTRIBUTING file for how to help out.

License

LogDevice is BSD licensed, as found in the LICENSE file.

主要指标

概览
名称与所有者facebookarchive/LogDevice
主编程语言C++
编程语言XSLT (语言数: 13)
平台
许可证Other
所有者活动
创建于2018-09-12 15:13:48
推送于2021-10-12 21:28:41
最后一次提交
发布数9
最新版本名称2.46.5 (发布于 )
第一版名称v.2.43.4 (发布于 )
用户参与
星数1.9k
关注者数84
派生数214
提交数5.5k
已启用问题?
问题数87
打开的问题数10
拉请求数4
打开的拉请求数1
关闭的拉请求数125
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?