Public data images
Spawn has some public data images available to all users. You can list these by running spawnctl get data-images --public
. (They will also be listed if you don't have any data images of your own.) Data images that you create yourself are never made public and are restricted to you and any teams you share them with.
Available public data images
Empty databases
imageName:tag | Database | Version |
---|---|---|
postgres:empty | PostgreSQL | v11 |
mysql:empty | MySQL | v5.7 |
mssql:empty | SQL Server | 2017 |
Sample databases
imageName:tag | Database | Version | Notes |
---|---|---|---|
pagila:v11 | PostgreSQL | v11 | Pagila by Devrim Gündüz |
sakila:v5.7 | MySQL | v5.7 | Sakila from MySQL |
wide-world-importers:2017 | SQL Server | 2017 | Wide World Importers (OLTP) from Microsoft |
adventure-works:2017 | SQL Server | 2017 | AdventureWorks (OLTP) from Microsoft |
Requests for other databases
Are there other databases that you'd like to see added to this list? Let us know at spawn@red-gate.com
.