./databases/py-ana, Easy distributed data storage

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


Branch: CURRENT, Version: 0.6nb1, Package name: py310-ana-0.6nb1, Maintainer: khorben

ANA is a project to provide easy distributed data storage for stuff.
It provides every object with a UUID and, when pickled, will first serialize
the object's state to a central location and then "pickle" the object into just
its UUID. This is really handy when you have to distribute objects in some
distributed system, and you'd rather not pickle the whole object every time you
need to send it.

ANA violates some of pickle's assumptions.
Users of pickle often have an implicit assumption that the objects they
unpickle will be different (identity-wise) than the objects that they pickle.
This is not the case with ANA; in fact, it has an object cache specifically to
avoid this. Furthermore, depending on the mode of operation, ANA might store
the objects centrally, by UUID, where it will be accessed by other instances of
ANA. Because of these things, the objects serialized with ANA should be
immutable, if you know what's good for you.


Required to run:
[lang/python310]

Master sites:

Filesize: 5.738 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-10 21:57:05 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-ana: convert to egg.mk
   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-30 10:30:10 by Nia Alarie | Files touched by this commit (1)
Log message:
py-ana: Nothing stopping this from working with py38/etc
   2020-09-29 04:13:36 by Pierre Pronchery | Files touched by this commit (4)
Log message:
py-ana: import version 0.06