An open API service indexing awesome lists of open source software.

https://github.com/suda/particle-elasticsearch

App feeding Particle events to ElasticSearch
https://github.com/suda/particle-elasticsearch

Last synced: about 1 year ago
JSON representation

App feeding Particle events to ElasticSearch

Awesome Lists containing this project

README

          

# Particle events to ElasticSearch feeder

## Usage
[![Deploy to Tutum](https://s.tutum.co/deploy-to-tutum.svg)](https://dashboard.tutum.co/stack/deploy/)

Or run on your own Docker:

```
$ docker run -e ACCESS_TOKEN= -e ELASTICSEARCH_HOST= suda/particle-elasticsearch
```

Image can be also linked to ElasticSearch container:

```
$ docker run -e ACCESS_TOKEN= --link elasticsearch suda/particle-elasticsearch
```

## Docker env variables
* `ACCESS_TOKEN` - [Particle access token](https://docs.particle.io/reference/api/#authentication)
* `ELASTICSEARCH_HOST` - _optional_ ElasticSearch host
* `ELASTICSEARCH_INDEX` - _optional_ ElasticSearch index name (default: `particle`)