An open API service indexing awesome lists of open source software.

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

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`