.gitignore
.travis.yml
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
sonar-project.properties
dj_cqrs/__init__.py
dj_cqrs/constants.py
dj_cqrs/dataclasses.py
dj_cqrs/managers.py
dj_cqrs/metas.py
dj_cqrs/mixins.py
dj_cqrs/registries.py
dj_cqrs/signals.py
dj_cqrs/tracker.py
dj_cqrs/controller/__init__.py
dj_cqrs/controller/consumer.py
dj_cqrs/controller/producer.py
dj_cqrs/management/__init__.py
dj_cqrs/management/commands/__init__.py
dj_cqrs/management/commands/cqrs_bulk_dump.py
dj_cqrs/management/commands/cqrs_bulk_load.py
dj_cqrs/management/commands/cqrs_consume.py
dj_cqrs/management/commands/cqrs_diff_master.py
dj_cqrs/management/commands/cqrs_diff_replica.py
dj_cqrs/management/commands/cqrs_diff_sync.py
dj_cqrs/management/commands/cqrs_sync.py
dj_cqrs/management/commands/utils.py
dj_cqrs/transport/__init__.py
dj_cqrs/transport/base.py
dj_cqrs/transport/mock.py
dj_cqrs/transport/rabbit_mq.py
django_cqrs.egg-info/PKG-INFO
django_cqrs.egg-info/SOURCES.txt
django_cqrs.egg-info/dependency_links.txt
django_cqrs.egg-info/requires.txt
django_cqrs.egg-info/top_level.txt
django_cqrs.egg-info/zip-safe
docs/Makefile
docs/conf.py
docs/custom_serialization.rst
docs/getting_started.rst
docs/index.rst
docs/reference.rst
docs/track_fields_changes.rst
docs/utilities.rst
integration_tests/.dockerignore
integration_tests/Dockerfile.Master
integration_tests/Dockerfile.MasterV1
integration_tests/Dockerfile.Replica
integration_tests/Dockerfile.ReplicaV1
integration_tests/Makefile
integration_tests/__init__.py
integration_tests/docker-compose.yml
integration_tests/manage.py
integration_tests/masterV1.yml
integration_tests/master_settings.py
integration_tests/replicaV1.yml
integration_tests/replica_settings.py
integration_tests/replica_wsgi.py
integration_tests/setup.cfg
integration_tests/tests/__init__.py
integration_tests/tests/conftest.py
integration_tests/tests/test_asynchronous_consuming.py
integration_tests/tests/test_bulk_operations.py
integration_tests/tests/test_single_basic_instance.py
integration_tests/tests/test_sync_to_a_certain_service.py
integration_tests/tests/utils.py
requirements/dev.txt
requirements/docs.txt
requirements/test.txt
tests/__init__.py
tests/test_controller.py
tests/test_flow.py
tests/test_metas.py
tests/test_registries.py
tests/utils.py
tests/dj/__init__.py
tests/dj/settings.py
tests/dj/transport.py
tests/dj/urls.py
tests/dj_master/__init__.py
tests/dj_master/models.py
tests/dj_master/serializers.py
tests/dj_master/management/__init__.py
tests/dj_master/management/commands/__init__.py
tests/dj_master/management/commands/bulk_demo.py
tests/dj_replica/__init__.py
tests/dj_replica/models.py
tests/test_commands/__init__.py
tests/test_commands/test_bulk_dump.py
tests/test_commands/test_bulk_flow.py
tests/test_commands/test_bulk_load.py
tests/test_commands/test_diff_master.py
tests/test_commands/test_diff_replica.py
tests/test_commands/test_diff_sync.py
tests/test_commands/test_sync.py
tests/test_commands/utils.py
tests/test_commands/dumps/author.dump
tests/test_commands/dumps/bad_cqrs_id.dump
tests/test_commands/dumps/bad_master_data.dump
tests/test_commands/dumps/empty_file.dump
tests/test_commands/dumps/no_rows.dump
tests/test_commands/dumps/unparseable.dump
tests/test_master/__init__.py
tests/test_master/test_mixin.py
tests/test_master/test_signals.py
tests/test_replica/__init__.py
tests/test_replica/test_factory.py
tests/test_replica/test_mixin.py
tests/test_transport/__init__.py
tests/test_transport/test_base.py
tests/test_transport/test_mock.py
tests/test_transport/test_rabbit_mq.py