-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Rename folder and handle the Upper/Lowercase ++ add more doc on…
… the data folder
- Loading branch information
Showing
41 changed files
with
182 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
date: 2024-07-16T22:51:00Z | ||
title: "MinIO" | ||
description: "MinIO - The S3 compatible object storage" | ||
spec: | ||
blog: false | ||
project: false | ||
doc: true | ||
links: | ||
- name: "MinIO" | ||
url: "https://min.io/" | ||
techno: | ||
- "Storage" | ||
- "Object" | ||
tags: | ||
- "Storage" | ||
- "Object" | ||
--- | ||
|
||
## MinIO | ||
|
||
MinIO is an object storage server, it's compatible with Amazon S3 cloud storage service. It's a good alternative to Amazon S3. | ||
|
||
MinIO is my go to object storage server, it's easy to use and to self-host. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
date: 2024-07-16T22:51:00Z | ||
title: "MariaDB" | ||
description: "MariaDB - The SQL database" | ||
spec: | ||
blog: false | ||
project: false | ||
doc: true | ||
links: | ||
- name: "MariaDB" | ||
url: "https://mariadb.org/" | ||
techno: | ||
- "SQL" | ||
- "DataBase" | ||
tags: | ||
- "SQL" | ||
- "DataBase" | ||
--- | ||
|
||
## MariaDB | ||
|
||
MariaDB is a SQL database, it was a fork of MySQL. Well with enough new feature and evolution over time we can say that it's now a different database with layer of compatbiility with MySQL. | ||
|
||
I've used MariaDB for a long time, it's a pretty good database, it's easy to use and to maintain. It's a good database for small to medium project, for big project i would recommend to use PostgreSQL. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
date: 2024-07-16T22:51:00Z | ||
title: "MongoDB" | ||
description: "MongoDB - The NoSQL database" | ||
spec: | ||
blog: false | ||
project: false | ||
doc: true | ||
links: | ||
- name: "MongoDB" | ||
url: "https://www.mongodb.com/" | ||
techno: | ||
- "NoSQL" | ||
- "DataBase" | ||
tags: | ||
- "NoSQL" | ||
- "DataBase" | ||
--- | ||
|
||
## MongoDB | ||
|
||
MongoDB is a NoSQL database, a document-oriented database. | ||
|
||
I've used MongoDB for a long time, it's a pretty good database in the NoSQL world, it's easy to use and to maintain. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
date: 2024-07-16T22:51:00Z | ||
title: "PostgreSQL" | ||
description: "PostgreSQL - The SQL database" | ||
spec: | ||
blog: false | ||
project: false | ||
doc: true | ||
links: | ||
- name: "PostgreSQL" | ||
url: "https://www.postgresql.org/" | ||
techno: | ||
- "SQL" | ||
- "DataBase" | ||
tags: | ||
- "SQL" | ||
- "DataBase" | ||
--- | ||
|
||
## PostgreSQL | ||
|
||
PostgreSQL is a SQL database, it's a powerful database, it's a good database for small to big project. It's easy to use and to maintain. | ||
|
||
For my own project, even small one. I tend to choose PostgreSQL when i need a SQL database. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
date: 2024-07-16T22:51:00Z | ||
title: "Kafka" | ||
description: "Kafka - The event streaming platform" | ||
spec: | ||
blog: false | ||
project: false | ||
doc: true | ||
links: | ||
- name: "Kafka" | ||
url: "https://kafka.apache.org/" | ||
techno: | ||
- "Event" | ||
- "Streaming" | ||
tags: | ||
- "Event" | ||
- "Streaming" | ||
--- | ||
|
||
## Kafka | ||
|
||
Kafka is an event streaming platform, it's a distributed streaming platform. It's a good platform for building real-time data pipelines and streaming applications. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ent/content/techno/infra/gitops/argocd.md → ...ent/content/Techno/Infra/GitOps/argocd.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ent/content/techno/infra/kube/microk8s.md → ...ent/content/Techno/Infra/Kube/microk8s.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters