Locally Hosting the Open Source Shakespeare Database
The tables in the shakespeare schema come from Open Source Shakespeare. I have created a SQL script which will duplicate this data in your locally hosted database. Download the file shakespeare_insert.sql from Canvas. This file will in one transaction create a schema named shakespeare, create tables to hold the data, and populate those new tables with data.
In order to upload the data:
- Launch DBeaver.
- Connect to the
gisdatabase onlocalhost. - Open a new SQL Editor.
- From the SQL Editor menu, select Import SQL Script and open
shakepeare_insert.sql. - Hit
Alt + X, or from the SQL Editor menu select Execute SQL Script. You may get a warning message asking you to suppress display while the script runs. You can choose “Yes”. The entire script will run in 10-20 minutes.