Skip to content

Commit 4f3a98c

Browse files
committed
Moved to software engineering
1 parent 946f745 commit 4f3a98c

12 files changed

+50
-50
lines changed

Concepts/Database Sharding.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

Concepts/CAP Theorem.md renamed to Concepts/Software Engineering/CAP Theorem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Aliases: [Brewer's theorem]
2+
Aliases: [Brewer's theorem, Concepts/CAP Theorem]
33
Tags: [incubating]
44
publish: true
55
---
@@ -13,7 +13,7 @@ The CAP theorem in computer science states that it's impossible for a distribute
1313

1414
## This note in GitHub
1515

16-
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/CAP%20Theorem.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/CAP%20Theorem.md "git-hub-copy-note")</span>
16+
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Software%20Engineering/CAP%20Theorem.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Software%20Engineering/CAP%20Theorem.md "git-hub-copy-note")</span>
1717

1818
<span class="git-footer">Was this page helpful?
19-
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/CAP%20Theorem) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/CAP%20Theorem)</span>
19+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Software%20Engineering/CAP%20Theorem) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Software%20Engineering/CAP%20Theorem)</span>

Concepts/Claim Check Pattern.md renamed to Concepts/Software Engineering/Claim Check Pattern.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Aliases: [Reference-Based Messaging]
2+
Aliases: [Reference-Based Messaging, Concepts/Claim Check Pattern]
33
Tags: [incubating]
44
publish: true
55
---
@@ -52,7 +52,7 @@ Sources:
5252

5353
## This note in GitHub
5454

55-
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Claim%20Check%20Pattern.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Claim%20Check%20Pattern.md "git-hub-copy-note")</span>
55+
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Software%20Engineering/Claim%20Check%20Pattern.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Software%20Engineering/Claim%20Check%20Pattern.md "git-hub-copy-note")</span>
5656

5757
<span class="git-footer">Was this page helpful?
58-
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Claim%20Check%20Pattern) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Claim%20Check%20Pattern)</span>
58+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Software%20Engineering/Claim%20Check%20Pattern) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Software%20Engineering/Claim%20Check%20Pattern)</span>

Concepts/Data Unit Test.md renamed to Concepts/Software Engineering/Data Unit Test.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Aliases: [Data Quality Test]
2+
Aliases: [Data Quality Test, Concepts/Data Unit Test]
33
Tags: [incubating]
44
publish: true
55
---
@@ -22,7 +22,7 @@ Other commonly used tests for data are checking to make sure all values in a col
2222

2323
## This note in GitHub
2424

25-
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Data%20Unit%20Test.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Data%20Unit%20Test.md "git-hub-copy-note")</span>
25+
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Software%20Engineering/Data%20Unit%20Test.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Software%20Engineering/Data%20Unit%20Test.md "git-hub-copy-note")</span>
2626

2727
<span class="git-footer">Was this page helpful?
28-
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Data%20Unit%20Test) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Data%20Unit%20Test)</span>
28+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Software%20Engineering/Data%20Unit%20Test) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Software%20Engineering/Data%20Unit%20Test)</span>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
Aliases: [sharding, Concepts/Database Sharding]
3+
Tags: [seedling]
4+
publish: false
5+
---
6+
7+
Brief description of the concept.
8+
9+
## Sharding Advantages
10+
11+
## Sharding Disadvantages
12+
13+
%% wiki footer: Please don't edit anything below this line %%
14+
15+
## This note in GitHub
16+
17+
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Software%20Engineering/Database%20Sharding.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Software%20Engineering/Database%20Sharding.md "git-hub-copy-note")</span>
18+
19+
<span class="git-footer">Was this page helpful?
20+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Software%20Engineering/Database%20Sharding) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Software%20Engineering/Database%20Sharding)</span>

Concepts/Event Sourcing Pattern.md renamed to Concepts/Software Engineering/Event Sourcing Pattern.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Aliases: []
2+
Aliases: [Concepts/Event Sourcing Pattern]
33
Tags: [seedling]
44
publish: true
55
---
@@ -27,7 +27,7 @@ The event sourcing pattern captures all changes to an application as a sequence
2727

2828
## This note in GitHub
2929

30-
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Event%20Sourcing%20Pattern.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Event%20Sourcing%20Pattern.md "git-hub-copy-note")</span>
30+
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Software%20Engineering/Event%20Sourcing%20Pattern.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Software%20Engineering/Event%20Sourcing%20Pattern.md "git-hub-copy-note")</span>
3131

3232
<span class="git-footer">Was this page helpful?
33-
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Event%20Sourcing%20Pattern) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Event%20Sourcing%20Pattern)</span>
33+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Software%20Engineering/Event%20Sourcing%20Pattern) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Software%20Engineering/Event%20Sourcing%20Pattern)</span>

Concepts/Fan-out.md renamed to Concepts/Software Engineering/Fan-out.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Aliases: []
2+
Aliases: [Concepts/Fan-out]
33
Tags: [seedling]
44
publish: true
55
---
@@ -28,7 +28,7 @@ B -->|Message 1| E[Subscriber 3]
2828

2929
## This note in GitHub
3030

31-
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Fan-out.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Fan-out.md "git-hub-copy-note")</span>
31+
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Software%20Engineering/Fan-out.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Software%20Engineering/Fan-out.md "git-hub-copy-note")</span>
3232

3333
<span class="git-footer">Was this page helpful?
34-
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Fan-out) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Fan-out)</span>
34+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Software%20Engineering/Fan-out) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Software%20Engineering/Fan-out)</span>

Concepts/Horizontal Scaling.md renamed to Concepts/Software Engineering/Horizontal Scaling.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Aliases: [scaling out]
2+
Aliases: [scaling out, Concepts/Horizontal Scaling]
33
Tags: [seedling]
44
publish: true
55
---
@@ -38,7 +38,7 @@ Before --> After
3838

3939
## This note in GitHub
4040

41-
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Horizontal%20Scaling.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Horizontal%20Scaling.md "git-hub-copy-note")</span>
41+
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Software%20Engineering/Horizontal%20Scaling.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Software%20Engineering/Horizontal%20Scaling.md "git-hub-copy-note")</span>
4242

4343
<span class="git-footer">Was this page helpful?
44-
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Horizontal%20Scaling) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Horizontal%20Scaling)</span>
44+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Software%20Engineering/Horizontal%20Scaling) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Software%20Engineering/Horizontal%20Scaling)</span>

Concepts/Idempotence.md renamed to Concepts/Software Engineering/Idempotence.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Aliases: [idempotent]
2+
Aliases: [idempotent, Concepts/Idempotence]
33
Tags: [seedling]
44
publish: true
55
---
@@ -16,7 +16,7 @@ publish: true
1616

1717
## This note in GitHub
1818

19-
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Idempotence.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Idempotence.md "git-hub-copy-note")</span>
19+
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Software%20Engineering/Idempotence.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Software%20Engineering/Idempotence.md "git-hub-copy-note")</span>
2020

2121
<span class="git-footer">Was this page helpful?
22-
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Idempotence) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Idempotence)</span>
22+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Software%20Engineering/Idempotence) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Software%20Engineering/Idempotence)</span>

Concepts/Indexing.md renamed to Concepts/Software Engineering/Indexing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Aliases: [indexes]
2+
Aliases: [indexes, Concepts/Indexing]
33
Tags: [seedling]
44
publish: true
55
---
@@ -13,7 +13,7 @@ An index is a data structure which allows you to quickly retrieve records from a
1313

1414
## This note in GitHub
1515

16-
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Indexing.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Indexing.md "git-hub-copy-note")</span>
16+
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Software%20Engineering/Indexing.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Software%20Engineering/Indexing.md "git-hub-copy-note")</span>
1717

1818
<span class="git-footer">Was this page helpful?
19-
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Indexing) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Indexing)</span>
19+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Software%20Engineering/Indexing) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Software%20Engineering/Indexing)</span>

0 commit comments

Comments
 (0)