CPAN::Testers::Metabase - Instantiate a Metabase backend for CPAN Testers
version 1.999002
use CPAN::Testers::Metabase::Demo;
# defaults to directory on /tmp
my $mb = CPAN::Testers::Metabase::Demo->new;
$mb->public_librarian->search( %search spec );
The CPAN::Testers::Metabase namespace is intended to span a collection of classes that instantiate specific Metabase backend storage and indexing capabilities for a CPAN Testers style Metabase.
Each class consumes the Metabase::Gateway role and can be used by the Metabase::Web application as a data model.
See specific classes for more detail:
[CPAN::Testers::Metabase::AWS] -- storage and indexing with Amazon Web Services
[CPAN::Testers::Metabase::MongoDB] -- storage and indexing with MongoDB
[CPAN::Testers::Metabase::Demo] -- SQLite archive and flat-file index (for test/demo purposes only)
Please report any bugs or feature requests through the issue tracker at http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Testers-Metabase. You will be notified automatically of any progress on your issue.
This is open source software. The code repository is available for public review and contribution under the terms of the license.
https://github.com/dagolden/cpan-testers-metabase
git clone https://github.com/dagolden/cpan-testers-metabase.git
David Golden <[email protected]>
This software is Copyright (c) 2012 by David Golden.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004