Metadata-Version: 1.1
Name: event-store
Version: 1.0.1a6
Summary: Event Store implemented in Python
Home-page: https://bitbucket.org/drozdyuk/event-store
Author: Andriy Drozdyuk
Author-email: drozzy@gmail.com
License: Apache 2.0
Description: Event Store

        ===========

        

        Event Store is an implementation of the `Events as a Storage Mechanism <https://cqrs.wordpress.com/documents/events-as-storage-mechanism/>`__ concept (`PDF here <https://dl.dropboxusercontent.com/u/9162958/CQRS/Events%20as%20a%20Storage%20Mechanism%20CQRS.pdf>`__). It is an implementation of the actual storage for events. The implementation follows the excellent article by Greg Young: `Building an Event Storage <https://cqrs.wordpress.com/documents/building-event-storage/>`__. (`PDF Here <https://dl.dropboxusercontent.com/u/9162958/CQRS/Building%20an%20Event%20Storage%20CQRS.pdf>`__). Reading the linked articles should provide sufficient understanding of the code.

        

        Functionality

        =============

        

        Currently a Sql backend is provided with simple Pickle serialization.

        

        Why It Exists

        =============

        There didn't seem to be any python native event storage implementations.

        

        Contributing

        ============

        

        The implementation is minimalistic, but pull requests are welcome. Please file an issue with an approriate pull request.

        
Keywords: eventstore eventsourcing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
