期刊文献+

一种使用Node.js构建的分布式数据流日志服务系统 被引量:11

Distributed Data Stream Log Service System Built with Node.js
下载PDF
导出
摘要 介绍了使用Node.js来实现一个分布式的数据流日志处理系统.为解决随着运行服务数量的增加,基于文件的日志操作会带来的存储性能瓶颈和必须要多处查看等问题提供一种方案.将日志从文件还原为流,利用Node.js来实现一个可分布式获得各日志数据流并且汇聚到中心存储的新型日志系统octoLogStreamlet.充分利用Node.js的非阻塞I/O特性及NoSQL数据库的读写高性能,实现多个数据流同时写入.系统适用于有集中存放日志需求的计算机服务集群.集中存放后对日志的处理和使用均提供了极大的便利. This paper introduces a distributed log service System treating logs as data streams built with Node.js. and provides a solution to the problem that with the service number increases, the operation based on files gives rise to disadvantages that files I/O have performance bottleneck and have to be checked at multiple places. Logs are considered as a sort of data stream rather than files. Write a new log service system named octoLogStreamlet which collects the streams to a central storage with Node.js. Combining Node.js' non-blocking I/O model and outstanding performance of NoSQL database, the system meets the requirements to cope with distributed data streams. The system is suitable for computer clusters needing centralized storage of logs, which provides great convenience for processing and utilizing logs.
作者 张煜
出处 《计算机系统应用》 2013年第2期68-71,共4页 Computer Systems & Applications
关键词 数据流 非阻塞I O 日志 NODE JS REDIS data stream non-blocking I/O log Node.js Kedis
  • 相关文献

参考文献8

  • 1内梅特.Unix/Linux系统管理技术手册.第4版.北京:人民邮电出版社,2012.
  • 2宫学庆,闫莺,常建龙,张晨,周傲英.数据流处理技术在电信网管系统中的应用[J].计算机科学与探索,2008,2(2):180-191. 被引量:6
  • 3StevensWR.UNIX网络编程2:进程间通信.第2版.北京:清华大学出版社,2002.
  • 4Tilkov S, Vinoski S. Node.js: Using JavaScript to build high-performance network programs. Intemet Computing, IEEE, 2010,14(6):80-83.
  • 5Dahl R.Node.js.http://nodejs.org/.
  • 6StoneBraker M. SQL databases v.NoSQL databases. Magazine Communications of the ACM, 2010,53(4): 10-11.
  • 7杨艳,李炜,王纯.内存数据库在高速缓存方面的应用[J].现代电信科技,2011,41(12):59-64. 被引量:18
  • 8Sanfilippo S, Noordhuis P. Redis. http://redis.io/.

二级参考文献8

共引文献22

同被引文献102

引证文献11

二级引证文献29

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部