If you have stored the longitude and latitude coordinates for the address in your Django model, you can leverage the spatial features of PostGIS and GeoDjango to perform advanced geo searches similar to Elasticsearch.
Nginx(发音为 “engine x”)是一个高性能的Web服务器和反向代理服务器,也可以作为一个负载平衡器、HTTP缓存和邮件代理服务器。它被设计用来处理大量的并发连接,而内存使用量却很低,这使得它成为高流量网站的热门选择。
有时需要在Windows上部署ElasticSearch,那么最方便的方法还是用docker-compose来安装部署。也可以将本文作为快速上手docker-compose的简单案例。