0.13.14 • Published 5 months ago

art-ery-elasticsearch v0.13.14

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

Art-Ery Elasticsearch

ArtEry Pipeline for Elasticsearch

Development Server

Get

Local Testing

Download the latest:

> ./elasticsearch-5.3.1/bin/elasticsearch
Handy
  • list all indicies: &ArtRestClient.getJson "http://localhost:9200/*"
  • list all records: &ArtRestClient.getJson "http://localhost:9200/my_index/_search"
  • delete index: &ArtRestClient.delete "http://localhost:9200/my_index"
Verify the Server:

You should see something like this:

{
  "name" : "TD4A4C2",
  "cluster_name" : "elasticsearch",
  "cluster_uuid" : "3AH3n90VQEiuVbei0jKHJw",
  "version" : {
    "number" : "5.3.0",
    "build_hash" : "3adb13b",
    "build_date" : "2017-03-23T03:31:50.652Z",
    "build_snapshot" : false,
    "lucene_version" : "6.4.1"
  },
  "tagline" : "You Know, for Search"
}
Run tests
npm test

Remote Testing

Setup elasticsearch on AWS. Set up your IAM user. Use the comand below, but replace YOUR_SECRET and YOUR_KEY with your own keys.

artConfig='{"Art.Ery.Elasticsearch":{"credentials":{"secretAccessKey":"YOUR_SECRET","accessKeyId":"YOUR_KEY"},"endpoint":"https://search-imikimi-zo-ws32l6szgwqfv6hivvp7j5wlsq.us-east-1.es.amazonaws.com"}}' npm test
0.13.14

5 months ago

0.13.13

5 months ago

0.13.12

5 months ago

0.13.11

5 months ago

0.13.10

6 months ago

0.13.9

6 months ago

0.13.8

6 months ago

0.13.7

6 months ago

0.13.6

6 months ago