https://github.com/petruki/gitops-poc
Experimenting with Golang for a GitOps tooling project
https://github.com/petruki/gitops-poc
gitops golang
Last synced: 12 months ago
JSON representation
Experimenting with Golang for a GitOps tooling project
- Host: GitHub
- URL: https://github.com/petruki/gitops-poc
- Owner: petruki
- License: mit
- Created: 2023-12-25T01:05:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T22:14:13.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T05:34:57.837Z (about 1 year ago)
- Topics: gitops, golang
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
This project is an experiment to validate various ideas for DevOps tooling.
- GitOps routines
- GraphQL consumer client
- GoGit for interacting with git
- Coroutines for scheduling and running tasks
## Requirements
- go 1.21
## Run Project
- Running `go run ./src/cmd/app/main.go`
- Testing `go test -coverpkg=./... -v`
- Building `go build -o ./bin/app ./src/cmd/app/main.go`