BLOG

We are creating the database of ELIS

8. 1. 2021

On our third meeting, we discussed the functionality of our database and reviewed it with our polish co-workers. First, we designed a database that was too complicated, containing many tables and relationships. After debate and analysis, we found that a lot of data in the system has remained unchanged for a long time, so we chose the path of code lists using JSON files.

Tables (RMD)

main: user, route, event, vehicle, place, package, package_log

rel: user_has_role, route_has_user

Code lists (JSON)

countries, event-types, languages, package-states, package-types, user-roles

All code list JSON files.

DB scheme

E-R schema of ELIS database

Database scheme, source code...