This repository has been archived by the owner on May 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 197-deploy-cwl-airflow
- Loading branch information
Showing
75 changed files
with
1,725 additions
and
346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.1.0] - 2022-04-20 | ||
|
||
### Added | ||
|
||
- First implementation of HySDS services as Docker containers | ||
- Shell scripts to deploy/undeploy all Docker containers onto local Kubernetes cluster using the kubectl client | ||
- Terraform scripts to deploy/undeploy all Docker containers onto local Kubernetes cluster using Terraform | ||
|
||
Please see the parent repository's [CHANGELOG.md](https://github.com/unity-sds/unity-sps/blob/main/CHANGELOG.md) for a history of changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,66 @@ | ||
# unity-sps-prototype | ||
<!-- Header block for project --> | ||
<hr> | ||
|
||
<div align="center"> | ||
|
||
![logo](https://user-images.githubusercontent.com/3129134/163255685-857aa780-880f-4c09-b08c-4b53bf4af54d.png) | ||
<!-- ☝️ If you see logo rendering errors, make sure you're not using indentation, or try an HTML IMG tag --> | ||
|
||
<h1 align="center">Unity SPS Prototype</h1> | ||
<!-- ☝️ Replace with your repo name ☝️ --> | ||
|
||
</div> | ||
|
||
<pre align="center">This is a prototype repository related to Unity SPS.</pre> | ||
<!-- ☝️ Replace with a single sentence describing the purpose of your repo / proj ☝️ --> | ||
|
||
<!-- Header block for project --> | ||
|
||
<!-- ☝️ Add badges via: https://shields.io e.g. ![](https://img.shields.io/github/your_chosen_action/your_org/your_repo) ☝️ --> | ||
|
||
<!-- ☝️ Screenshot of your software (if applicable) via ![](https://uri-to-your-screenshot) ☝️ --> | ||
|
||
[Unity Docs](https://unity-sds.gitbook.io/docs/) | [Unity-SPS Docs](https://unity-sds.gitbook.io/docs/developer-docs/science-processing) | [Issue Tracker](https://github.com/unity-sds/unity-sps-prototype/issues) | ||
|
||
For detailed information about this repository and its purpose, please refer to the parent repository, Unity SPS, at [https://github.com/unity-sds/unity-sps](https://github.com/unity-sds/unity-sps). | ||
|
||
## Features | ||
|
||
* Please consult the parent repository [unity-sps](https://github.com/unity-sds/unity-sps) for features related to all Unity SPS repositories. | ||
|
||
<!-- ☝️ Replace with a bullet-point list of your features ☝️ --> | ||
|
||
## Contents | ||
|
||
- [Features](#features) | ||
- [Contents](#contents) | ||
- [Quick Start](#quick-start) | ||
- [Changelog](#changelog) | ||
- [Frequently Asked Questions (FAQ)](#frequently-asked-questions-faq) | ||
- [Contributing](#contributing) | ||
- [License](#license) | ||
- [Support](#support) | ||
|
||
## Quick Start | ||
|
||
For comprehensive details, guidelines, and documentation, refer to the parent repository: [unity-sps](https://github.com/unity-sds/unity-sps). | ||
|
||
## Changelog | ||
|
||
Please see the parent repository's [CHANGELOG.md](https://github.com/unity-sds/unity-sps/blob/main/CHANGELOG.md) for a history of changes. | ||
|
||
## Frequently Asked Questions (FAQ) | ||
|
||
For any questions, consult the FAQ of the parent repository [unity-sps](https://github.com/unity-sds/unity-sps). | ||
|
||
## Contributing | ||
|
||
To contribute, kindly refer to the guidelines in the parent repository: [unity-sps](https://github.com/unity-sds/unity-sps). | ||
|
||
## License | ||
|
||
See our: [LICENSE](LICENSE) | ||
|
||
## Support | ||
|
||
For support, please contact the maintainers of the parent repository [unity-sps](https://github.com/unity-sds/unity-sps). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
machine rabbitmq | ||
login guest | ||
password guest | ||
password guest |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.