Over the past month I’ve been playing around with AI based development, in these efforts I’ve produced a tool called Lustre Sentinel. This is a simple Lustre file system monitoring and auditing application written in C. The general idea behind this tool is that it leverages the DuckDB vector database for file history storage, generates countless database files for long term archival and allows for tracking of the history of any file on a lustre file system.
The code is freely available under the GPL version 3 license and can be downloaded here: http://github.com/cfaber/Lustre-Sentinel