Talk Proposal Submission

If you are interested in attending this talk at PyCon JP 2017, please use the social media share buttons below. We will consider the popularity of the proposals when making our selection.

talk

Power up your app with effective search api(en)

Speakers

Chloe Chen

Audience level:

Intermediate

Category:

Industry Uses

Description

In this talk, I'd like to share my experience about integrating Elasticsearch to our Django app and the data relationship between Elasticsearch and your main database. Moreover, rather than only using Elasticsearch as a efficient filtering tool, how can we leverage the power of Elasticsearch to improve users search experience.

Objectives

Based on my learning path, I found it quite interesting to dive into this powerful tool, improve search experience without having strong knowledge about information retrieval. Hope the audiences will get some ideas about: - Easily build up filtering and sorting functions without worrying about table design and database indexes - Optimizing search experience for Mandarin text - what are the interesting use cases by using Elasticsearch

Abstract

Thanks to the amazing work of Open Source developers, building application is no longer a pain start point by using open source frameworks like Django, Flask. While it's easy to reach a point where your application do rely on a search function over certain amount of information, you may start indexing fields in your database where search can be performed. Databases can be good enough for filtering or simple string matching, but they are not a good candidate when you need advanced search functionality. In this talk, I'd like to share my experience about integrating Elasticsearch to our Django app and the data relationship between Elasticsearch and your main database. Moreover, rather than only using Elasticsearch as a efficient filtering tool, how can we leverage the power of Elasticsearch to improve users search experience.
  • このエントリーをはてなブックマークに追加
CONTACT