https://github.com/zefrenchwan/calepin
Notes techniques
https://github.com/zefrenchwan/calepin
big-data flink-examples french-language pyspark-tutorial spark-examples
Last synced: 11 months ago
JSON representation
Notes techniques
- Host: GitHub
- URL: https://github.com/zefrenchwan/calepin
- Owner: zefrenchwan
- License: mit
- Created: 2024-10-09T12:43:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T18:55:43.000Z (over 1 year ago)
- Last Synced: 2025-06-02T03:46:47.790Z (about 1 year ago)
- Topics: big-data, flink-examples, french-language, pyspark-tutorial, spark-examples
- Language: Java
- Homepage:
- Size: 238 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# calepin
Notes techniques sans prise de position ou retour d'expérience.
Calepin est une sorte de carnet de notes sur des sujets importants.
* Copyright zefrenchwan, 2024
* License MIT
* Pas de partenariat, je ne touche aucune commission, personne ne m'a contacté et je n'ai contacté personne
## Sujets
Ces notes portent sur de la technique autour de la gestion de la donnée:
* Langages: python
* Big data: architecture, produits techniques, cloud
* Devops: outils utiles
* Architecture: en tant que sujet général
## Statuts
Cette partie présente le statut de chaque type de sujet avec les fichiers produits.
Chaque fichier a donc un statut qui peut être:
| Nom | Description |
|----------|----------|
| Traité | Panorama complet d'un sujet ou d'une technologie |
| Suffisant | Globalement complet, peut manquer des sujets spécifiques |
| En cours | Bon avancement, en cours |
| Esquisse | Sera amélioré largement ensuite |
### Architecture
| Nom | Description | Avancement |
|-----------|----------|----------|
| [Architecture data en général](https://github.com/zefrenchwan/calepin/blob/main/architecture/data.md) | Architecture data | Suffisant |
| [Systèmes distribués](https://github.com/zefrenchwan/calepin/blob/main/architecture/systemes_distribues.md) | Patterns importants sur les systèmes distribués | Suffisant |
| [Lakehouses](https://github.com/zefrenchwan/calepin/blob/main/architecture/lakehouses.md)| Zoom sur les lake houses | En cours |
### Big data
| Nom | Description | Avancement |
|-----------|----------|----------|
| [Flink](https://github.com/zefrenchwan/calepin/blob/main/bigdata/flink.md) | Cours flink avec exemples | Traité |
| [Hadoop](https://github.com/zefrenchwan/calepin/blob/main/bigdata/hadoop.md) | Cours hadoop général | Suffisant |
| [Kafka](https://github.com/zefrenchwan/calepin/blob/main/bigdata/kafka.md) | Présentation de Kafka | Suffisant |
| [Spark](https://github.com/zefrenchwan/calepin/blob/main/bigdata/spark.md) | Présentation de spark avec exemples Java et Python | Suffisant |
### Cloud
| Nom | Description | Avancement |
|-----------|----------|----------|
| [France](https://github.com/zefrenchwan/calepin/blob/main/cloud/france.md) | Panorama des clouds français | Esquisse |
| [Gcp](https://github.com/zefrenchwan/calepin/tree/main/cloud/gcp) | Préparation de la certif Profesionnal cloud DE | Esquisse |
### Devops
| Nom | Description | Avancement |
|-----------|----------|----------|
| [Kubernetes](https://github.com/zefrenchwan/calepin/blob/main/devops/kubernetes.md) | Survol de kubernetes | Suffisant |
### Python
| Nom | Description | Avancement |
|-----------|----------|----------|
| [Patterns](https://github.com/zefrenchwan/calepin/blob/main/python/patterns.md) | Implémentation des patterns en python | En cours |
| [Pythonic](https://github.com/zefrenchwan/calepin/blob/main/python/pythonic.md) | Comment écrire du vrai python | Esquisse |