Skip to content

Commit 2b458aa

Browse files
committed
📝 update lakeground concept & motivation article
1 parent af3a011 commit 2b458aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎content/Projects/Lakeground/00-concept-and-motivation.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ Because Data Engineering should be more than just building pipelines for work
2828

2929
This is just the beginning. Over the coming weeks (and maybe months), I’ll be sharing updates on how **Lakeground** is shaping up. You can expect detailed write-ups on design decisions, hands-on exploration of open-source tools, and maybe even a few missteps along the way.
3030

31-
I’ll also be setting up a monorepo on GitHub, where each component of **Lakeground** will live as a separate directory (a submodule). These components will not only function independently but also come together to form a complete stack. This modularity will make it easier to experiment with specific tools or workflows without needing to set up the entire pipeline every time.
31+
I’ll also be setting up a _monorepo_ on GitHub, where each component of **Lakeground** will live as a separate directory (a _submodule_). These components will not only function independently but also come together to form a complete stack. This modularity will make it easier to experiment with specific tools or workflows without needing to set up the entire pipeline every time.
3232

3333
> [!faq]- monorepo
34-
> A monorepo (short for _monolithic repository_) is a single Git repository that houses the code for multiple projects or components. Instead of separating each part of a system into its own repo, everything lives together, making it easier to share code, manage dependencies, and ensure consistency.
34+
> A monorepo (short for _monolithic repository_) is a single Git repository that houses the code for multiple projects or components. Instead of separating each part of a system into its own repo, everything lives together, making it easier to share code, manage dependencies, and ensure consistency. ^monorepo
3535
3636
> [!faq]- submodule
3737
> A Git submodule is a repository embedded within another repository. It allows you to manage multiple, independent projects while keeping them connected.
3838
3939
---
4040

41-
If this project sparks your curiosity, I’d love for you to follow along. Whether you’re here for the code, the tools, or just the learning process, there’s plenty to look forward to. And if you have any suggestions, ideas, or tools you think I should explore, don’t hesitate to reach out!
41+
If this project sparks your curiosity, I’d be happy if you followed along with the journey. Whether you’re here for the code, the tools, or just the learning process, there’s plenty to look forward to. And if you have any suggestions, ideas, or tools you think I should explore, don’t hesitate to reach out!

0 commit comments

Comments
 (0)