Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/litsynp/drf-es-dsl-example

An example to test `bulk` insert of Elasticsearch with elasticsearch-dsl on DRF. @SV-Bootcamp-Team-E
https://github.com/litsynp/drf-es-dsl-example

django-rest-framework docker elasticsearch elasticsearch-dsl

Last synced: about 10 hours ago
JSON representation

An example to test `bulk` insert of Elasticsearch with elasticsearch-dsl on DRF. @SV-Bootcamp-Team-E

Awesome Lists containing this project

README

        

# drf-es-dsl-example

An example to test `bulk` insert of [Elasticsearch](https://www.elastic.co/) on [Django REST Framework](https://www.django-rest-framework.org/) with [elasticsearch-dsl](https://github.com/elastic/elasticsearch-dsl-py).

`docker compose up` and `docker compose down` to load up and shut down the servers.

Go to `http://localhost:9200/search_2/_search?pretty=true&q=*:*` upon completion of loading all the containers.