NAME

CPAN::Testers::Metabase - Instantiate a Metabase backend for CPAN Testers

VERSION

version 1.999002

SYNOPSIS

  use CPAN::Testers::Metabase::Demo;

  # defaults to directory on /tmp
  my $mb = CPAN::Testers::Metabase::Demo->new;

  $mb->public_librarian->search( %search spec );

DESCRIPTION

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)

SUPPORT

Bugs / Feature Requests

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.

Source Code

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

AUTHOR

David Golden <dagolden@cpan.org>

COPYRIGHT AND LICENSE

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

This is free software, licensed under:

  The Apache License, Version 2.0, January 2004