Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHUNGry committed Sep 2, 2023
1 parent 20fb282 commit b451800
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ npm run watch
### Testing Suite
*dataflow* comes with full unit and integration test suites for its API.

### Containerization
*dataflow* depends on itself or external cloud services via AWS. There isn't an additional service that needs to be installed on a host. This means that containerizing a working version of *dataflow* only consists of bundling the application itself with the correct environment variables. Since the application itself is stateless due to cloud, there is no need for volumes either.

## API


Expand Down
17 changes: 17 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"homepage": "https://github.com/RyanHUNGry/dataflow#readme",
"devDependencies": {
"concurrently": "^8.2.0"
},
"dependencies": {
"start": "^5.1.0"
}
}

0 comments on commit b451800

Please sign in to comment.