Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 439 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 439 Bytes

drf-es-dsl-example

An example to test bulk insert of Elasticsearch on Django REST Framework with elasticsearch-dsl.

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.