27 December 2016

Web OLAP: Step one

As I have mentioned before I was trying to prototype a web-based viewer:

It's a small Django project (approximately100 strings of the code) with the MDX query within URL support.

The features I suppose to implement:

  • Where condition
  • Nice UI + JS interactivity in order to compose reports with no MDX knowledge (like Excel, but web-based)
  • Login screen
  • Report storage
  • Mailing module
  • Calculation editor
  • Drill-through function
  • More others...

P.S. At the moment I do it for fun to discover the web technologies.


© Danylo Korostil