Notes - April 08, 2018
CLI Tools
- A list of command line tools for manipulating structured text data. A github compilation of cli tools manipulating text formats including CSV, XML, HTML, JSON, INI, etc. This HN discussion packs additional tools and HN-sytle comments. I’ve always been fascinated by unix cli tools and I can’t count the number of times they’ve helped me build my career :)
Some tools I’ve used time and again include: cut, join, paste, sort, uniq, awk , csvkit, q, textql jq,
Other noteworthy github collections are:
FaaS, because why not?
- GO Functions as a Service. Running a Go application on AWS Lambda is easier than ever, once you figure out how to configure Lambda, API Gateway and 10 or other “serverless” services to support the Go functions. This is a boilerplate app with all the AWS pieces configured correctly and explained in depth. See the docs folder for detailed guides about functions, tracing, security, automation and more with AWS and Go.