Path to this page:
./
databases/p5-Fsdb,
Commands for manipulating flat-ASCII databases
Branch: pkgsrc-2020Q1,
Version: 2.65nb2,
Package name: p5-Fsdb-2.65nb2,
Maintainer: badFSDB is package of commands for manipulating flat-ASCII databases from
shell scripts. FSDB is useful to process medium amounts of data (with
very little data you'd do it by hand, with megabytes you might want a
real database).
Fsdb was known as Jdb from 1991 to Oct. 2008.
Fsdb is very good at doing things like:
- extracting measurements from experimental output
- re-examining data to address different hypotheses
- joining data from different experiments
- eliminating/detecting outliers
- computing statistics on data (mean, confidence intervals,
correlations, histograms)
- reformatting data for graphing programs
Rather than hand-code scripts to do each special case, FSDB provides
higher-level functions. Although it's often easy throw together a
custom script to do any single task, I believe that there are several
advantages to using this library: it is higher-level than raw perl,
control uses names intead of column numbers, it is self-documenting,
and it is very robust (error cases, careful memory handling, etc.).
Required to run:[
lang/perl5] [
www/p5-HTML-Parser]
Master sites:
SHA1: 650b7b78e244f09fd090afea1f03b867db1ba917
RMD160: 94d48e8429ab5ed08a8851f95eb367917aceb809
Filesize: 472.386 KB
Version history: (Expand)
- (2020-04-20) Package has been reborn
- (2020-04-19) Package added to pkgsrc.se, version p5-Fsdb-2.65nb2 (created)