[Pycon] [new paper] "Paolo Melchiorre" - DjangoProject.com - Full-Text Search with PostgreSQL

info a pycon.it info a pycon.it
Mar 2 Gen 2018 19:21:37 CET


Title: DjangoProject.com - Full-Text Search with PostgreSQL
Duration: 45 (includes Q&A)
Q&A Session: 0
Language: en
Type: Talk

Abstract: The official **Django** project website ([www.djangoproject.com][1]) is based on the latest stable version of Django, the project documentation is generated with **Sphinx** and the generated documents are then stored on **PostgreSQL** to be viewed on the site.

The documentation **search** form is widely used and until recently it was based on **Elasticsearch** with its problems of data synchronization and connection driver update.

> In this talk we will see how I have updated the [search][2] function of the Django project site using the Django **Full-Text Search** module based directly on PostgreSQL, **simplifying** the infrastructure and **speeding up** the **documentation** update, without losing any of the previous **features** of research but rather improving them and adding others long requested by **users**.

Through this talk you can learn how to **add** a new Full-Text Search function in your **project** based on Django and PostgreSQL or **update** the existing search on your site but based on Elasticsearch or similar programs.

--- 

_For an introduction to the topics of the talk you can read my article on ["Full-Text Search in Django with PostgreSQL"][3] based on my [talk][4] presented at the PyCon Otto of 2017._

  [1]: http://www.djangoproject.com
  [2]: https://docs.djangoproject.com/en/dev/search/?q=full+text+search
  [3]: http://www.paulox.net/2017/12/22/full-text-search-in-django-with-postgresql/
  [4]: https://www.pycon.it/conference/talks/ricerca-full-text-in-django-con-postgresql


Tags: [u'elasticsearch', u'django', u'Python', u'web', u'python3', u'postgres', u'database', u'postgresql', u'documentation', u'sphinx', u'Full Text Search', u'search']


Maggiori informazioni sulla lista Pycon