openpipekit / opk-cli--dat

An CLI for Dat that follows OPK Standards http://openpipekit.github.io/wiki/#!developer-standards.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OPK CLI: Dat

A CLI to push data from a pipe to a dat dataset. Contains support for streams.

Example:

> ./opk-cli--dat/install
> echo "42" | opk-cli--dat/push 
> echo "44" | opk-cli--dat/push 
> dat export -d data
{"d":"42"}
{"d":"44"}

Credits: R.J. Steinert

License: GNU AFFERO GENERAL PUBLIC LICENSE

About

An CLI for Dat that follows OPK Standards http://openpipekit.github.io/wiki/#!developer-standards.md

License:GNU Affero General Public License v3.0


Languages

Language:Shell 100.0%