An open API service indexing awesome lists of open source software.

https://github.com/zhangjun/agora

an universal log collect system
https://github.com/zhangjun/agora

asynchronous connection-pool libevent log-collector queue tcp tcp-server

Last synced: 8 months ago
JSON representation

an universal log collect system

Awesome Lists containing this project

README

          

# agora
Agora is a log collection system based on Libevent. Now it only support TCP connection, and it will support other protocols later.

## prerequisites:
* libevent 2x
* libmemcached

## architeture
mainly consist of three components:

* main worker and receiver worker
* memory queue
* queue worker

to add