Category: Student Thesis
-
Final Thesis: Token-based Authentication and Authorization in Microservices
Abstract: Microservices represent an architectural approach that is gaining more and more importance to realize highly scalable, reliable and maintainable systems within an agile development process. The advantages of microservice architecture are accompanied by the challenge of designing a distributed system. In such a distributed system, authorization and authentication pose a particular problem. This is…
-
Final Thesis: Processing Open Transport Data: Design and Implementation of an Extension for a Data Pipeline Modeling Language
Abstract: Open transport data enables innovation by offering a vast amount of information for developers, researchers, urban planners, and entrepreneurs to create new applications, services, and business models. However, the lack of specific guidelines for making data “open” has led to the existence of diverse proprietary and heterogeneous open data platforms. Open transport data formats,…
-
Final Thesis: Evaluation of Open Data Using the Example of a Public Transport Navigation Website
Abstract: This thesis deals with the implementation of an open source trip planner for the public transport association VGN, the results of which take into account both parking the bicycle at a stop and taking the bicycle on public transport until the destination. In principle, software already exists that enables multimodal navigation with public transport,…
-
Final Thesis: Requirements for an Open Mobility Data Processing Language
Abstract: Exchanging open data plays an increasingly important role in the domain of mobility. A wide range of participants provide and consume data, involving subjects such as traffic management or public transportation. To make use of the data, programming proficiency is necessary in order to realize data engineering tasks. However, a dedicated Domain-Specific Language may decrease…
-
MADE Summer 2023 Project: Electromobility and Charging Infrastructure in Germany
This project is one of the MADE Summer 2023 Projects implemented by our students. We run these projects every semester, please be in touch if you are interested in participating! Author: Niklas Markert Abstract: The aim of this project is to investigate if there is a relationship between the charging point infrastructure and electromobility in…
-
MADE Summer 2023 Project: Correlation between rates of accidents in Germany and Münster with respect to bicycle count in Münster
This project is one of the MADE Summer 2023 Projects implemented by our students. We run these projects every semester, please be in touch if you are interested in participating! Author: Sagni Majumdar Abstract: Münster, a city in North Rhine-Westphalia, is the home to an estimated 500,000 bicycles. It is famous for its bike-friendly streets…
-
MADE Summer 2023 Student Projects
Every semester, in our course on Methods of Advanced Data Engineering (MADE), students work with Python and Jayvee, our domain-specific language to model data pipelines as part of the JValue project. During the semester, they also complete a data science project of their choice using open data. Below, please find links to two projects we…
-
Final Thesis: Syntactic Interoperability in Microservice-based Architectures
Abstract: Nowadays, many applications are developed using a microservice-based architecture. In this context, a software product consists of many individually developed services that communicate over a network. As microservices do not necessarily share a common code base, syntactic interoperability remains a major challenge with this architectural style. The objective of this work is to provide…
-
Final Thesis: Guidelines für die Integration von User Interfaces in Microservice-basierten Systemen
Abstract: Microservice-based systems consist of loosely coupled, independent distributed services, communicating over the network. The integration of the frontend in microservices is a central problem. In contrast to the back end services, one independent service is often used for the front end of an application. This contradicts the principle of microservice-based systems, since a central,…