-
Урок 1. 00:03:37Get data from Elasticsearch by id using http
-
Урок 2. 00:05:11Get data from Elasticsearch by id using the Elasticsearch npm client
-
Урок 3. 00:04:49Add data to Elasticsearch
-
Урок 4. 00:06:08Update data in Elasticsearch
-
Урок 5. 00:04:16Search for data in Elasticsearch using the _search endpoint
-
Урок 6. 00:02:02Paginate through search results in Elasticsearch
-
Урок 7. 00:04:21Search Elasticsearch using Query Parameters
-
Урок 8. 00:03:50Search for data in Elasticsearch using queryDSL language
-
Урок 9. 00:06:26Search for data in Elasticsearch using full text search
-
Урок 10. 00:12:30Perform analytics using Elasticsearch aggregation queries
-
Урок 11. 00:04:30Create an index using the Elasticsearch API
-
Урок 12. 00:02:18Create an alias for an Elasticsearch index
-
Урок 13. 00:01:20Close and open an Elasticsearch index
-
Урок 14. 00:01:23Delete an index using the Elasticsearch API
-
Урок 15. 00:09:44Create a type and map in an index
-
Урок 16. 00:08:14Bulk import data into Elasticsearch
-
Урок 17. 00:07:50Monitor Elasticsearch cluster health and status with the _cat API
-
Урок 18. 00:02:35Understand the role of JVM heap in Elasticsearch performance
-
Урок 19. 00:02:41Monitor Elasticsearch cluster health and status with the _cluster and _nodes APIs
-
Урок 20. 00:04:21Reindex data from an existing Elasticsearch index
- Категории
- Источники
- Все курсы
- Разделы
- Книги
Unfortunately repo is a bit outdated, so you have to change docker-compose.yml to make it work. Another issue is that ES has updated package & API, so bulk operation to add `simpsons_script_lines.csv` fails, because ElasticSearch doesn't allow to add so much data (~35Mb) at once.