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

Search results for "distribution:Catmandu-FileStore Catmandu::Store"

Catmandu::Store::File::Multi - A store that adds files to multiple stores River stage one • 2 direct dependents • 2 total dependents

The Catmandu::Store::File::Multi is a combination of many Catmandu::FileStore-s as one access point. The Multi store inherits all the methods from Catmandu::FileStore. By default, the Multi store tries to update records in all configured backend stor...

HOCHSTEN/Catmandu-FileStore-1.16 - 16 Dec 2019 14:34:25 UTC

Catmandu::Store::File::Simple - A Catmandu::FileStore to store files on disk River stage one • 2 direct dependents • 2 total dependents

Catmandu::Store::File::Simple is a Catmandu::FileStore implementation to store files in a directory structure. Each Catmandu::FileBag is a deeply nested directory based on the numeric identifier of the bag. E.g. $store->bag(1234) is stored as ${ROOT}...

HOCHSTEN/Catmandu-FileStore-1.16 - 16 Dec 2019 14:34:25 UTC

Catmandu::Store::File::Memory - A Catmandu::FileStore to keep files in memory River stage one • 2 direct dependents • 2 total dependents

HOCHSTEN/Catmandu-FileStore-1.16 - 16 Dec 2019 14:34:25 UTC

Catmandu::Store::File::Multi::Bag - Index of all "files" in a Catmandu::Store::File::Multi "folder" River stage one • 2 direct dependents • 2 total dependents

HOCHSTEN/Catmandu-FileStore-1.16 - 16 Dec 2019 14:34:25 UTC

Catmandu::FileStore - Namespace for packages that can make files persistent River stage one • 2 direct dependents • 2 total dependents

Each Catmandu::FileStore is a Catmandu::Store and inherits all its methods, A Catmandu::FileStore is package to store and retrieve binary content in an filesystem, memory or a network. A "Catmandu::FileStore" contains one or more "Catmandu::FileBag" ...

HOCHSTEN/Catmandu-FileStore-1.16 - 16 Dec 2019 14:34:25 UTC

Catmandu::Store::File::Simple::Bag - Index of all "files" in a Catmandu::Store::File::Simple "folder" River stage one • 2 direct dependents • 2 total dependents

A Catmandu::Store::File::Simple::Bag contains all "files" available in a Catmandu::Store::File::Simple FileStore "folder". All methods of Catmandu::Bag, Catmandu::FileBag::Index and Catmandu::Droppable are implemented. Every Catmandu::Bag is also an ...

HOCHSTEN/Catmandu-FileStore-1.16 - 16 Dec 2019 14:34:25 UTC

Catmandu::Store::File::Memory::Bag - Index of all "files" in a Catmandu::Store::File::Memory "folder" River stage one • 2 direct dependents • 2 total dependents

A Catmandu::Store::File::Memory::Bag contains all "files" available in a Catmandu::Store::File::Memory FileStore "folder". All methods of Catmandu::Bag, Catmandu::FileBag::Index and Catmandu::Droppable are implemented. Every Catmandu::Bag is also an ...

HOCHSTEN/Catmandu-FileStore-1.16 - 16 Dec 2019 14:34:25 UTC

Catmandu::Store::File::Multi::Index - Index of all "Folders" in a Catmandu::Store::File::Multi River stage one • 2 direct dependents • 2 total dependents

HOCHSTEN/Catmandu-FileStore-1.16 - 16 Dec 2019 14:34:25 UTC

Catmandu::FileBag - A Catmandu::FileStore compartment to persist binary data River stage one • 2 direct dependents • 2 total dependents

Each Catmandu::FileBag is a Catmandu::Bag and inherits all its methods....

HOCHSTEN/Catmandu-FileStore-1.16 - 16 Dec 2019 14:34:25 UTC

Catmandu::Store::File::Simple::Index - Index of all "Folders" in a Catmandu::Store::File::Simple River stage one • 2 direct dependents • 2 total dependents

A Catmandu::Store::File::Simple::Index contains all "folders" available in a Catmandu::Store::File::Simple FileStore. All methods of Catmandu::Bag, Catmandu::FileBag::Index and Catmandu::Droppable are implemented. Every Catmandu::Bag is also an Catma...

HOCHSTEN/Catmandu-FileStore-1.16 - 16 Dec 2019 14:34:25 UTC

Catmandu::Store::File::Memory::Index - Index of all "Folders" in a Catmandu::Store::File::Memory River stage one • 2 direct dependents • 2 total dependents

A Catmandu::Store::File::Memory::Index contains all "folders" available in a Catmandu::Store::File::Memory FileStore. All methods of Catmandu::Bag, Catmandu::FileBag::Index and Catmandu::Droppable are implemented. Every Catmandu::Bag is also an Catma...

HOCHSTEN/Catmandu-FileStore-1.16 - 16 Dec 2019 14:34:25 UTC

Catmandu::DirectoryIndex - A base role to store relations between id's and directories River stage one • 2 direct dependents • 2 total dependents

HOCHSTEN/Catmandu-FileStore-1.16 - 16 Dec 2019 14:34:25 UTC

Catmandu::Cmd::stream - import and export streams into a Catmandu::FileStore River stage one • 2 direct dependents • 2 total dependents

HOCHSTEN/Catmandu-FileStore-1.16 - 16 Dec 2019 14:34:25 UTC

Catmandu::FileBag::Index - Flag a Bag as a FileStore Index River stage one • 2 direct dependents • 2 total dependents

Each Catmandu::FileBag is a Catmandu::Bag and inherits all its methods....

HOCHSTEN/Catmandu-FileStore-1.16 - 16 Dec 2019 14:34:25 UTC

Catmandu::Plugin::SideCar - Automatically update a parallel Catmandu::Store with metadata River stage one • 2 direct dependents • 2 total dependents

The Catmandu::Plugin::SideCar can be used to combine Catmandu::Store-s , Catmandu::FileStore-s (and Catmandu::Store::Multi , Catmandu::Store::File::Multi) as one access point. Every get,add,delete,drop and commit action in the store will be first exe...

HOCHSTEN/Catmandu-FileStore-1.16 - 16 Dec 2019 14:34:25 UTC

Catmandu::DirectoryIndex::Map - translates between id and path using a Catmandu::Bag as lookup River stage one • 2 direct dependents • 2 total dependents

This package uses a Catmandu::Bag backend to translate between ids and paths. Each record looks like this: { _id => "a", _path => "/data/2018/01/01/16/00/00/0cc175b9c0f1b6a831c399e269772661" } If the mapping for the id does not exist yet, this packag...

HOCHSTEN/Catmandu-FileStore-1.16 - 16 Dec 2019 14:34:25 UTC

Catmandu::DirectoryIndex::UUID - A uuid based path translator River stage one • 2 direct dependents • 2 total dependents

HOCHSTEN/Catmandu-FileStore-1.16 - 16 Dec 2019 14:34:25 UTC

Catmandu::DirectoryIndex::Number - A natural number based directory translator River stage one • 2 direct dependents • 2 total dependents

HOCHSTEN/Catmandu-FileStore-1.16 - 16 Dec 2019 14:34:25 UTC
18 results (0.041 seconds)