From the course: Creating a Book Search Engine from Scratch Using Java and GitHub Copilot
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Course overview and objectives
From the course: Creating a Book Search Engine from Scratch Using Java and GitHub Copilot
Course overview and objectives
- [Instructor] Welcome to the course on developing a book search engine. Now, in this course, we are going to create a book search engine with the existing data. But before we dive into details and start doing things, it makes sense to zoom out a little bit and see how this course will make progress. So in order for us to start the project, the first thing we would need is a database. So every machine works differently, so in order to set up the database correctly and in a repeatable fashion, we are going to set up this database inside a Docker container. And once we have our Docker container up and running with this database, the next thing that we need to do is to ingest this data with books and authors information. Now, for this course, we have already created the CSV files that are sitting in the remote. And what we need to do in this course is to create the ingestion script that will take this data from CSV and insert in the database. Now, with that, we will have our setup ready,…