From cdd092fb731322571823aa546b66dfb5dd9e0f83 Mon Sep 17 00:00:00 2001 From: gwen Date: Sun, 30 Aug 2026 19:50:41 +0200 Subject: [PATCH] doc --- doc/PriseEnMainRougail.md | 5 ++++- doc/StateGraph.md | 31 +++++++++++++++++++++++++++++++ doc/index.md | 7 +++++-- 3 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 doc/StateGraph.md diff --git a/doc/PriseEnMainRougail.md b/doc/PriseEnMainRougail.md index 6383a50..6a3e1cd 100644 --- a/doc/PriseEnMainRougail.md +++ b/doc/PriseEnMainRougail.md @@ -1,7 +1,8 @@ --- description: perception de l'outil par l'IA +tags: + - deepseek --- - # Rougail vue par l'IA ## **question** @@ -47,3 +48,5 @@ Rougail "donne un objet Python propre à utiliser". Rougail charge le fichier, valide les valeurs par rapport à votre modèle, et vous donne un objet Python propre à utiliser, ou vous signale les erreurs. +Je pense que Rougail ne doit pas être vu comme une libairie type pydantic, +ce n'est en tout cas pas QUE une librairie python et cela n'a pas QUE comme usage d'être utilisé par un outil python. \ No newline at end of file diff --git a/doc/StateGraph.md b/doc/StateGraph.md new file mode 100644 index 0000000..3262d6a --- /dev/null +++ b/doc/StateGraph.md @@ -0,0 +1,31 @@ +--- +description: l'exemple StateGraph +--- +# State Graph +## use case + +Stategraph is a state management and visualization system for Terraform and OpenTofu. It replaces the flat state file (and the whole-state lock that comes with it) with a dependency graph of your infrastructure, stored on a server you can query, lock at the resource level, and reason about. + +You keep writing normal Terraform. Stategraph changes where your state lives and what you can do with it. +Why Stategraph + +A typical Terraform setup keeps state as a single blob in S3. That has two costs: + + One lock per state. Any apply locks the entire state, so your team's changes serialize — even when they touch completely unrelated resources. + No visibility. The state is an opaque JSON file. There is no good way to ask "what depends on this?", "what would this change affect?", or "what is this costing me?". + +## stategraph +https://stategraph.com/docs/getting-started/introduction + +Un graphe d'états. +Stategraph is a state management and visualization system for terraform. + +En fait c'est ce que je veux faire pour baklava avec avec rougail... + +It replaces the flat state file (and the whole-state lock that comes with it) with a dependency graph of your infrastructure, stored on a server you can query, lock at the resource level, and reason about. + +## Rougail ansible +https://stategraph.com/docs/inventory + +Un peu comme rougail pour ansible en somme: +Inventory provides a complete catalog of your Terraform-managed infrastructure. Browse resources, modules, and types. Query your data with SQL. Build dashboards and find resources that aren't managed by Terraform. \ No newline at end of file diff --git a/doc/index.md b/doc/index.md index 237cd3d..e353075 100644 --- a/doc/index.md +++ b/doc/index.md @@ -4,8 +4,11 @@ Mais quelle perception en a-t-on ? ## Perception de l'outil -[[PriseEnMainRougail]] +- [[PriseEnMainRougail]] +- [[StateGraph]] +- [[InfrastructureAsData]] ## l'IHM -[[PseudoPrompt]] \ No newline at end of file +- [[PseudoPrompt]] +- \ No newline at end of file