Skip to content
Open
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
Binary file added content/post/sideproject-qlue-ui/img/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/post/sideproject-qlue-ui/img/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions content/post/sideproject-qlue-ui/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: "Qlue-UI, QLever-UI is dead. Long live the QLever-UI."
date: 2025-12-27
author: "Ioannis Nezis"
authorAvatar: "img/profile.png"
tags: ["editor","SPARQL", "qlever","web-dev"]
categories: []
image: "img/cover.png"
---

After my last project - A fancy new langauge server for SPARQL called **Qlue-ls** -
I planned on plugging this language-server into the QLever-UI.

While technically easy, it felt wrong.
The code of QLever-UI grew over the years into a real mess.
I did not want to plug my shiny new engine into a car that feels like
its falling apart. So i did what any reasonable programmer would do
and started a rewrite.

# Technical overview of QLever-UI

- Django and its limitations
- Codemirronr
- messy js hell

# New Design

- Separate backend and frontend
- monaco + monaco-languageclient
- vite + ts + tailwindcss
- no js-framework

## Details

# Query execution tree

- d3
- layouting a binary tree
- Grandient animations

# Laizy Query execution

# Comparing different engines