20 lines
680 B
Plaintext
20 lines
680 B
Plaintext
[[about]]
|
|
== About
|
|
=== Features
|
|
* 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 https://github.com/substack/node-browserify[browserify]!).
|
|
* Generalized, plug-able, and highly configurable architecture. You can change anything! See <<extending_core_components>>
|
|
|
|
=== Install in Node
|
|
|
|
[source,shell]
|
|
--------
|
|
npm install --save elasticsearch
|
|
--------
|
|
|
|
=== Browser Builds
|
|
See <<browser-builds>> |