billfeller.github.io icon indicating copy to clipboard operation
billfeller.github.io copied to clipboard

[TODO][数据可视化]基于Nodejs实现的大数据统一查询协议

Open billfeller opened this issue 6 years ago • 0 comments

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:

  1. One-to-one mapping with REST API
  2. Configurable, automatic discovery of cluster nodes
  3. Persistent, Keep-Alive connections
  4. Intelligent handling of node/connection failure
  5. Load balancing (with plug-able selection strategy) across all available nodes.
  6. Works great in node, as well as modern browsers (many thanks to browserify!).
  7. Generalized, plug-able, and highly configurable architecture. You can change anything!

es

Druid 查询协议:plywood/node-druid-query

image

image

快速了解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.

image

billfeller avatar May 24 '18 08:05 billfeller