Skip to content

Commit

Permalink
Elasticsearch doc
Browse files Browse the repository at this point in the history
  • Loading branch information
araddon committed Nov 15, 2017
1 parent f8378fd commit e856bed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions backends/elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ It only imports `github_issues` and `github_watch`.

```sh
# from root of this repo, there is a docker-compose
# which has an elasticsearch server in it we will use for example.
cd github.com/dataux/dataux
docker-compose up

cd backends/elasticsearch/importgithub
# assuming elasticsearch on localhost else --host=myeshost
# lets import the data into elasticsearch
cd backends/elasticsearch/importgithub
go build && ./importgithub

# using docker start a dataux
# using docker start a dataux server
docker run --rm -it --net=host -p 4000:4000 gcr.io/dataux-io/dataux:latest

# now that dataux is running use mysql-client to connect
Expand Down

0 comments on commit e856bed

Please sign in to comment.