NAME
CPAN::Testers::Metabase::MongoDB - Metabase backend on MongoDB
VERSION
version 0.001
SYNOPSIS
Direct usage
use CPAN::Testers::Metabase::MongoDB;
my $mb = CPAN::Testers::Metabase::MongoDB->new(
db_prefix => "my_metabase",
host => "mongodb://localhost:27017",
);
$mb->public_librarian->search( %search spec );
...
Metabase::Web config
---
Model::Metabase:
class: CPAN::Testers::Metabase::MongoDB
args:
db_prefix: my_metabase
host: "mongodb://localhost:27017/"
DESCRIPTION
This class instantiates a Metabase backend that uses MongoDB for storage and indexing.
USAGE
new
my $mb = CPAN::Testers::Metabase::MongoDB->new(
db_prefix => "my_metabase",
host => "mongodb://localhost:27017",
);
Arguments for new
:
db_prefix
-- required -- a unique namespace for the collectionshost
-- required -- a MongoDB connection string
Metabase::Gateway Role
This class does the Metabase::Gateway role, including the following methods:
handle_submission
handle_registration
enqueue
see Metabase::Gateway for more.
SEE ALSO
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-MongoDB. 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-mongodb
git clone https://github.com/dagolden/cpan-testers-metabase-mongodb.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