Hello, all,
I'd like to present
RBX (Report Browser eXtended). RBX is a alternative of standard RB application. It was implemented in document/view manner: rbx module is a document (returns raw data as tuple and list of tuples) and rbx_cons, rbx_inets are views. rbx_cons is a console view and rbx_inets is a web one. rbx module code is based on rb code.
Main features:
- with rbx_inets you can browse logs with web browser
- both rbx_cons and rbx_inets can attach to remove rbx servers. So, no need to use remote shell.
- rbx server returns "raw data". So, you can implement you own views.
Enjoy