The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Metabase::Archive::MongoDB - Metabase storage using MongoDB

VERSION

version 1.000

SYNOPSIS

  use Metabase::Archive::MongoDB;

  Metabase::Archive::MongoDB->new(
    host    => 'mongodb://localhost:27017',
    db_name => 'my_metabase',
  );

DESCRIPTION

This is an implementation of the Metabase::Archive role using MongoDB.

USAGE

See Metabase::Backend::MongoDB for constructor attributes. See Metabase::Archive and Metabase::Librarian for details on usage.

AUTHOR

David Golden <dagolden@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2011 by David Golden.

This is free software, licensed under:

  The Apache License, Version 2.0, January 2004