./databases/py-whisper, Fixed-size database, similar in design to RRD

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.10, Package name: py311-whisper-1.1.10, Maintainer: riz

Whisper is a fixed-size database, similar in design to RRD
(round-robin-database). It provides fast, reliable storage of numeric
data over time.


Required to run:
[lang/py-six] [lang/python310]

Master sites:

Filesize: 41.831 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-18 11:38:13 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-whisper: updated to 1.1.10

1.1.10
Multiple bugfixes, especially for Graphite-web (see full list below)
Couple of new functions
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
   2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes
   2020-12-06 12:21:02 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-whisper: updated to 1.1.7

1.1.7:
Graphite release 1.1.7

1.1.6:
Graphite release 1.1.6
* set package long description
* Dump as raw values
   2019-08-11 20:08:01 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-whisper: updated to 1.1.5

1.1.5:
Python 3.x support fixes for whisper, carbon and graphite-web
REMOTE_BUFFER_SIZE = 0 now works properly
Multi-instance settings support
Increase performance of localdatabase tag db
avg_zero consolidation function fully supported now
Carbonlink queries working now for tagged series
Docker image migrated to Alpine, reducing the image size from ~530MB to 188MB
   2018-11-14 11:41:17 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-whisper: updated to 1.1.4

1.1.4:
Include tests in PyPI distributions
Add Python 3.7 testing to Travis
   2018-07-07 06:56:45 by Min Sik Kim | Files touched by this commit (4) | Package updated
Log message:
databases/py-whisper: Update to 1.1.3

Notable changes since 0.9.15:
    - Python 3 support
    - fallocate and sparse support in whisper-create
    - Support FADVISE_RANDOM for create/update/update_many
    - Add update-storage-times.py - a tool to change storage schemas for
      whisper files and update the data. Threaded to vastly improve speed
      over whisper-auto-resize.py
    - Add optional destinationPath for rrd2whisper
    - Add json output to whisper-diff.py script
    - Add whisper-set-xfilesfactor.py utility
    - whisper-fetch: add –time-format option
    - Numerous bug fixes