Data Reporting/Generation

Data is beautiful.

But people want to see it, which requires reporting on it, transforming it, masking it, or generating it for others to use and to see. Data Visualization is its own topic, so we have it under its own tab.

For the other aspects of data, we have some tools.


  • Transforming qualified names to masked qualified names with this module. Useful for sharing XML without compromising names but still maintaining structure.
  • jUnit test case results come out as XML. Here's a summary report tool that collates test results.
  • For individual jUnit test results, a few lines of Haskell with TagSoup gives us this report tool.

No comments:

Post a Comment