Skip to content

Commit cd2502a

Browse files
authored
Update CONTRIBUTE.md (#26)
1 parent c32e10c commit cd2502a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/docs/CONTRIBUTE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ I am open and welcome to any contributions.
44

55
## Introduction
66

7-
The actual data this application provides lives in MongoDB. This service performs `read-only` operations to get that data. A separate service called [Jet-Set-Radio-API-Admin](https://github.com/Jet-Set-Radio-API/JetSetRadio-API-Admin) is an ETL service(also created by me) that ONLY writes the data into Mongo. Each Resource has its own CronJob that fires off weekly. This is done by design in order to have two separate services, each doing one specific thing. One service is the actual API performing `read-only` operations, while the other is a set of `Admin` tools performing mostly `write-only` operations to manage this API.
7+
The data this application produces lives in MongoDB. This service performs `read-only` operations to get data. A separate service called [Jet-Set-Radio-API-Admin](https://github.com/Jet-Set-Radio-API/JetSetRadio-API-Admin) is an ETL service that prepares/writes data. Each Resource has its own CronJob that fires off weekly. This is done by design in order to have two separate services, each doing one specific thing. This service is the actual API performing `read-only` operations, while the other(`Admin`) is a set of tools performing `write-only` operations to manage this API.
88

99
## Getting Started
1010

@@ -16,7 +16,7 @@ If you need to change anything in `Admin`, you can start with the [README](https
1616

1717
Src
1818
- `Config`: Contains database material including connection info, and database operations
19-
- `Constants`: Commong Constants used throughout the project
19+
- `Constants`: Common Constants used throughout the project
2020
- `Controllers`: A list of functions used by their respective file in the `Routes` folder
2121
- `Docs`: All documentation(excluding the README) lives in this folder
2222
- `Managers`: Express app middleware lives here, and a HealthCheckManager

0 commit comments

Comments
 (0)