Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shortlink-org/shortlink
Shortlink service (Microservice example) ⭐️ Star the repo if you like it!
https://github.com/shortlink-org/shortlink
architecture argocd best-practices codegen csi-driver ddd ddd-sample event-sourcing example gitops go golang helm-chart k8s kafka kubernetes layered-architecture microservices mq shortlink
Last synced: 7 days ago
JSON representation
Shortlink service (Microservice example) ⭐️ Star the repo if you like it!
- Host: GitHub
- URL: https://github.com/shortlink-org/shortlink
- Owner: shortlink-org
- License: mit
- Created: 2019-08-27T16:16:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T03:05:25.000Z (3 months ago)
- Last Synced: 2024-10-29T15:19:08.377Z (3 months ago)
- Topics: architecture, argocd, best-practices, codegen, csi-driver, ddd, ddd-sample, event-sourcing, example, gitops, go, golang, helm-chart, k8s, kafka, kubernetes, layered-architecture, microservices, mq, shortlink
- Language: Go
- Homepage: https://shortlink.best
- Size: 641 MB
- Stars: 739
- Watchers: 7
- Forks: 38
- Open Issues: 15
-
Metadata Files:
- Readme: .gitlab/README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: .github/CODEOWNERS
- Security: .gitlab/security-policies/check_secrets_in_code.yaml
- Governance: GOVERNANCE.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# GitLab configuration
```json:table
{
"caption" : "GitLab configuration",
"fields" : [
{"key": "folder", "label": "folder"},
{"key": "decsription", "label": "decsription"},
{"key": "type", "label": "type", "sortable": true}
],
"items" : [
{
"folder": "agents",
"decsription": "List k8s agent for GitLab",
"type": "folder"
},
{
"folder": "issue_templates",
"decsription": "Templates for issues",
"type": "folder"
},
{
"folder": "merge_request_templates",
"decsription": "Templates for merge requests",
"type": "folder"
},
{
"folder": "CODEOWNERS",
"decsription": "The list owners",
"type": "file"
}
],
"filter" : true
}
```