https://github.com/zoltan-nz/postgresql-datawarehouse-excercise
Building datawarehouse with PostgreSQL
https://github.com/zoltan-nz/postgresql-datawarehouse-excercise
Last synced: 7 months ago
JSON representation
Building datawarehouse with PostgreSQL
- Host: GitHub
- URL: https://github.com/zoltan-nz/postgresql-datawarehouse-excercise
- Owner: zoltan-nz
- Created: 2017-06-08T08:28:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T10:10:23.000Z (over 8 years ago)
- Last Synced: 2025-01-22T02:46:11.413Z (9 months ago)
- Language: PLpgSQL
- Size: 700 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PostgreSQL
Building Date Warehouse with PostgreSQL.
Launch postgres server:
```
$ pg_ctl -D ~/.brew/var/postgres start
``````
$ createdb zoltan
``````
$ psql -d zoltan
```