An open API service indexing awesome lists of open source software.

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

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
```