Skip to content

Commit fcfa13a

Browse files
Add mp3-to-stl
1 parent 264ad51 commit fcfa13a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

_projects/2021-12-31-building-mds-for-all.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ dates: [2021-12-31]
66
content-type: eg
77
---
88

9-
When playing around with some tools of the [modern data stack](https://blog.getdbt.com/future-of-the-modern-data-stack/), I ended up building a minimalistic and free version of it called Modern Data Stack for All at [`one-data-cookie/mds4all-elt`](https://github.com/one-data-cookie/mds4all-elt) and [`one-data-cookie/mds4all-superset`](https://github.com/one-data-cookie/mds4all-superset) whilst utilising [GitHub](https://github.com/), [Google BigQuery](https://cloud.google.com/bigquery/), [Meltano](https://meltano.com/), [dbt](https://www.getdbt.com/), [Superset](https://superset.apache.org/), and [Heroku](https://dashboard.heroku.com/).
9+
When playing around with some tools of the [modern data stack](https://blog.getdbt.com/future-of-the-modern-data-stack/), I ended up building a minimalistic and free version of it called Modern Data Stack for All at [`one-data-cookie/mds4all-elt`](https://github.com/one-data-cookie/mds4all-elt) and [`one-data-cookie/mds4all-superset`](https://github.com/one-data-cookie/mds4all-superset) whilst utilising [GitHub](https://github.com/), [Google BigQuery](https://cloud.google.com/bigquery/), [Meltano](https://meltano.com/), [dbt](https://www.getdbt.com/), [Superset](https://superset.apache.org/), and [Heroku](https://dashboard.heroku.com/).
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: post
3+
title: Building mp3-to-stl
4+
category: creating
5+
dates: [2025-09-28]
6+
content-type: eg
7+
---
8+
9+
Exploring generative geometry, I developed a Python script that maps audio waveforms from MP3 files
10+
into polar coordinates to generate 3D-printable vase models.
11+
The process and examples are shared on [Printables](https://www.printables.com/model/1435084-custom-vase-from-mp3-audio),
12+
with the full implementation open-sourced on [GitHub](https://github.com/one-data-cookie/mp3-to-stl).

0 commit comments

Comments
 (0)