Transitioning Deepdive Backend from Python to JavaScript

Currently, all backend systems for Deepdive — namely Collect, EventProcessor, and the API that bridges the database and frontend — are written in Python, utilizing FastAPI for API development and Pydantic for schema validation. While this stack performs well and offers a robust foundation, I’ve decided to experiment with rewriting these services in JavaScript. Here’s […]

The Vision

In this first post, I want to outline the basic idea for what deepdive should be and what kind of issues it adresses. Frustration … as Opportunity! By now I have worked for over 8 years with webdata. I setup consent management and tracking, enrich the data using external sources and visualize it in some […]