This repository has been archived on 2025-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
group-1-db23/docs/diary.md
Sebastian Lenzlinger 552b49f118 Add Text File containing relevant datasource urls.
First diary entries written.
Wiki entries on how to setup a python virtual env for the project
2023-11-16 17:59:10 +01:00

4.6 KiB

Project Diary

Version
0.01
Author:
michel.romancuk@stud.unibas.ch
sebastian.lenzlinger@unibas.ch
HS 2023
Databases
Date Problems
Oktober/ pre 16.11.23 Decision to use postrges server.
Server setup at slenzlinger.dev
Setup pgadmin at pgadmin.slenzlinger.dev
20.11.2022 Integrated Events table with the time and location. Not done yet Had problems with the identity of the rows. Solution is to add a primary key at the beggining of the CSV, which helps keep the identity of the rows and the integrity of the database.