relpipe-data/release-v0.8.xml
author František Kučera <franta-hg@frantovo.cz>
Mon, 21 Feb 2022 01:21:22 +0100
branchv_0
changeset 330 70e7eb578cfa
parent 219 a94eb371f77e
permissions -rw-r--r--
Added tag relpipe-v0.18 for changeset 5bc2bb8b7946

<stránka
	xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro">
	
	<nadpis>Release v0.8</nadpis>
	<perex>first public release of Relational pipes</perex>

	<text xmlns="http://www.w3.org/1999/xhtml">
		<p>
			This is the first public release of <m:name/> for brave and courageous!
		</p>
		
		<h3>Data types</h3>
		<ul>
			<li>boolean</li>
			<li>variable unsigned integer (prototype)</li>
			<li>string in UTF-8</li>
		</ul>
		<h3>Inputs</h3>
		<ul>
			<li>CLI</li>
			<li>fstab</li>
		</ul>
		<h3>Transformations</h3>
		<ul>
			<li>grep: regular expression filter, removes unwanted records from the relation</li>
			<li>cut: regular expression attribute cutter (removes or duplicates attributes and can also DROP whole relation)</li>
			<li>sed: regular expression replacer</li>
			<li>validator: just a pass-through filter that crashes on invalid data</li>
			<li>python: highly experimental</li>
		</ul>
		<h3>Outputs</h3>
		<ul>
			<li>tabular</li>
			<li>XML</li>
			<li>nullbyte</li>
			<li>GUI in Qt</li>
			<li>ODS (LibreOffice)</li>
		</ul>
		
		<p>
			See the <m:a href="examples">examples</m:a> page for details.
		</p>
		
		<p>
			Instalation was tested on Debian GNU/Linux 9.6.
			The process should be similar on other distributions.
		</p>
		
		<m:pre src="examples/release-v0.8.sh" jazyk="bash" odkaz="ano"/>
		
		<p>
			<m:name/> are modular thus you can download and install only parts you need (the libraries are needed always).
			Tools <code>out-gui.qt</code> and <code>tr-python</code> require additional libraries and are not built by default.
		</p>
		
	</text>

</stránka>