Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allen-woods/pipe-crud
A portable dev-ops shell script that provides full CRUD inside of named and pseudo-anonymous Linux pipes.
https://github.com/allen-woods/pipe-crud
crud linux-shell pipes-sh
Last synced: 23 days ago
JSON representation
A portable dev-ops shell script that provides full CRUD inside of named and pseudo-anonymous Linux pipes.
- Host: GitHub
- URL: https://github.com/allen-woods/pipe-crud
- Owner: allen-woods
- License: mit
- Created: 2021-02-21T20:06:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T20:21:40.000Z (almost 4 years ago)
- Last Synced: 2024-11-06T04:12:12.686Z (2 months ago)
- Topics: crud, linux-shell, pipes-sh
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pipe_crud
## Description
This is a dev-ops utility written in `sh` intended to provide full CRUD functionality to named pipes and pseudo-anonymous pipes (file descriptors) on Alpine Linux.
Data is stored in the pipe as wrapping document IDs containing unique item names.
Pseudo-anonymous pipes are air-gapped by default.
## Disclaimer
Because of [this issue](https://github.com/moby/moby/issues/37182), this script should not be used inside of Docker images.
This script is currently provided as-is with no warranty. This project will be revisited and improved at a later, as yet undetermined, date.