NAME
benchmarkanything-storage - BenchmarkAnything storage cmdline tool
SYNOPSIS
Default data format (in and out) is JSON, other formats can be specified.
Add data to configured backend storage:
$ benchmarkanything-storage add data.json
Query backend storage for data:
$ echo 'json_search_query' | benchmarkanything-storage search -
Declare input format YAML:
$ benchmarkanything-storage add -i yaml data.yaml
Input formats
The following input formats are allowed, with their according modules used to convert the input into a data structure:
yaml - YAML::Any (default)
json - JSON
dumper - Data::Dumper (including the leading $VAR1 variable assignment)
_read_in
This function reads in a data structure. The meaning of the data depends on the sub command: for search it is a search query, for add it is an array of BenchmarkAnything data points.
_write_out
This function writes a data structure in requested output format.
ABOUT
Cmdline tool to handle BenchmarkAnything data, see http://benchmarkanything.org
SEE ALSO
For more information about the BenchmarkAnything schema, see http://www.benchmarkanything.org/.
AUTHOR
Steffen Schwigon <ss5@renormalist.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Steffen Schwigon.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.