parent folder structure

This commit is contained in:
Jun-te Kim 2026-05-19 12:21:25 +00:00
parent 7023484439
commit 009c73ccdf
8 changed files with 17 additions and 0 deletions

1
applications/README.md Normal file
View file

@ -0,0 +1 @@
The applications that run Ara. These should fundamentally call things from orchestration and should just be the entry point for things that need to be deployed.

1
deployment/README.md Normal file
View file

@ -0,0 +1 @@
Deploy applications within our AWS

3
domain/README.md Normal file
View file

@ -0,0 +1,3 @@
Domna specific domains defined as classes
Files here should consists in business logic and definition

8
infrastructure/README.md Normal file
View file

@ -0,0 +1,8 @@
Infrastructure
APIs, ETL, data fetching, scraping.
This parents directory is defined for things that we use to make our repositories as well allow us to save, load and view data from our repositories.
This allows repositories to have a common interface without knowing how to individuall access each conneciton

1
orchestration/README.md Normal file
View file

@ -0,0 +1 @@
Orchestration

1
tests/README.md Normal file
View file

@ -0,0 +1 @@
Where our tests will live

1
utilities/README.md Normal file
View file

@ -0,0 +1 @@
Helper functions/class that help acorss multiple domains, infrastructure, applications, orchestration, repostitories

1
utils/README.md Normal file
View file

@ -0,0 +1 @@
This library is going to be retired with utilities