Options
Visual output in Vertica
Is it possible to get any visual output from Vertica? For example with use of R graphics. I have not find anything about it in the documentation so far.
0
Comments
I don't think that question is correct: what does it mean "to get any visual output"? Does output is sound, Morse alphabet or what? Or "visual output" it is graphs? So also incorrect question: what kind of graph - pie, bars, lines,...? Vertica is database, so it goal - to store and to fetch data in optimal way, but not to visualize, it's BI tools should do.
BTW: some db clients like dbVisualizer can visualize a simple data set and as I know Vertica's team did a special plugin for dbVisualizer. My recipe:
I think that ipython + pandas is a good option: platform independent, portable, R-lang also can be used, notebooks can be saved and used after it, notebook supports for simple text markup, so simple reports can be generated.
Example of data plotting with pandas: