Go Import JSON File Into MongoDB Unstructured
During a recent POC I imported a Terraform state file(JSON) into MongoDB using golang. This may not exactly fit any
Read moreDuring a recent POC I imported a Terraform state file(JSON) into MongoDB using golang. This may not exactly fit any
Read moreTerraform can utilize a http backend for maintaining state. This is a test of a Terraform http backend using a
Read moreSimilar to this article (using python) https://blog.ls-al.com/python-output-align-by-column/ I also did a quick Golang implementation. It is not quite as done
Read moreJotting down my test to implement an associative array similar to as my python test here: https://blog.ls-al.com/python-dict-for-arrays/ In python I
Read more