/log-record

基于golang实现的分布式日志收集,分析

Primary LanguageGoApache License 2.0Apache-2.0

基于golang实现的日志收集

通过监听socket连接,接收客户端提交的日志数据,将其存储到数据库,并创建http服务器,用于暴露http接口供前端使用
socket日志编码协议,参考main.go和command.go文件

图片