This is the demo for my presentation on PgConf.Russia 2019 in Moscow.
Here is the announcement of my speech: https://pgconf.ru/2019/242909.
The slides are on speakerdeck or slideshare
The database contains a schema for demonstration of the idea to work with telematics and telemetry via PostgeSQL.
To run this demo you need Docker
with docker-compose
.
Just type the command docker-compose up -d
from this folder.
After all type the docker-compose down
to stop the demo.
There are the stack of two applications via docker-compose yaml file with:
-
Postgres 11.1 + PostGIS 2.5.1 + TimescaleDB 1.1.1
-
PgAdmin 4 (
admin@pgconf.ru / admin
on http://localhost:5433)
To get access from pgAdmin4
you need to use next connection settings:
Host: postgres
Port: 5432
MaintenanceDB: postgres
Username: postgres
Password: postgres