Hi, We have a need for business analysts to be able to look at and analyze our tables. For this, we are implementing Presto on top of Accumulo <https://prestodb.github.io/docs/current/connector/accumulo.html>, which requires us to redesign our tables to be in at least second normal form (we were previously storing variable information in the family and qualifier strings, similar to Bigtable's Schema Design for Time Series Data <https://cloud.google.com/bigtable/docs/schema-design-time-series>). Also, our security requirements are such that we can't just 'extract, transform, load' our single-table design to a normalized database.
Has anyone implemented decent analytic, visualization, or other front end tools with Accumulo without having normalized tables? Also, does anyone know of any tools that can connect to Accumulo and allow us to embed live tables in a website without being master Javascript programmers? We are a Python shop, mostly. Thanks! Noah
