Added Data section + BigBash

BigBash (https://github.com/zalando/bigbash)  is an open-source converter that generates a bash one-liner from an SQL Select query, no database necessary.
This commit is contained in:
Lauri at Zalando 2016-08-19 13:16:42 +02:00 committed by GitHub
parent 2eee18660e
commit 35f36c9172

View File

@ -52,6 +52,11 @@ In addition of this list, you should read the list [awesome-shell](https://githu
- [sexy-bash-prompt](https://github.com/twolfson/sexy-bash-prompt) - Bash prompt with colors, Git statuses, and Git branches
- [bash-sensible](https://github.com/mrzool/bash-sensible) - An attempt at saner Bash defaults
## Data
- [BigBash](https://github.com/zalando/bigbash) - Open-source converter that generates a bash one-liner from an SQL Select query, no database necessary
*Tools for working with data.*
## For Developers
*Command-line development, version control, and deployment.*