---
title: "Write-Audit-Publish for Data Lakes in Pure Python (no JVM)"
url: https://daily.dev/posts/write-audit-publish-for-data-lakes-in-pure-python-no-jvm--bmjyz4ovn
source_url: https://towardsdatascience.com/write-audit-publish-for-data-lakes-in-pure-python-no-jvm-25fbd971b17d
type: article
source: "Medium"
published: 2024-04-12T19:17:11.682Z
updated: 2024-05-09T08:39:06.345Z
tags: ["aws", "python", "aws-lambda", "apache-iceberg"]
reading_time: 8
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Write-Audit-Publish for Data Lakes in Pure Python (no JVM)

**[Medium](https://daily.dev/sources/medium_js)** · 8 min read · 0 upvotes · 0 comments

## Summary

This post provides a reference implementation for Write-Audit-Publish (WAP) patterns on a data lake using Apache Iceberg and Project Nessie, all running in Python without the need for a JVM. It discusses the concept of WAP, the architecture and workflow of the implementation, and the advantages of using tables, interoperability, and branching in the implementation. The post also mentions the possibility of moving to a full Lakehouse architecture and concludes by highlighting the simplicity and flexibility of the Python-based developer experience.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://towardsdatascience.com/write-audit-publish-for-data-lakes-in-pure-python-no-jvm-25fbd971b17d>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#python](https://daily.dev/tags/python), [#aws-lambda](https://daily.dev/tags/aws-lambda), [#apache-iceberg](https://daily.dev/tags/apache-iceberg)

[View this post on daily.dev](https://daily.dev/posts/write-audit-publish-for-data-lakes-in-pure-python-no-jvm--bmjyz4ovn)
