You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "Jeff Dasch (JIRA)" <ji...@apache.org> on 2017/07/28 16:41:01 UTC

[jira] [Created] (RYA-326) Improve Rya Shell's rendering of query results

Jeff Dasch created RYA-326:
------------------------------

             Summary: Improve Rya Shell's rendering of query results
                 Key: RYA-326
                 URL: https://issues.apache.org/jira/browse/RYA-326
             Project: Rya
          Issue Type: Sub-task
          Components: clients
            Reporter: Jeff Dasch


Write a new or extend an existing TupleQueryResultWriter to generate output that is more human consumable than what SPARQLResultsCSVWriter provides.

Something along the lines of what you get from mysql/postgres/impala:

{noformat}
+----+------+----------+
| id | name | quantity |
+----+------+----------+
|  1 | A    | 123      |
|  2 | B    | 456      |
|  3 | C    | 789      |
+----+------+----------+
{noformat}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)