Blog Archives
The shape of structured data
- Posted by Michael MacDonald
- on Jan, 25, 2023
- in Command line tips
- Blog No Comments.
Extracting the structure of structured data from #JSON and #YAML data files separately from their data is a powerful tool for data analysis, data manipulation and data migration. The process of extracting the structure of structured data is also known as “scaffolding” or “skeletonizing” the data. In this technical blog post, we will discuss how […]
Read MoreRecent Posts
- The shape of structured data
- Writing very small executable
- The challenge of type asserting []interface{} to string slices.
- Serializing/Deserializing a complex GO struct to store externally (i.e. in a database, redis, or text file)
- Fun with golang, Google Maps api, and proxying requests