From 00499b184ef6eded15150fb795af7f525209f7ea Mon Sep 17 00:00:00 2001 From: yitingb <118219519+yitingb@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:06:41 -0800 Subject: [PATCH] chore: update Nucleus diagram (#1644) --- DIAGRAM.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 DIAGRAM.md diff --git a/DIAGRAM.md b/DIAGRAM.md new file mode 100644 index 0000000000..c27e338357 --- /dev/null +++ b/DIAGRAM.md @@ -0,0 +1,9 @@ +# Greengrass Software diagram +This diagram shows the flow of how Greengrass sets up and starts from an installer command. All steps in the diagram are running under main thread + +Note: + +1. Dashed boarders doesn’t contains solid code execution, they only represent the name of the sub-events +2. Bold texts are the major flows of how greengrass is performing a set up + +![Nucleus provisioning diagram(1).jpg](..%2F..%2F..%2FDownloads%2FNucleus%20provisioning%20diagram%281%29.jpg) \ No newline at end of file