Skip to content

str4t3gy/LogDevice

 
 

Repository files navigation

LogDevice

Build Status

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 is 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 the logdevice.io website

Requirements

LogDevice is supported on Ubuntu 18.04 (Bionic Beaver) only. However, it should be possible to build it on any other Linux distribution without significant challenges.

Building LogDevice

Full documentation

Join the LogDevice community

See the CONTRIBUTING file for how to help out.

License

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

About

Distributed storage for sequential data

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.3%
  • HTML 4.0%
  • Python 0.5%
  • JavaScript 0.4%
  • CMake 0.3%
  • CSS 0.2%
  • Other 0.3%