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 MoreMy tips, howtos, gotchas, snippets and stuff. Use at your own risk!
During 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