Re: [RADIATOR] MongoDB \ Accounting

2013-08-01 Thread Karri Huhtanen
On 7/28/13 11:21 AM, Joe Hughes wrote: Hello Joe, > I am considering the best ways of getting the accounting data from our > RADIUS servers \ SQL databases into MongoDB. > > Looking for some feedback\comments. > > Some options; > > a) Write a accounting hook to break apart the accounting messa

Re: [RADIATOR] MongoDB \ Accounting

2013-07-28 Thread Hugh Irvine
Hello Joe - I would be inclined to use method d) so you get a copy of the accounting requests in a separate process where you can do whatever you need to without impacting your main process. You would do something like this (assuming you are using Handlers): ….. AuthByPolicy Conti

[RADIATOR] MongoDB \ Accounting

2013-07-28 Thread Joe Hughes
Hi Simple question really. I want to introduce MongoDB as a "test" server for storing accounting and session data. We currently use MSSQL, it works well, but the large amount of data (and related joins into other data islands) can become unwieldy over time - especially for historic reporting. I