diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-09-10 07:47:20 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-09-10 07:47:20 +0400 |
| commit | 91a2855e3d0af5199d284d32cc2f6b8280df9d10 (patch) | |
| tree | 1b0ce35097e2e167d67c01f0f092961237a1e63f /doc/structure.md | |
| parent | 3ebfe6df71b3356250536b35b677a733c42235c9 (diff) | |
dispplay shard error message
Diffstat (limited to 'doc/structure.md')
| -rw-r--r-- | doc/structure.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/structure.md b/doc/structure.md new file mode 100644 index 0000000..1f82ae3 --- /dev/null +++ b/doc/structure.md @@ -0,0 +1,15 @@ +# Workspace/System structure + +## System structure + +In the nova repository, two different types of projects exist, + +* The management projects primarly in Go \ + They manage the other components of the nova infrastructure. +* The data-path projects \ + They handle all the data transfer / management. + +### Gateway + +> The gateway interfaces with the discord gateway to retrive events in real time +It's implemented in rust and is in the gateway folder.
\ No newline at end of file |
