roadmap: remove already implemented features and add some new ones v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Tue, 27 Aug 2019 12:32:43 +0200
branchv_0
changeset 267 1826d1cce404
parent 266 862a1d97e74b
child 268 1b8576c9640c
roadmap: remove already implemented features and add some new ones
relpipe-data/roadmap.xml
--- a/relpipe-data/roadmap.xml	Thu Aug 01 11:59:39 2019 +0200
+++ b/relpipe-data/roadmap.xml	Tue Aug 27 12:32:43 2019 +0200
@@ -108,31 +108,28 @@
 		<h3>Inputs</h3>
 		<p>Systems, commands:</p>
 		<ul>
-			<li>files: ls, find, grep</li>
 			<li>network information: ip, iptables, netstat, ss, dhcp-lease-list</li>
 			<li>network interaction: ping, host, wget, curl</li>
 			<li>system information: ps, lsof</li>
 			<li>versioning systems (Mercurial, Git, Subversion, Monotone, Bazaar)</li>
-			<li>SELECTs from sqlite, <a href="https://sql-dk.globalcode.info/">SQL-DK</a></li>
+			<li>D-Bus</li>
 		</ul>
 			
 		<p>Formats:</p>
 		<ul>
 			<li>regular expression (regex groups → attributes)</li>
-			<li>XML: as xmlTable() in SQL</li>
 			<li>ODS (LibreOffice)</li>
 			<li>iCalendar</li>
 			<li>vCard</li>
 			<li>YAML, JSON, INI</li>
-			<li>CSV, DSV</li>
 			<li>Fsdb</li>
 			<li>Java .properties</li>
 			<li>Gettext / .po files</li>
-			<li>sqlite (full database dump)</li>
 			<li>STDIO log: captured STDIN, STDOUT and STDERR of other process with precise timing of all events</li>
 			<li>pcap / tcpdump</li>
 			<li>Inverse tabular</li>
 			<li>Wikipedia / MediaWiki: harvest tables from given article</li>
+			<li>(X)HTML tables generic import (probably implemented in XQuery)</li>
 		</ul>
 		<h3>Transformations</h3>
 		<ul>
@@ -150,7 +147,7 @@
 			<li>statistics: compute/add aggregated values like min(), max(), avg(), sum() or percentiles</li>
 			<li>function calls (probably should be part od SQL or XPath)</li>
 			<li>pack and unpack: single record with arrays vs. multiple records with scalars</li>
-			<li>Guile, Lua, Perl, Python</li>
+			<li>Lua, Perl, Python</li>
 			<li>system command executor</li>
 		</ul>
 		<h3>Outputs</h3>
@@ -162,14 +159,14 @@
 			<li>vCard</li>
 			<li>tar: directories and files <!--relations and records = directories; attribute values = files--></li>
 			<li>YAML, JSON, INI</li>
-			<li>CSV, DSV</li>
 			<li>Fsdb</li>
 			<li>Java .properties</li>
 			<li>Gettext / .po files</li>
-			<li>XHTML: tables, graphs</li>
+			<li>XHTML: tables, graphs (probably implemented in XSLT or XQuery)</li>
 			<li>GraphViz: .dot files</li>
 			<li>SQL: CREATE TABLE, INSERT</li>
 			<li>SMTP, IMAP, files, HTTP, SOAP, ZeroMQ, TCP, UDP</li>
+			<li>D-Bus</li>
 			<li>source code / literals in Java, C, C++, Bash</li>
 			<li>return/exit code (single numeric value)</li>
 		</ul>