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
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
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