https://github.com/paradisec-archive/paragest
PARADISEC Catalog Ingest system
https://github.com/paradisec-archive/paragest
Last synced: 5 months ago
JSON representation
PARADISEC Catalog Ingest system
- Host: GitHub
- URL: https://github.com/paradisec-archive/paragest
- Owner: paradisec-archive
- Created: 2024-01-13T22:45:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-04T03:46:24.000Z (5 months ago)
- Last Synced: 2026-02-04T13:58:16.884Z (5 months ago)
- Language: TypeScript
- Size: 49.3 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to your CDK TypeScript project
This is a blank project for CDK development with TypeScript.
The `cdk.json` file tells the CDK Toolkit how to execute your app.
## Useful commands
* `npm run build` compile typescript to js
* `npm run watch` watch for changes and compile
* `npm run test` perform the jest unit tests
* `cdk deploy` deploy this stack to your default AWS account/region
* `cdk diff` compare deployed stack with current state
* `cdk synth` emits the synthesized CloudFormation template
## Architecture
### Assumptions
* Data going through the ingestion system is transient and there is no impact if anything is lost
## TODO
*