The SchemaSmithPostgresEnterpriseDemos repository is a collection of demonstration sql server sample database definitions created to be deployed by our enterprise product suite to demonstrate the features and functionality they provide.
Each demo is self contained in one of the following subfolders
| Demo | Status | Author |
|---|---|---|
| ValidProduct | Done | SchemaSmith test product |
| DVDRental | Done | |
| Northwind | Done | https://github.com/pthom/northwind_psql |
| AdventureWorks | Done | https://github.com/lorint/AdventureWorks-for-Postgres |
Each demo has an associated docker service associated with it. To deploy the full stack on windows or mac run the following from the root of the repository:
docker compose pull
docker compose build
docker compose upCheckout our wiki for documentation about how these tools work to make deploying sql server schema effortless.