Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/litsynp/drf-es-dsl-example
- Owner: litsynp
- Created: 2022-08-03T12:54:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T12:54:53.000Z (over 2 years ago)
- Last Synced: 2023-03-05T02:38:13.130Z (over 1 year ago)
- Topics: django-rest-framework, docker, elasticsearch, elasticsearch-dsl
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.