jq provides a tool for processeding JSON files, in a similar manner to sed
jq '.daily.calls | input_filename + "," + @csv' *.json \
| sed -e 's/^"\([a-z7]*\)\-\([0-9]*\).json/\"\2,\1/' \
| sed -e 's/\"//g' > test.csv
# OS VMs | |
It is often needed for the testing of ideas the ability to construct VMs on demand. | |
[Boxcutter](https://github.com/boxcutter) provides such a service. | |
## Using on Windows-10 | |
The key item to having boxcutter working on windows-10 is to have [Scoop.sh](https://scoop.sh] installed and to have GnuMake installed | |
as well as the packer tools. | |
## example buid | |
''' |
jq provides a tool for processeding JSON files, in a similar manner to sed
jq '.daily.calls | input_filename + "," + @csv' *.json \
| sed -e 's/^"\([a-z7]*\)\-\([0-9]*\).json/\"\2,\1/' \
| sed -e 's/\"//g' > test.csv
Azure Cognative Search is a search tool capable of ingesting and searching a number of data formats including Office and JSON documents.
The service is currently under development and marked as preview This means that the azure CLI does not provide all the tooling you might wish and you are required to post some configuration pieces using curl or similar.
The free tier of service (SKU) is limited in the size of the documents it can handle.
az account set --subscription "Free Trial"
az storage account list -o table
az group create --name satrigger000rg --location westeurope
az group create --name mtidns000rg --location "ukwest"
az network dns zone create -g mtidns000rg --name mtifl.considrd.dev
At this point you'll have to go do your name service provider and repoint your NS records and SOA records to the name servers inside azure