You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@
3
3
4
4
AWS-ES is a Node.js binding for Amazon's [Elasticsearch service](https://aws.amazon.com/elasticsearch-service/) which requires Amazon's [Signature Version 4](http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html).
5
5
6
-
The binding is almost identical to the '[elasticsearch](https://www.npmjs.com/package/elasticsearch)' package to guarantee minimal changes in the code when moving from your Elasticsearch server to Amazon's Elasticsearch service. Currently, it supports the basic functionality needed to get an app with basic Elasticsearch requirements up and running in no-time.
6
+
The binding is almost identical to the '[elasticsearch](https://www.npmjs.com/package/elasticsearch)' package to guarantee minimal changes in the code when moving from your Elasticsearch server to Amazon's Elasticsearch service. Currently, it supports the basic functionalities but they can probably get your app up and running in no-time.
7
+
8
+
This package was initially created to be used by [Notify.ly](https://notify.ly/) and [Crowd Analyzer](http://crowdanalyzer.com/). But you can use it as you like, under the Apache 2.0 license.
0 commit comments