Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.
/ scribe Public archive
forked from facebookarchive/scribe

Scribe is a server for aggregating log data streamed in real time from a large number of servers.

License

Notifications You must be signed in to change notification settings

hyperius/scribe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Scribe is a server for aggregating log data streamed in real time from a large number of servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.3%
  • PHP 14.1%
  • Perl 1.8%
  • Thrift 1.5%
  • CMake 1.2%
  • Python 0.8%
  • Other 0.3%