billfeller.github.io
billfeller.github.io copied to clipboard
[TODO][数据可视化]基于Nodejs实现的大数据统一查询协议
Elasticsearch 查询协议:elasticsearch.js
Elasticsearch Clients: https://www.elastic.co/guide/en/elasticsearch/client/index.html elasticsearch.js Client: https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html elasticsearch.js NPM: https://www.npmjs.com/package/elasticsearch
Support Feature:
- One-to-one mapping with REST API
- Configurable, automatic discovery of cluster nodes
- Persistent, Keep-Alive connections
- Intelligent handling of node/connection failure
- Load balancing (with plug-able selection strategy) across all available nodes.
- Works great in node, as well as modern browsers (many thanks to browserify!).
- Generalized, plug-able, and highly configurable architecture. You can change anything!
Druid 查询协议:plywood/node-druid-query
快速了解Druid——实时大数据分析软件: https://www.cnblogs.com/broadview/p/6423673.html Druid中文网: http://druidio.cn/ Query Libraries: http://druid.io/libraries.html PlyQL: http://plywood.imply.io/index
Plywood consists of three logical parts: an expression language for describing data queries, a set of externals for connecting to databases, and a collection of useful helper functions.