In this third course in PostgreSQL for Everybody, learners will learn how PostgreSQL creates and uses JSON and natural language content. Learners will explore using multiple sources of data and how text is structured within PostgreSQL.
Class Deals by MOOC List - Click here and see EdX's Active Discounts, Deals, and Promo Codes.
Within this course, you’ll learn about how PostgreSQL creates and uses inverted indexes for JSON and natural language content. We will use various sources of data for our databases, including access to an online API and spidering its data and storing the data in a JSON column in PostgreSQL. Students will explore how full-text inverted indexes are structured. Students will build their own inverted indexes and then make use of PostgreSQL built-in capabilities to support full-text indexes.
This course is part of the PostgreSQL for Everybody Professional Certificate.
What you'll learn
- Compare Python, PostgreSQL, and JSON
- Index and retrieve natural language text and JSON data; access API data and store it in a database
- Create a GIN-based text[] reverse index and ts_vector index; build a search engine in PostgreSQL.