heartPosts from the community...
Link
@faun shared a link, 2 years, 1 month ago

Implementing a distributed key-value store on top of implementing Raft in Go

Raft is a distributed consensus protocol that uses leader election and log replication to manage a replicated state machine, with two key components being leader election and log replication. The protocol is implemented on top of a key-value store, and involves appending entries to a log that must b..

Implementing a distributed key-value store on top of implementing Raft in Go
Link
@faun shared a link, 2 years, 1 month ago

Golang Templating: Substituting Values Between Different YAML Files

Learn how to use Go templates to generate text output and replace placeholder variables with corresponding values. This tutorial includes how to generate dynamic content and replace values in YAML files and another Helm chart...

Link
@faun shared a link, 2 years, 1 month ago

Golang: Handling Terraform Files

The article discusses manipulating Terraform state files using Golang. It explains setting up the project, opening and manipulating the state file, and saving the changes. The code example demonstrates updating a variable value and executing a Terraform plan to reflect the changes...

Golang: Handling Terraform Files
loading...