Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
23 lines (15 loc) · 888 Bytes

README.md

File metadata and controls

executable file
·
23 lines (15 loc) · 888 Bytes

Waarnemingen voertuigen

This project is part of the waarnemingen cluster.

Project architecture

This project follows the setup used in multiple projects and is described here: https://github.com/Amsterdam/opdrachten_team_dev.

VLOG - VRI Log - Verkeersregelinstallatie Log

An app to store the VRI logs. The ESB sends files to the POST endpoint provided by this app. This app loops over the file and stores every line in a separate database record.

Reistijden

An app to store the reistijden of cars driving through Amsterdam. It's an endpoint to which XML files are posted.

TimescaleDB

This code base uses the timescaledb postgres extension. On Debian based systems it can be installed using

sudo add-apt-repository ppa:timescale/timescaledb-ppa
sudo apt install timescaledb-postgresql-12
yes | sudo timescaledb-tune
sudo service postgresql restart