Declarative Data Orchestration
Project description
awk_plus_plus
A domain-specific language designed for data orchestration.
Features
- Fuzzy modern regex engine
- Semantic search
- Orthogonal Persistence based on DuckDB
- Transparent reference with Jsonnet. We plan to execute this future with Dask.
- URL interpreter to manage data sources.
Installation from pip
Install the package with:
pip install awk_plus_plus
CLI Usage
You output your data to JSON with the cti
command.
JSONNET support
Hello world
cti i "Hello world" -p -v 4
Jsonnet support
cti i '{"keys":: ["AWK", "SED", "SHELL"], "languages": [std.asciiLower(x) for x in self.keys]}'
URL interpreter
Our step further is the URL interpreter which allows you to manage different data sources with an unique syntax across a set of plugins.
STDIN, STDOUT, STDERR
cti i '{"lines": interpret("stream://stdin?strip=true")}'
Imap
cti i '{"emails": interpret("imap://USER:PASSWORD@HOST:993/INBOX")}'
Keyring
cti i '{"email":: interpret("keyring://backend/awk_plus_plus/email"), "emails": interpret($.email)}'
Files
cti i 'interpret("**/*.csv")'
SQL
cti i 'interpret("sql:SELECT * FROM email")'
Note
This project has been set up using PyScaffold 4.5 and the dsproject extension 0.0.post167+g4386552.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
awk_plus_plus-0.9.0.tar.gz
(34.9 kB
view details)
Built Distribution
File details
Details for the file awk_plus_plus-0.9.0.tar.gz
.
File metadata
- Download URL: awk_plus_plus-0.9.0.tar.gz
- Upload date:
- Size: 34.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ce3e27b1216a9c7009cc8d39620d3f9a5e7ae73650047fbaba2c28678ee4b80 |
|
MD5 | d972215c556eb0d32f707e1efffbf143 |
|
BLAKE2b-256 | fb95af23bfada3a5ddf0ee816c54ea001913cb69ef1081cb804dc00622f51a1a |
File details
Details for the file awk_plus_plus-0.9.0-py3-none-any.whl
.
File metadata
- Download URL: awk_plus_plus-0.9.0-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aed3f829627196db7ecae69e8142d3ed8a3d6f944888d96096f94d1ba3f9ba71 |
|
MD5 | d953f87a3a9ba6033e68eaf1db08c349 |
|
BLAKE2b-256 | f98ecb9387194f1330319c2ef8cb1f541c01939cff81d1ae9c461ea82a160684 |