All Projects → swisscom → Cleanerversion

swisscom / Cleanerversion

Licence: apache-2.0
CleanerVersion adds a versioning/historizing layer to your relational DB which implements a "Slowly Changing Dimensions Type 2" behavior

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cleanerversion

Django Defectdojo
DefectDojo is an open-source application vulnerability correlation and security orchestration tool.
Stars: ✭ 1,926 (+1326.67%)
Mutual labels:  django
Django Netjsongraph
Network Topology Visualizer & Network Topology Collector
Stars: ✭ 131 (-2.96%)
Mutual labels:  django
Tabbycat
Debating tournament tabulation software for British Parliamentary and a variety of two-team parliamentary formats
Stars: ✭ 132 (-2.22%)
Mutual labels:  django
Django Tos
A small app to ensure your users re-agree to Terms of Service changes
Stars: ✭ 129 (-4.44%)
Mutual labels:  django
Academicstoday Django
A open-source platform for online course-based learning and education.
Stars: ✭ 130 (-3.7%)
Mutual labels:  django
Poetry Dynamic Versioning
Plugin for Poetry to enable dynamic versioning based on VCS tags
Stars: ✭ 131 (-2.96%)
Mutual labels:  versioning
Wagtailmedia
A Wagtail module for managing video and audio files within the admin
Stars: ✭ 128 (-5.19%)
Mutual labels:  django
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+10803.7%)
Mutual labels:  django
Auto ui
web版本自动化测试报告
Stars: ✭ 131 (-2.96%)
Mutual labels:  django
Hsreplay.net
🔶 Unleash your Potential!
Stars: ✭ 132 (-2.22%)
Mutual labels:  django
Docker Mailman
Dockerfiles for the mailman suite.
Stars: ✭ 130 (-3.7%)
Mutual labels:  django
Django Auth Adfs
A Django authentication backend for Microsoft ADFS and AzureAD
Stars: ✭ 127 (-5.93%)
Mutual labels:  django
Daily fresh demo
生鲜购物网站
Stars: ✭ 132 (-2.22%)
Mutual labels:  django
Django Easy Maps
🗺 Google Maps with easy!
Stars: ✭ 129 (-4.44%)
Mutual labels:  django
Socialrelations web
社工库查询系统
Stars: ✭ 134 (-0.74%)
Mutual labels:  django
Docker Jenkins Django Tutorial
實戰 Docker + Jenkins + Django + Postgres 📝
Stars: ✭ 129 (-4.44%)
Mutual labels:  django
Olhoneles
Tool to monitor Brazilian legislators expenses while in the exercise of their mandates
Stars: ✭ 131 (-2.96%)
Mutual labels:  django
Django Dersleri
YouTube Django Dersleri için proje kaynak kodu
Stars: ✭ 135 (+0%)
Mutual labels:  django
Django Business Logic
Visual DSL framework for django
Stars: ✭ 134 (-0.74%)
Mutual labels:  django
Django Rest Angular2 Example
A simple example of a Django REST app + Angular2
Stars: ✭ 132 (-2.22%)
Mutual labels:  django

.. note:: Please note that development of CleanerVersion has been discontinued as of February 2019. Feel free to fork the repository.


CleanerVersion for Django


.. image:: https://img.shields.io/travis/swisscom/cleanerversion/master.svg :target: https://travis-ci.org/swisscom/cleanerversion .. image:: https://img.shields.io/coveralls/swisscom/cleanerversion/master.svg :target: https://coveralls.io/r/swisscom/cleanerversion .. image:: https://img.shields.io/pypi/v/CleanerVersion.svg :target: https://pypi.python.org/pypi/CleanerVersion

Abstract

CleanerVersion is a solution that allows you to read and write multiple versions of an entry to and from your relational database. It allows to keep track of modifications on an object over time, as described by the theory of Slowly Changing Dimensions (SCD) - Type 2.

CleanerVersion therefore enables a Django-based Datawarehouse, which was the initial idea of this package.

Features

CleanerVersion's feature-set includes the following bullet points:

  • Simple versioning of an object (according to SCD, Type 2)

    • Retrieval of the current version of the object
    • Retrieval of an object's state at any point in time
  • Versioning of One-to-Many relationships

    • For any point in time, retrieval of correct related objects
  • Versioning of Many-to-Many relationships

    • For any point in time, retrieval of correct related objects
  • Migrations, if using in conjunction with Django 1.7 and upwards

  • Integration with Django Admin (Credits to @boydjohnson and @peterfarrell)

Prerequisites

This code was tested with the following technical components

  • Python 2.7 & 3.6
  • Django 1.11 & 2.0
  • PostgreSQL 9.3.4 & SQLite3

Older Django versions

CleanerVersion was originally written for Django 1.6 and has now been ported up to Django 1.11.

CleanerVersion 2.x releases are compatible with Django 1.11 and 2.0. It may also work with Django 1.9 and 1.10, but note that these versions are not officially supported and test cases have been removed.

Old packages compatible with older Django releases:

Documentation

Find a detailed documentation at http://cleanerversion.readthedocs.org/.

Feature requests

  • Querying for time ranges
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].