Database Plugin
A plugin to write the event data from Directory Monitor into a database (relational or not).
This could include multiple plugins per database type or a single plugin with the ability to access multiple types of databases.
The following databases could be supported:
1. SQL Server 20005/2008/2012.
2. MySQL
3. Oracle
4. Postrgre SQL
5. SQLite
6. Azure (or other cloud based databases like FireBase)
7. MongoDB (or other NoSQL variants)
8. Many, many more...
Scripts to create the database will be included if the user information provided to Directory Monitor does not have security rights to create tables, views and procs.
The plugin can be updated bit by bit to support different databases so we need to decide which one(s) are most important and requested.

The plugin is complete and available in v2.6.1.1 for both MS SQL Server and MySQL database providers.
Please report any bugs so they can immediately be corrected and please email or lodge additional feature requests, suggestions or ideas right here at https://deventerprise.uservoice.com/admin/forums/198724-general
UPDATE: Fixed a number of bugs in v2.6.1.2. Please update to this version if you are using Directory Monitor 2.6.1.1 or 2.6.1.0.
-
Added a page with information about the Database Plugin: https://deventerprise.uservoice.com/knowledgebase/articles/317541-database-plugin
-
hj.janning commented
In my opinion, MS-SQL is the best way, thanks.