No description
Find a file
2024-03-09 20:58:38 +01:00
docs initial import 2024-02-14 18:15:48 +01:00
scopes Merge branch 'master' into 2master 2024-03-09 20:58:38 +01:00
.gitignore provide access to SQLite, with functions and variables for db-specific variants 2024-03-06 22:45:59 +01:00
CHANGES.txt initial import 2024-02-14 18:15:48 +01:00
CONTRIBUTORS.txt initial import 2024-02-14 18:15:48 +01:00
LICENSE initial import 2024-02-14 18:15:48 +01:00
README.md initial import 2024-02-14 18:15:48 +01:00
requirements.txt initial import 2024-02-14 18:15:48 +01:00
setup.py backport changes for Python2-/buildout-based implementation from cco.storage 2024-02-15 09:25:42 +01:00

py-scopes

The 'py-scopes' package is a re-implementation of a similar module in Go, called 'go-scopes'. It processes application data focussing on changes instead of objects or state.

The first sub-package (scopes.storage) deals with storing application data (as records or tracks, messages, or more specific kinds of entities) in a SQL database, using some header columns for indexing and direct access and a jsonb column for the real data (payload).

Status: implementation started

Project website: https://www.cyberconcepts.org

License: MIT, see LICENSE file