Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owenthereal/jqplay
A playground for jq, written in Go
https://github.com/owenthereal/jqplay
golang jq
Last synced: 3 months ago
JSON representation
A playground for jq, written in Go
- Host: GitHub
- URL: https://github.com/owenthereal/jqplay
- Owner: owenthereal
- License: mit
- Created: 2014-03-20T22:38:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T16:57:37.000Z (6 months ago)
- Last Synced: 2024-05-01T23:59:00.441Z (6 months ago)
- Topics: golang, jq
- Language: Go
- Homepage: https://jqplay.org
- Size: 38.4 MB
- Stars: 716
- Watchers: 23
- Forks: 87
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# jqplay
[![OpenCollective](https://opencollective.com/jqplay/backers/badge.svg)](#backers) [![OpenCollective](https://opencollective.com/jqplay/sponsors/badge.svg)](#sponsors)
[jqplay](https://jqplay.org) is a playground for [jq](https://github.com/jqlang/jq). Please put it into good use.
## Development
To develop `jqplay`, you need to have a [Go development environment](http://golang.org/doc/install).
You also need to have Node & Postgresql installed.### make start
This script will build and start the `jqplay` server with `docker-compose`.
Your Docker needs to have the [buildx](https://docs.docker.com/engine/reference/commandline/buildx/) command.
Point your browser to [`http://localhost:8080/`](http://localhost:8080/).
## Support
### Backers
Love our work and community? [Become a backer](https://opencollective.com/jqplay#backer).### Sponsors
Use jqplay? Love jqplay? Help [sponsor the project](https://opencollective.com/jqplay#sponsor) and help fill our mugs with coffee.
### License
jqplay is released under the MIT license. See [LICENSE.md](https://github.com/owenthereal/jqplay/blob/master/LICENSE.md).