disqus / zumanji

A web interface for aggregating results from nose-performance
Apache License 2.0
33 stars 7 forks source link

Data Interfaces should be extendable #1

Open dcramer opened 12 years ago

dcramer commented 12 years ago

Right now its hardcoded to Redis/Cache/SQL

dukesam commented 12 years ago

I was experimenting with adding simple scalar metrics (give it a name and a count) but having extendable interfaces would be great. I'm hoping to use Zumanji across a number of projects/languages (home for JS and Django test results) and this would allow us to for example track ORM calls in Django and XHR in JS.