https://github.com/longrun/longrun-architecture-standard
It is an architectural standard that we, LongRun Inc., have established.
https://github.com/longrun/longrun-architecture-standard
Last synced: 3 months ago
JSON representation
It is an architectural standard that we, LongRun Inc., have established.
- Host: GitHub
- URL: https://github.com/longrun/longrun-architecture-standard
- Owner: longrun
- License: mit
- Created: 2024-09-12T08:52:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T06:15:50.000Z (over 1 year ago)
- Last Synced: 2025-02-21T20:15:59.658Z (over 1 year ago)
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LongRun Inc. Architecture Standards
私たちロンランが定めているアーキテクチャ標準です。次の三つの分類で構成されています。
- [アプリケーション開発](docs/application-development.md)
- アプリケーション開発を行うソフトウェアエンジニアのための指針です
- [CI / CD](docs/ci-cd.md)
- CI / CD は ソフトウェアエンジニアとインフラストラクチャを運用するエンジニアのどちらにも関与するもののため、アプリケーション開発とインフラストラクチャの間に配置しています
- [インフラストラクチャ](docs/infrastructure.md)
- インフラストラクチャをプロビジョニングし、運用するエンジニアのための指針です。アプリケーション動作のためのインフラのみならず、クラウドインフラ基盤の管理も含めます
このアーキテクチャ標準は不変ではありません。随時改訂されます。
# LICENCE
- [MIT](LICENSE)