From 3ee2bdf5d46b4cd7b2238852bf666d081e8f2ad5 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Mon, 17 Apr 2023 20:25:24 +0200 Subject: [PATCH] data: Add prompts for GPT --- data/prompts/chats-sessions.md | 5 ++ data/prompts/prompt-00-main.md | 89 +++++++++++++++++++++++ data/prompts/prompt-01-chapter-loop.md | 18 +++++ data/prompts/prompt-02-section-loop.md | 27 +++++++ data/prompts/prompt-03-subsection-loop.md | 18 +++++ data/prompts/prompt-04-fix-content.md | 7 ++ data/prompts/syllabus.md | 67 +++++++++++++++++ 7 files changed, 231 insertions(+) create mode 100644 data/prompts/chats-sessions.md create mode 100644 data/prompts/prompt-00-main.md create mode 100644 data/prompts/prompt-01-chapter-loop.md create mode 100644 data/prompts/prompt-02-section-loop.md create mode 100644 data/prompts/prompt-03-subsection-loop.md create mode 100644 data/prompts/prompt-04-fix-content.md create mode 100644 data/prompts/syllabus.md diff --git a/data/prompts/chats-sessions.md b/data/prompts/chats-sessions.md new file mode 100644 index 0000000..a15a996 --- /dev/null +++ b/data/prompts/chats-sessions.md @@ -0,0 +1,5 @@ + +# Chat sessions + +* Formation MongoDB + diff --git a/data/prompts/prompt-00-main.md b/data/prompts/prompt-00-main.md new file mode 100644 index 0000000..35a0d55 --- /dev/null +++ b/data/prompts/prompt-00-main.md @@ -0,0 +1,89 @@ +[TECHY is a technology expert with more than 20 years of experience. TECHY are specialized in systems, networks and infrastructures. They understand technology strength, opportunities, weaknesses and threats). TECHY focuses only on the technical and technological aspects of things. TECHY is methodical and analytical in his answers. TECHY admits his incompetence on other topics. TECHY behaves like a blend of Linus Torvalds, Marc Andreessen, Paul Graham, Bruce Schneier, Bram Cohen, Philip Zimmermann, Jon Callas, Derek Atkins, Adam Back, Theo de Raadt, Nick Szabo, Runa Sandvik, David Chaum, Richard Matthew Stallman, Alan Turing, Ada Lovelace. In all messages, you will start your reply by "TECHY:" and then you will answer to the questions or to the prompt like if TECHY was answering himself.] + +## Contexte + +Une formation d'excellente qualité, faite une université ou une ecole prestigieuse comme l'ENS Ulm, l'école Centrale, l'Ecole polytechnique, le MIT, l'université de Berkeley. + +## Public concerné + +* Administrateurs de bases de données +* Administrateurs de systèmes +* Professionnels des opérations et DevOps +* et toute personne souhaitant maitriser parfaitement MongoDB + +## Prérequis + +* Avoir une connaissance générale des systèmes d'informations, systèmes et réseaux IP. +* Avoir de bonnes connaissance Linux +* Familiarité avec les concepts basiques et intermédiaires de MongoDB +* Plusieurs années d'expérience sur l'outil MongoDB + +## Objectifs + +* Connaître la manipulation et l'interrogation des données à un niveau avancé +* Connaître les bonnes pratiques d'optimisation des performances +* Comprendre l'indexation avancée et les collections spéciales +* Travailler sur la performance et la haute disponibilité avec le sharding et la réplication +* Savoir détecter les causes de sous-performance et y remédier +* Faire face à une montée en charge avec une répartition de charge. +* Créer une stratégie de sauvegarde + +## Programme de la formation + +### Manipulation avancée de données + +* Ajustement du Shell Mongo +* Manipulation efficace des opérations CRUD (insertions, requêtes, mises à jour, suppressions) +* Commandes d'administration utiles + +### Optimisation des performances + +* Outils de supervision intégrés : mongotop, mongostat +* Analyser la mémoire et les performances des E/S +* MongoDB Cloud Manager et Munin +* Identifier les requêtes sous-optimales. Utiliser le profileur de requêtes. +* Moteurs de stockage : MMAPv1 et WiredTiger +* Les Explainable objects + +### Indexation et collections spéciales + +* Gestion et fonctionnement des index +* Index des champs uniques et composés +* Index des tableaux et des sous-documents +* Index géo-spatiaux +* Collections plafonnées, indexs TTL et curseurs + +### Agrégation + +* Agrégation à finalité unique +* Pipelines d'agrégation +* Map-reduce + +### Réplication + +* Réplication asynchrone dans MongoDB +* Mise en place et entretien d'un replica set +* Utilisation de "write concern" et "read preference" +* Gérer les échecs de réplication + +### Sharding + +* Sharding automatique +* Mise en place d'un cluster de shards MongoDB +* Choisir judicieusement une shard key +* Administration avancée d'un cluster de shards +* Gérer un cluster de shards déséquilibré +* Gérer les chunks (scission, fusion, migration) + +### Sécurité + +* Authentification et autorisation dans les replica sets et les clusters de shards +* Gestion des privilèges et des rôles personnalisés +* Recommandations pour un déploiement sûr + +### Plans de sauvegarde et de restauration + +* Stratégies basées sur le système de fichiers +* Utilisation mongodump et mongorestore +* Récupération de type point-in-time + diff --git a/data/prompts/prompt-01-chapter-loop.md b/data/prompts/prompt-01-chapter-loop.md new file mode 100644 index 0000000..8699f1f --- /dev/null +++ b/data/prompts/prompt-01-chapter-loop.md @@ -0,0 +1,18 @@ +GOAL: Build sections object containing subsections + +PROMPT: + + Merci. + + Suit la structure du PROGRAMME DE FORMATION. + + Concentre toi sur le chapitre « {{this.title}} ». + + Focalise toi plus spécifiquement sur les sections suivantes « + {% for child in this.children %} + * {{ child }} + {% endfor %} + » de ce chapitre sur lequel on se concentre. + + Rédige la table des matière détaillée de ces différentes sections. + Ajoute également à la fin les différents travaux pratiques possibles pour chaque section. diff --git a/data/prompts/prompt-02-section-loop.md b/data/prompts/prompt-02-section-loop.md new file mode 100644 index 0000000..41304ef --- /dev/null +++ b/data/prompts/prompt-02-section-loop.md @@ -0,0 +1,27 @@ +GOAL: Build subsections object containing markdown + +PROMPT: + + Super. + + Suit la structure du PROGRAMME DE FORMATION. + + Concentre toi sur le chapitre « {{this.chapter.title}} » + + Dans ce chapitre, concentre toi sur la section « {{this.section.title}} ». + + Focalise toi plus spécifiquement sur la sous-sections suivantes « {{this.subsection.title}} » + qui contient les éléments suivants : + « + {% for child in this.children %} + * {{ child }} + {% endfor %} + » sur lequel on se concentre. + + Rédige le contenu détaillée de ces différents sous-sujets, sous forme phrases courtes et de listes à puces (bullet-points) pour remplir le contenu d'une présentation PowerPoint. + + Donne des informations plus précises et plus techniques. + + Précise les mots "gérer" ou "permet" quand tu les utilises. + + Indique où trouver les informations dans MongoDB, dans la CLI ou dans d'autres outils. Donne les commandes à utiliser et des exemples de code si nécessaire. diff --git a/data/prompts/prompt-03-subsection-loop.md b/data/prompts/prompt-03-subsection-loop.md new file mode 100644 index 0000000..23042f2 --- /dev/null +++ b/data/prompts/prompt-03-subsection-loop.md @@ -0,0 +1,18 @@ +GOAL: provide examples and code for given subsection + +PROMPT: + + Super. + Suit la structure du PROGRAMME DE FORMATION. + + Concentre toi sur le chapitre « {{this.chapter.title}} ». Focalise toi plus spécifiquement sur la section suivante « {{this.section}} » et la sous-section « {{this.subsection.title}} » + + Explique les sujets suivants: + « + {% for child in this.children %} + * {{child}} + {% endfor %} + » + + Donne également des exemples: commandes shell, extraits de code, ou extraits de configuration pour illustrer tes explications. + diff --git a/data/prompts/prompt-04-fix-content.md b/data/prompts/prompt-04-fix-content.md new file mode 100644 index 0000000..a48876e --- /dev/null +++ b/data/prompts/prompt-04-fix-content.md @@ -0,0 +1,7 @@ +@@ TEXTE A CORRIGER + +[[FIXME: text]] + +@@ REQUETE + +Dans le TEXTE A CORRIGER, indique où sont les erreurs et les approximations, et propose des corrections pour améliorer le contenu (pour une formation sur OpenStack). diff --git a/data/prompts/syllabus.md b/data/prompts/syllabus.md new file mode 100644 index 0000000..4c6472f --- /dev/null +++ b/data/prompts/syllabus.md @@ -0,0 +1,67 @@ + +## Programme de la formation + +Please use the following syllabus for the 'beging to advanced Openstack administrator course' + +Week 1: Introduction to Openstack + +* Overview of the Openstack platform and its components +* Setting up an Openstack development environment +* Basic Openstack commands and usage + +Week 2: Openstack Compute (Nova) + +* Understanding Nova architecture and components +* Managing virtual machines and instances +* Configuring and managing flavors and images + +Week 3: Openstack Networking (Neutron) + +* Understanding Neutron architecture and components +* Managing virtual networks and subnets +* Configuring security groups and firewall rules + +Week 4: Openstack Storage (Cinder and Swift) + +* Understanding Cinder and Swift architecture and components +* Managing block and object storage +* Creating and managing volumes and snapshots + +Week 5: Openstack Identity (Keystone) + +* Understanding Keystone architecture and components +* Managing users and projects +* Configuring authentication and authorization + +Week 6: Openstack Dashboard (Horizon) + +* Understanding Horizon architecture and components +* Navigating and using the Openstack dashboard +* Customizing and extending the dashboard + +Week 7: Advanced Openstack topics + +* Deploying and managing a production Openstack environment +* Managing and scaling an Openstack cloud +* Troubleshooting and monitoring Openstack +* Openstack in a multi-node environment + +Week 8: Project and Exam + +* Students will be given a project to deploy a multi-node OpenStack cloud, and they will need to complete it +* Written Exam will be held to evaluate the student's understanding of the course content and their ability to apply the knowledge to real-world scenarios + + +## ME + +Please follow the syllabus structure and write the detailed content for "week 1 : introduction to openstack" + +## ME + +Follow the syllabus and the content structure above, and write the detailed course content for "Basic Openstack commands and usage" + +## ME + +Please provide all explanations and commands for the "Configuring and managing flavors and images" part, as the content of multiple slides in markdown, separated by "----": + +