https://github.com/binakot/pgconf-2019-moscow-demo
PostgreSQL + PostGIS + TimescaleDB for telematics & telemetry
https://github.com/binakot/pgconf-2019-moscow-demo
demo postgis postgresql telematics telemetry timescaledb timeseries
Last synced: 3 months ago
JSON representation
PostgreSQL + PostGIS + TimescaleDB for telematics & telemetry
- Host: GitHub
- URL: https://github.com/binakot/pgconf-2019-moscow-demo
- Owner: binakot
- Created: 2019-01-12T21:08:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T14:15:08.000Z (over 6 years ago)
- Last Synced: 2025-03-06T02:46:32.836Z (8 months ago)
- Topics: demo, postgis, postgresql, telematics, telemetry, timescaledb, timeseries
- Language: PLpgSQL
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐘🐘🐘 PgConf.Russia 2019 🐘🐘🐘
## Demo Project
This is the demo for my presentation on [PgConf.Russia 2019](https://pgconf.ru/2019) in Moscow.
Here is the announcement of my speech: [https://pgconf.ru/2019/242909](https://pgconf.ru/2019/242909).
The slides are on [speakerdeck](https://speakerdeck.com/binakot/postgresql-plus-postgis-plus-timescaledb-storage-for-monitoring-systems) or [slideshare](https://www.slideshare.net/IvanMuratov1/postgresql-postgis-timescaledb-storage-for-monitoring-systems)
The database contains a schema for demonstration of the idea
to work with telematics and telemetry via PostgeSQL.### Getting Started
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.### Content
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](http://localhost:5433))
To get access from `pgAdmin4` you need to use next connection settings:
```yaml
Host: postgres
Port: 5432
MaintenanceDB: postgres
Username: postgres
Password: postgres
```