Django + Elasticsearch

How to build rest API using Django and Elasticsearch?

Hi! Could you be a little more specific - is there something in particular you’re getting stuck on? Django Rest Framework has a nice tutorial that goes through initial setup, if you didn’t see it: https://www.django-rest-framework.org/tutorial/quickstart/

1 Like

Since Elasticsearch isn’t like other databases, and Django official documentation doesn’t provide any information on it. It was confused upon how can I implement database migration and other steps here.