Update dasel description and change category (#3324)

* Add dasel to data-structures

* Add dasel to devops tools

* Remove dasel from data-structures

* Update dasel description

* Update dasel description

* Move dasel to query language category

* Update README.md
This commit is contained in:
Tom Wright 2020-10-30 18:19:07 +00:00 committed by GitHub
parent 6ea4cbd42d
commit b06fc8f965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1474,6 +1474,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
## Query Language ## Query Language
* [api-fu](https://github.com/ccbrown/api-fu) - Comprehensive GraphQL implementation. * [api-fu](https://github.com/ccbrown/api-fu) - Comprehensive GraphQL implementation.
* [dasel](https://github.com/tomwright/dasel) - Query and update data structures using selectors from the command line. Comparable to jq/yq but supports JSON, YAML, TOML and XML with zero runtime dependencies.
* [gojsonq](https://github.com/thedevsaddam/gojsonq) - A simple Go package to Query over JSON Data. * [gojsonq](https://github.com/thedevsaddam/gojsonq) - A simple Go package to Query over JSON Data.
* [graphql](https://github.com/tmc/graphql) - graphql parser + utilities. * [graphql](https://github.com/tmc/graphql) - graphql parser + utilities.
* [graphql](https://github.com/neelance/graphql-go) - GraphQL server with a focus on ease of use. * [graphql](https://github.com/neelance/graphql-go) - GraphQL server with a focus on ease of use.
@ -2317,7 +2318,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [bombardier](https://github.com/codesenberg/bombardier) - Fast cross-platform HTTP benchmarking tool. * [bombardier](https://github.com/codesenberg/bombardier) - Fast cross-platform HTTP benchmarking tool.
* [bosun](https://github.com/bosun-monitor/bosun) - Time Series Alerting Framework. * [bosun](https://github.com/bosun-monitor/bosun) - Time Series Alerting Framework.
* [cassowary](https://github.com/rogerwelin/cassowary) - Modern cross-platform HTTP load-testing tool written in Go. * [cassowary](https://github.com/rogerwelin/cassowary) - Modern cross-platform HTTP load-testing tool written in Go.
* [dasel](https://github.com/tomwright/dasel) - Query and update JSON/YAML files from the command line.
* [DepCharge](https://github.com/centerorbit/depcharge) - Helps orchestrating the execution of commands across the many dependencies in larger projects. * [DepCharge](https://github.com/centerorbit/depcharge) - Helps orchestrating the execution of commands across the many dependencies in larger projects.
* [Dockerfile-Generator](https://github.com/ozankasikci/dockerfile-generator) - A go library and an executable that produces valid Dockerfiles using various input channels. * [Dockerfile-Generator](https://github.com/ozankasikci/dockerfile-generator) - A go library and an executable that produces valid Dockerfiles using various input channels.
* [dogo](https://github.com/liudng/dogo) - Monitoring changes in the source file and automatically compile and run (restart). * [dogo](https://github.com/liudng/dogo) - Monitoring changes in the source file and automatically compile and run (restart).