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
- Host: GitHub
- URL: https://github.com/zhangjun/agora
- Owner: zhangjun
- License: bsd-2-clause
- Created: 2017-09-03T09:27:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-24T13:22:09.000Z (about 8 years ago)
- Last Synced: 2025-02-17T06:30:19.741Z (11 months ago)
- Topics: asynchronous, connection-pool, libevent, log-collector, queue, tcp, tcp-server
- Language: C
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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