tokenizer

command module
v0.7.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 21, 2023 License: MPL-2.0 Imports: 31 Imported by: 0

README

Tokenizer

Tokenizer receives sensitive input from somewhere, tokenizes it, and sends the output somewhere else. This summary is deliberately vague because tokenizer's input, output, and tokenization are pluggable: Input can come from an HTTP API or stdin. Tokenization can be done by a HMAC-SHA256 or CryptoPAn. The output can be a Kafka broker or stdout. Tokenizer further supports pluggable aggregation, which dictates how input is processed.

Development

To test, lint, and build tkzr, run:

make

To create a reproducible Docker image, run:

make docker

To understand tokenizer's architecture, begin by studying its interfaces.

Usage

Run the following command to compile tkzr.

make tkzr

Use the following command to run tokenizer with the given receiver, forwarder, and tokenizer:

tkzr -receiver stdin -tokenizer hmac -forwarder stdout

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL