
Metabase::Archive::Filesystem - Metabase filesystem-based storage

version 1.001

require Metabase::Archive::Filesystem;
$archive = Metabase::Archive::Filesystem->new(
root_dir => $storage_directory
);

Store facts as files in the filesystem, hashed into a directory tree by GUID to manage the number of files in any particular directory.

See Metabase::Archive and Metabase::Librarian.


This software is Copyright (c) 2012 by David Golden.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004