top | item 12874270

(no title)

adambratt | 9 years ago

Because we totally needed stored procedures to be re-implemented outside of the database in a templating language. /s

discuss

order

teilo|9 years ago

That's a rather short-sighted comment. We use similar functionality to build an end-user reporting system which queries multiple DBs, many of which are part of vendor applications. Trusted users write the SQL, parameterize it with django-templates. Users enter parameters in widgets. SQL is generated using the templates, executed on the target DB with RO credentials, and returned in a grid/csv/excel/json.

toomuchtodo|9 years ago

So we've reinvented Tableau and other data analytics packages instead.