Skip to content

Commit 946f745

Browse files
committed
Moved to data storage
1 parent 093b013 commit 946f745

File tree

9 files changed

+27
-27
lines changed

9 files changed

+27
-27
lines changed

Concepts/Column-oriented Database.md renamed to Concepts/Data Storage/Column-oriented Database.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Aliases: [columnar database]
2+
Aliases: [columnar database, Concepts/Column-oriented Database]
33
Tags: [incubating]
44
publish: true
55
---
@@ -51,7 +51,7 @@ Joe,Mary,Cathy,Bob;
5151

5252
## This note in GitHub
5353

54-
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Column-oriented%20Database.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Column-oriented%20Database.md "git-hub-copy-note")</span>
54+
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Data%20Storage/Column-oriented%20Database.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Data%20Storage/Column-oriented%20Database.md "git-hub-copy-note")</span>
5555

5656
<span class="git-footer">Was this page helpful?
57-
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Column-oriented%20Database) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Column-oriented%20Database)</span>
57+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Data%20Storage/Column-oriented%20Database) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Data%20Storage/Column-oriented%20Database)</span>

Concepts/Database.md renamed to Concepts/Data Storage/Database.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
aliases: [db]
2+
aliases: [db, Concepts/Database]
33
tags: [seedling]
44
publish: true
55
---
@@ -12,7 +12,7 @@ A database is an organized collection of inter-related data that models some asp
1212

1313
## This note in GitHub
1414

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

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

Concepts/Document Database.md renamed to Concepts/Data Storage/Document Database.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/Document Database]
33
Tags: [evergreen]
44
publish: true
55
---
@@ -44,7 +44,7 @@ A document database is a type of [[Non-relational Database|NoSQL]] database that
4444

4545
## This note in GitHub
4646

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

4949
<span class="git-footer">Was this page helpful?
50-
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Document%20Database) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Document%20Database)</span>
50+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Data%20Storage/Document%20Database) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Data%20Storage/Document%20Database)</span>

Concepts/Graph Database.md renamed to Concepts/Data Storage/Graph Database.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Aliases: [GDB]
2+
Aliases: [GDB, Concepts/Graph Database]
33
Tags: [incubating]
44
publish: true
55
---
@@ -26,7 +26,7 @@ A graph database is a type of [[Non-relational Database|NoSQL]] database that us
2626

2727
## This note in GitHub
2828

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

3131
<span class="git-footer">Was this page helpful?
32-
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Graph%20Database) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Graph%20Database)</span>
32+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Data%20Storage/Graph%20Database) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Data%20Storage/Graph%20Database)</span>

Concepts/In-Memory Database.md renamed to Concepts/Data Storage/In-Memory Database.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/In-Memory Database]
33
Tags: [seedling]
44
publish: true
55
---
@@ -35,7 +35,7 @@ An in-memory database is a type of database that stores data in the computer's m
3535

3636
## This note in GitHub
3737

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

4040
<span class="git-footer">Was this page helpful?
41-
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/In-Memory%20Database) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/In-Memory%20Database)</span>
41+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Data%20Storage/In-Memory%20Database) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Data%20Storage/In-Memory%20Database)</span>

Concepts/Key-Value Database.md renamed to Concepts/Data Storage/Key-Value Database.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/Key-Value Database]
33
Tags: [evergreen]
44
publish: true
55
---
@@ -38,7 +38,7 @@ A key-value database is mostly used when you need to cache data because it is ve
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/Key-Value%20Database.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Key-Value%20Database.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/Data%20Storage/Key-Value%20Database.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Data%20Storage/Key-Value%20Database.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/Key-Value%20Database) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Key-Value%20Database)</span>
44+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Data%20Storage/Key-Value%20Database) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Data%20Storage/Key-Value%20Database)</span>

Concepts/Non-relational Database.md renamed to Concepts/Data Storage/Non-relational Database.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Aliases: [non-relational data, NoSQL, NoSQL Database, non-relational database]
2+
Aliases: [non-relational data, NoSQL, NoSQL Database, non-relational database, Concepts/Non-relational Database]
33
Tags: [incubating]
44
publish: true
55
---
@@ -29,7 +29,7 @@ A non-relational database is a database that does not use a tabular schema of ro
2929

3030
## This note in GitHub
3131

32-
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Non-relational%20Database.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Non-relational%20Database.md "git-hub-copy-note")</span>
32+
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Data%20Storage/Non-relational%20Database.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Data%20Storage/Non-relational%20Database.md "git-hub-copy-note")</span>
3333

3434
<span class="git-footer">Was this page helpful?
35-
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Non-relational%20Database) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Non-relational%20Database)</span>
35+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Data%20Storage/Non-relational%20Database) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Data%20Storage/Non-relational%20Database)</span>

Concepts/Relational Database.md renamed to Concepts/Data Storage/Relational Database.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Aliases: [relational data]
2+
Aliases: [relational data, Concepts/Relational Database]
33
Tags: [seedling]
44
publish: true
55
---
@@ -32,7 +32,7 @@ A relational database organizes data into tables which can be linked together ba
3232

3333
## This note in GitHub
3434

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

3737
<span class="git-footer">Was this page helpful?
38-
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Relational%20Database) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Relational%20Database)</span>
38+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Data%20Storage/Relational%20Database) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Data%20Storage/Relational%20Database)</span>

Concepts/Timeseries Database.md renamed to Concepts/Data Storage/Timeseries Database.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Aliases: [TSDB]
2+
Aliases: [TSDB, Concepts/Timeseries Database]
33
Tags: [seedling]
44
publish: true
55
---
@@ -36,7 +36,7 @@ A timeseries database (TSDB) is optimized to store, aggregate and analyze large
3636

3737
## This note in GitHub
3838

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

4141
<span class="git-footer">Was this page helpful?
42-
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Timeseries%20Database) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Timeseries%20Database)</span>
42+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Data%20Storage/Timeseries%20Database) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Data%20Storage/Timeseries%20Database)</span>

0 commit comments

Comments
 (0)