JSON and Natural Language Processing in PostgreSQL in University of Michigan
JSON and Natural Language Processing in PostgreSQL free videos and free material uploaded by University of Michigan Staff .
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.
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.
Write a public review