Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mstoykov/xk6-encoding
https://github.com/mstoykov/xk6-encoding
xk6
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mstoykov/xk6-encoding
- Owner: mstoykov
- License: mit
- Created: 2021-01-14T09:19:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T09:21:51.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T22:35:34.466Z (3 months ago)
- Topics: xk6
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xk6-encoding
This is a [k6](https://go.k6.io/k6) extension using the [xk6](https://github.com/grafana/xk6) system.
| :exclamation: This is a proof of concept, isn't supported by the k6 team, and may break in the future. USE AT YOUR OWN RISK! |
| ---------------------------------------------------------------------------------------------------------------------------- |This a try at fixing some of the problems with the internal k6 encoding package
## Build
To build a `k6` binary with this extension, first ensure you have the prerequisites:
- [gvm](https://github.com/moovweb/gvm)
- [Git](https://git-scm.com/)Then, install [xk6](https://github.com/grafana/xk6) and build your custom k6 binary with the Kafka extension:
1. Install `xk6`:
```shell
$ go install go.k6.io/xk6/cmd/xk6@latest
```2. Build the binary:
```shell
$ xk6 build --with github.com/mstoykov/xk6-encoding@latest
```