Skip to content
Emil Haugberg edited this page Jun 27, 2019 · 6 revisions

Welcome to the api-backend wiki!

This repository is not very much in use anymore, but we have decided to keep it alive to show our progress. Most of the functionality of this repository has been moved to our db-server repo.

Data is being processed from two different API's and sent to two different databases.

STATIC

The first database is a MySQL database for static data. The static data consists of routes per operator and stops. The static data will be refreshed every 44 minutes. The static data is scraped from the KV78Turbo-OV REST API.

OVapi

REAL

The real-time data is scraped from the kv6 API from NDOVLOKET and is sent to a prometheus database. The real-time data consists of several types and metrics.

https://ndovloket.nl/

Clone this wiki locally