diff --git a/README.md b/README.md index afd3f5c..b7f0e20 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## What is it? +# What is it? eland is a elasticsearch client Python package to analyse, explore and manipulate data that resides in elasticsearch. Where possible the package uses existing Python APIs and data structures to make it easy to switch between Numpy, Pandas, Scikit-learn to their elasticsearch powered equivalents. In general, the data resides in elasticsearch and not in memory, which allows eland to access large datasets stored in elasticsearch.