{"id":13760755,"url":"https://github.com/robertaboukhalil/jqkungfu","last_synced_at":"2025-08-20T16:30:58.359Z","repository":{"id":47424783,"uuid":"170874233","full_name":"robertaboukhalil/jqkungfu","owner":"robertaboukhalil","description":"A jq playground, written in WebAssembly","archived":false,"fork":false,"pushed_at":"2023-12-01T04:14:47.000Z","size":3145,"stargazers_count":144,"open_issues_count":0,"forks_count":20,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-12-10T00:42:14.668Z","etag":null,"topics":["jq","wasm","webassembly"],"latest_commit_sha":null,"homepage":"http://jqkungfu.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robertaboukhalil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-02-15T14:04:38.000Z","updated_at":"2024-10-23T01:10:02.000Z","dependencies_parsed_at":"2023-12-01T05:24:38.283Z","dependency_job_id":"939165fb-ad98-438b-9cdc-bb85808b5e24","html_url":"https://github.com/robertaboukhalil/jqkungfu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertaboukhalil%2Fjqkungfu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertaboukhalil%2Fjqkungfu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertaboukhalil%2Fjqkungfu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertaboukhalil%2Fjqkungfu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertaboukhalil","download_url":"https://codeload.github.com/robertaboukhalil/jqkungfu/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230438185,"owners_count":18225870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jq","wasm","webassembly"],"created_at":"2024-08-03T13:01:20.397Z","updated_at":"2025-08-20T16:30:58.342Z","avatar_url":"https://github.com/robertaboukhalil.png","language":"HTML","funding_links":[],"categories":["HTML","others"],"sub_categories":[],"readme":"# jq kung fu\n\nA [jq](https://github.com/stedolan/jq/) playground, powered by WebAssembly.\n\n## Links\n\n* [jqkungfu.com](https://jqkungfu.com)\n* [sandbox.bio's jq Playground](https://sandbox.bio/playgrounds/jq)\n* [jq Tutorial](https://sandbox.bio/tutorials/jq-intro)\n* [Use jq in your own web apps](https://github.com/biowasm/biowasm/tree/main/tools/jq#jqwasm)\n\n## How?\n\njqkungfu was built by compiling [jq](https://github.com/stedolan/jq/) to WebAssembly, so that it runs in the browser.\n\nThe advantages of this approach are:\n\n* **Speed**: After the initial load time, jq queries are very fast because there are no round trips to a server\n* **Security**: This approach runs jq within the browser; otherwise, we would need to carefully secure the app so that users can't run arbitrary commands on the server!\n* **Convenience**: The app is purely front-end and is hosted as static files on a cloud storage provider\n\n## Launch locally\n\nTo launch jqkungfu locally:\n\n```bash\npython3 -m http.server 9999\n```\n\nThen open [http://localhost:9999](http://localhost:9999) in your browser.\n\n## Compile to WebAssembly (optional)\n\nTo compile jq to WebAssembly, run the `compile.sh` code within an environment that includes [Emscripten](https://github.com/emscripten-core/emscripten).\n\nTo set up your environment:\n\n```sh\n# Make sure to use \"--recursive\" so the jq submodule is initialized\n$ git clone --recursive https://github.com/robertaboukhalil/jqkungfu.git\n\n# Build the Docker image with needed dependencies\n$ docker buildx build -t jqkungfu .\n\n# Compile to WebAssembly\n$ docker run --rm -it -v .:/src --entrypoint ./compile.sh jqkungfu\n```\n\n## Learn More\n\nThis app is part of an example built for my book [Level up with WebAssembly](https://levelupwasm.com). Check it out if you're interested in more details, or to learn how to create similar applications.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertaboukhalil%2Fjqkungfu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertaboukhalil%2Fjqkungfu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertaboukhalil%2Fjqkungfu/lists"}