An open API service indexing awesome lists of open source software.

https://github.com/0hsn/sspp

Structured Stream Processing and Presentation
https://github.com/0hsn/sspp

cli-parser golang json-parsing stream-parsing

Last synced: 4 days ago
JSON representation

Structured Stream Processing and Presentation

Awesome Lists containing this project

README

          

# Structured Stream Processing and Presentation | `sspp`

## Introduction

`sspp` is a command-line tool that works as an umbrella command utility to parse and presentation multiple structured configuration file or stream, e.g, `json`.

Supported types

- `json` :white_check_mark:
- `xml` :white_check_mark:
- `yaml` :white_check_mark:
- `toml` :white_check_mark:
- `hcl`
- `jwt`
- `ini` :white_check_mark: see [#18](https://github.com/0hsn/sspp/issues/18) :snail:
- `.properties`

Software status: `Pre-Alpha`.

## Documentation

[**Install guide**](docs/setup.md)

[**Usage guide**](docs/usage.md)

[**Command manual**](docs/cmdref.md)

## Report issue

You can report issues or ask questions on [github issues](https://github.com/0hsn/sspp/issues).

## See also

- [stedolan/jq](https://github.com/stedolan/jq)
- [kislyuk/yq](https://github.com/kislyuk/yq)
- [sclevine/yj](https://github.com/sclevine/yj)
- [brimdata/zed](https://github.com/brimdata/zed)
- [TomWright/dasel](https://github.com/TomWright/dasel)