Skip to content

Commit 077fdca

Browse files
committed
📝 change lakeground article structure
1 parent 45230a5 commit 077fdca

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

‎content/Projects/Lakeground/01. Repository Scaffold.md‎

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,15 @@ Each section corresponds to a **submodule** and contains its name, the path wher
9999
>
100100
> If you want to learn more about it, you can find plenty of information [here](https://code.visualstudio.com/docs/sourcecontrol/overview)
101101
102-
---
103-
104-
The goal of this setup is to keep the project structured, flexible, and scalable. Whether I’m tweaking an ingestion pipeline or refining data storage, I can do so in isolation without disrupting the entire system. It’s still early, and I’m sure there will be plenty of lessons along the way—but I’m excited to see how it all unfolds.
105-
106-
If you're working with **monorepos**, **multi-repos**, or **submodules**, or if you have a different approach to structuring multi-component projects, I’d love to hear your thoughts!
107-
108102
---
109103
## What’s Next?
110104

111105
With the **core-repo** and **components** design in place, the next challenge is managing Python environments efficiently across all these components. That’s where [uv](https://docs.astral.sh/uv/) comes in. It offers a _workspace_ feature that aligns perfectly with this modular structure, allowing me to maintain separate dependencies for each submodule while keeping everything under one roof.
112106

113107
In the next post, I’ll dive into **uv** and how it fits into the [[00. Concept & Motivation|Lakeground]] ecosystem.
114108

109+
---
110+
111+
The goal of this setup is to keep the project structured, flexible, and scalable. Whether I’m tweaking an ingestion pipeline or refining data storage, I can do so in isolation without disrupting the entire system. It’s still early, and I’m sure there will be plenty of lessons along the way—but I’m excited to see how it all unfolds.
112+
113+
If you're working with **monorepos**, **multi-repos**, or **submodules**, or if you have a different approach to structuring multi-component projects, I’d love to hear your thoughts!

0 commit comments

Comments
 (0)