<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Hello,</span><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
i'd like to introduce rbx (Report Browser eXtended) <a href="https://github.com/dmitryme/rbx" target="_blank" style="color:rgb(17,85,204)">https://github.com/<u></u>dmitryme/rbx</a></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Main features:</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
- allows to browse logs with you favorite web client(Google, Firefox, etc)</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">- allows to browse logs (with web browser or console) on several nodes and no remote shell is needed</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">- binary compatible with rb - use the same binary log files as rb uses</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
- implemented in document/view manner and allow user to write his own log views</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
Application consists of 3 main gen_server based servers:</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">- <b>rbx </b>- do the same work as rb does,  except it returns raw record data as tuple/list of tuples (not a pretty printed output)</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">- <b>rbx_inets </b>- http server, which allow to browse you logs with you web client(Chrome, Firefox, etc). Can be used to view logs on several nodes with rbx running.</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">- <b>rbx_cons </b>- console log viewer. Print out logs into file or std out (almost the same as rb). Can be attached to rbx on remote node</div>