Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Latest commit

 

History

History
62 lines (41 loc) · 1.35 KB

File metadata and controls

62 lines (41 loc) · 1.35 KB

Scribe

This is a fork of Facebook's archived project.


Introduction

Scribe is a server for aggregating log data that's streamed in real time from clients. It is designed to be scalable and reliable.

See the Scribe Wiki for documentation: http://wiki.github.com/facebook/scribe

Goals

  • Replace automake with cmake
  • Make code refactoring

License (See LICENSE file for full license)

Base files - Copyright 2007-2008 Facebook

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Hierarchy

scribe/

aclocal/ Contains scripts for building/linking with Boost

examples/ Contains simple examples of using Scribe

if/ Contains Thrift interface for Scribe

lib/ Contains Python package for Scribe

src/ Contains Scribe source

test/ Contain php scripts for testing scribe