Versions

Description

coopy is an implementation of object prevalence in python. It is based on the techniques of system snapshotting and transaction journalling. In the prevalent model, the object data is kept in memory in native object format, rather than being marshalled to an RDBMS or other data storage system. A snapshot of data is regularly saved to disk, and in addition to this, all changes are serialised and a log of transactions is also stored on disk. copycat intercepts method calls, logging them into 'actions' to restore object state by re-executing these actions.

Repository

https://github.com/felipecruz/coopy.git

Project Slug

coopy

Last Built

No builds yet

Maintainers

Home Page

https://github.com/felipecruz/coopy

Badge

Tags

memory, persistence

Short URLs

coopy.readthedocs.io
coopy.rtfd.io

Default Version

latest

'latest' Version

master