This is a fork of Facebook's archived project.
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
- Replace automake with cmake
- Make code refactoring
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.
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