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
- Host: GitHub
- URL: https://github.com/0hsn/sspp
- Owner: 0hsn
- License: gpl-3.0
- Created: 2022-08-18T10:15:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T06:51:57.000Z (over 2 years ago)
- Last Synced: 2024-06-20T08:17:30.128Z (over 1 year ago)
- Topics: cli-parser, golang, json-parsing, stream-parsing
- Language: Go
- Homepage:
- Size: 2.34 MB
- Stars: 8
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)