Skip to content

Commit

Permalink
Arranged into same chapter structure as book
Browse files Browse the repository at this point in the history
  • Loading branch information
pgolding committed Mar 8, 2017
1 parent 38b05d1 commit f0156ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.ipynb_checkpoints/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

To help those who want to follow [the book](https://www.elastic.co/guide/en/elasticsearch/guide/master/index.html) using Python code, I reproduced the various example API calls using the two Python libraries:

*[Elasticsearch](http://elasticsearch-py.readthedocs.io/en/master/index.html)
*[Elasticsearch DSL](http://elasticsearch-dsl.readthedocs.io/en/latest/index.html)
* [Elasticsearch](http://elasticsearch-py.readthedocs.io/en/master/index.html)
* [Elasticsearch DSL](http://elasticsearch-dsl.readthedocs.io/en/latest/index.html)

My goal is to assist the reader/learner in understanding the mechanics of Elasticsearch whilst understanding the Python libs.

Expand Down

0 comments on commit f0156ac

Please sign in to comment.