Confirmed users
513
edits
Klahnakoski (talk | contribs) (add charts) |
Klahnakoski (talk | contribs) (format fix) |
||
| Line 6: | Line 6: | ||
ActiveData is built on top of ElasticSearch, a fast, distributed, redundant document store. ActiveData provides the benefits of familiar and succinct SQL by translating SQL-like queries to ElasticSearch queries, | ActiveData is built on top of ElasticSearch, a fast, distributed, redundant document store. ActiveData provides the benefits of familiar and succinct SQL by translating SQL-like queries to ElasticSearch queries, | ||
= Charts = | |||
ActiveData is fast enough to support dashboards. | ActiveData is fast enough to support dashboards. | ||
== Build times == | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| Line 26: | Line 26: | ||
|} | |} | ||
==Unit Test Visualization== | |||
With all unit test results in ActiveData, we can get accurate estimates of "failure rate"; and be able to focus on the most-failing tests. | With all unit test results in ActiveData, we can get accurate estimates of "failure rate"; and be able to focus on the most-failing tests. | ||