Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
228 changes: 115 additions & 113 deletions docs/package-lock.json

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/src/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ h1, h2, h3, h4, h5 {
display: none;
}


img[src*='#right'] {
float: right;
margin: 10px 0 10px 10px;
}

.image-container {
height: 150px; width:361px;
max-width: calc(100% - 20px);
Expand Down
15 changes: 6 additions & 9 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,13 @@ The **Data Sharing Framework (DSF)** is a concept for a secure middleware to dis


## [News](/news/)
![ =350x](/photos/news/springschool2026.png#right)
**DSF Spring School 2026 Recap**
The third edition of the DSF Community Spring School 2026 took place from February 24–26 at Heilbronn University, offering an immersive, hands-on experience with the DSF Community. Discover highlights, talks, and project outcomes from this year’s Spring School!
**[Read more](posts/2026-03-18-spring-school-2026-recap.md)**
<br>

::: info **DSF Spring School 2026 - Registrations are now open!**
Get ready for the third edition of the **DSF Community Spring School 2026**, happening **February 24–26 at Heilbronn University**! Dive into a immersive, hand-on experience and connect with the DSF Community. Sign up now, save the date, and be part of it!
**[Read more](posts/2026-01-21-spring-school-2026.md)**

👉 **Read more about the program, agenda, and registration here:**
[Spring School](https://dsf.dev/spring-school)

:::

---
**DSF Community Hackathon 2026 Recap**
On **January 20**, 2026 we hosted the **DSF Community Hackathon**, bringing together **over 60 participants** to support locations migrating to the new **DSF 2.0.1 release**. Through presentations, hands-on online support, and direct assistance with updating their DSF instances and process plugins. The event proved to be an overall success, with 35 instances running DSF 2.0.1 now.
[Read more](posts/2026-01-21-hackathon.md)
Expand Down
61 changes: 61 additions & 0 deletions docs/src/posts/2026-03-18-spring-school-2026-recap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
title: "Spring School 2026 Recap"
date: 2026-03-18
type: "news"
excerpt: "The third edition of the DSF Community Spring School 2026 took place from February 24–26 at Heilbronn University, offering an immersive, hands-on experience with the DSF Community. Discover highlights, talks, and project outcomes from this year’s Spring School!"
article: true
category:
- News
tags:
- News
- Spring School
- Events
---

On **February 24–26**, the **DSF Spring School** took place at the Techcampus of **Heilbronn University**. The event brought together more than 20 participants from across Germany. Over three days, members of the DSF community collaborated on projects, explored use cases, and exchanged knowledge related to the **Data Sharing Framework (DSF) and its ecosystem**.

As in previous editions, the event provided participants with the freedom to work on their own DSF related projects and implementations. Additionally, a **Process Plugin tutorial** was offered for participants interested in developing their own DSF process plugins. Throughout the event, members of the DSF team held individual sessions to support participants with technical questions or specific use cases.

![Participants of the DSF Spring School 2026 at Heilbronn University (Friday, February 26, 2026)](/photos/news/springschool2026.png)

## Day 1 – Tuesday, February 24
The first day began with a brief introduction into the DSF and the DSF community. After these short presentations, participants were free to start working on their own projects or with the **Process Plugin tutorial**. In the evening, participants gathered for dinner at Bauart at the Parkhotel in Heilbronn, providing an opportunity to socialize and connect.


## Day 2 – Wednesday, February 25
On Wednesday, the participants continued working on their projects or progressed further with the plugin tutorial. In parallel seminar sessions, attendees could dive deeper into technical topics such as the **DSF Linter** Tool and **DSF API v2**. Additionally, **BPMN process modeling** was discussed in more detail to strengthening their understanding how to model a DSF process for their individual use cases.

In the afternoon, our community members Stefan Sigle and Mathias Rühle held community talks:

* **“Technical Service Provider Role – Providing AI Services in the OMI Project”** by Stefan
* **“Version-to-Version Plugin Compatibility”** by Mathias

The day concluded with the traditional Hackend Event with Pizza and Games Night, featuring plenty of snacks, food, and drinks.

![Community Talk "Technical Service Provider Role – Providing AI Services in the OMI Project" =450x](/photos/news/springschool2026_community.jpg)

## Day 3 – Thursday, February 26

The final day began with an insightful talk titled **“Open Source at Scale: Security, Governance and Supply Chain Reality in the Apache Software Foundation”**, presented by **Richard Zowalla**. Since the DSF community is strongly rooted in open-source software, the talk provided valuable insights into how other large open-source communities operate.

As the Spring School entered its final phase, participants continued working on their projects until the afternoon. Towards the end of the event, the community gathered to share their experiences, impressions, and prototypes developed during the Spring School.

![Community Talk "Open Source at Scale: Security, Governance and Supply Chain Reality in the Apache Software Foundation" =450x](/photos/news/springschool2026_community2.jpg)
## Presentation of Experiences and Highlights

Several prototypes and technical demonstrations were presented, including:

* Integration of **FHIR Shorthand (FSH)** into the DSF Process Plugin Tutorial
* Practical experiences migrating from **DSF API v1 to API v2**
* A **DSF Process Plugin Generator** for quickly setting up new plugin projects
* A preview of the **DSF Public Monitor**, an upcoming monitoring solution for DSF Networks
* Integration of **Prometheus** and **Grafana** for monitoring DSF metrics
* The use of **GitHub Actions** to automate Docker image builds and enable parallel build pipelines for the DSF

Participants also shared their experiences from the tutorial sessions, discussed their first implementations and shared their connections with the DSF Community.

---

The Spring School once again demonstrated the value of collaborative development and knowledge exchange within the DSF community. The event brought together both new and experienced members and provided an environment for experimenting with new ideas, tools, and implementations.

We would like to thank all participants for their contributions and engagement. As in previous years, attendees received DSF-themed goodies as a small token of appreciation.
Loading