Skip to content

4. Database Seeding

Saumya Shah edited this page Aug 14, 2018 · 1 revision

Overview

Once the named entities are printed using csv and tsv files, we can inject those values in a MongoDB database.

Phase Walkthrough

Create a database in MongoDB Shell and a collection named probate_books.

db_create

Use mongoimport to inject the csv into the MongoDB.

mongo_import

Check the collection

collection

Clone this wiki locally