معرفی شرکت ها


event-store-1.0.1a9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Event Store implemented in Python
ویژگی مقدار
سیستم عامل -
نام فایل event-store-1.0.1a9
نام event-store
نسخه کتابخانه 1.0.1a9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Andriy Drozdyuk
ایمیل نویسنده drozzy@gmail.com
آدرس صفحه اصلی https://bitbucket.org/drozdyuk/event-store
آدرس اینترنتی https://pypi.org/project/event-store/
مجوز Apache 2.0
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. Installation ============ 1. To create tables, run `infrastructure/scripts/main.py` with an option `--database create`. This naively assumes that your sql engine is postgresql, and is located at `postgresql://postgres:test@localhost:5432`, and you have created a database named `event_store`. (You can change this in `main.py`). Examples ======== For usage examples see sample project `Registration List <https://bitbucket.org/drozdyuk/registration-list/src>`__ Functionality ============= Currently a Sql backend is provided with simple Pickle serialization. Also, an In Memory implementation is present for simply testing events out. 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 appropriate pull request.


نحوه نصب


نصب پکیج whl event-store-1.0.1a9:

    pip install event-store-1.0.1a9.whl


نصب پکیج tar.gz event-store-1.0.1a9:

    pip install event-store-1.0.1a9.tar.gz