aett


Nameaett JSON
Version 3.0.0 PyPI version JSON
download
home_pageNone
SummaryEvent store for Python
upload_time2025-01-17 13:27:03
maintainerNone
docs_urlNone
authorJacob Reimers
requires_python<4.0,>=3.10
licenseMIT License Copyright (c) 2024 python_eventstore Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords events event store sqlite postgresql mongodb dynamodb s3 event sourcing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ᚨᛖᛏᛏ (Aett) is an Event Store for Python

Provides a framework for managing and storing event streams.

## Usage

The `EventStream` class is used to manage events in a stream.
The `CommitStore` interface is used to store and retrieve events from the event store.
The `SnapshotStore` interface is used to store and retrieve snapshots from the event store.

## Domain Modeling

The `Aggregate` class is used to model domain aggregates. The `Saga` class is used to model domain sagas.

The loading and saving of aggregates is managed by the `DefaultAggregateRepository` and the `DefaultSagaRepository`
classes respectively.

Both repositories use the `CommitStore` and `SnapshotStore` interfaces to store and retrieve events and snapshots from
the persistence specific event stores.

Currently supported persistence stores are:

- DynamoDB
- MongoDB
- Postgres
- In-Memory

## Downloads

| Package                                                                      | Downloads                                                                                                 |
|------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|
| [aett-eventstore](https://github.com/jjrdk/aett/tree/master/aett_eventstore) | [![Downloads](https://static.pepy.tech/badge/aett-eventstore)](https://pepy.tech/project/aett-eventstore) |
| [aett-domain](https://github.com/jjrdk/aett/tree/master/aett_domain)         | [![Downloads](https://static.pepy.tech/badge/aett-domain)](https://pepy.tech/project/aett-domain)         |
| [aett-dynamodb](https://github.com/jjrdk/aett/tree/master/aett_dynamodb)     | [![Downloads](https://static.pepy.tech/badge/aett-dynamodb)](https://pepy.tech/project/aett-dynamodb)     |
| [aett-mongodb](https://github.com/jjrdk/aett/tree/master/aett_monog)         | [![Downloads](https://static.pepy.tech/badge/aett-mongodb)](https://pepy.tech/project/aett-mongodb)       |
| [aett-postgres](https://github.com/jjrdk/aett/tree/master/aett_postgres)     | [![Downloads](https://static.pepy.tech/badge/aett-postgres)](https://pepy.tech/project/aett-postgres)     |
| [aett-s3](https://github.com/jjrdk/aett/tree/master/aett_s3)                 | [![Downloads](https://static.pepy.tech/badge/aett-s3)](https://pepy.tech/project/aett-s3)                 |
| [aett-inmemory](https://github.com/jjrdk/aett/tree/master/aett_inmemory)     | [![Downloads](https://static.pepy.tech/badge/aett-inmemory)](https://pepy.tech/project/aett-inmemory)     |


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aett",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "events, event store, sqlite, postgresql, mongodb, dynamodb, s3, event sourcing",
    "author": "Jacob Reimers",
    "author_email": "pypi@reimers.io",
    "download_url": "https://files.pythonhosted.org/packages/d2/67/f04fcb31f5f60de35c3a01b2277f8196b2601660de98811c3cc6369336c6/aett-3.0.0.tar.gz",
    "platform": null,
    "description": "# \u16a8\u16d6\u16cf\u16cf (Aett) is an Event Store for Python\n\nProvides a framework for managing and storing event streams.\n\n## Usage\n\nThe `EventStream` class is used to manage events in a stream.\nThe `CommitStore` interface is used to store and retrieve events from the event store.\nThe `SnapshotStore` interface is used to store and retrieve snapshots from the event store.\n\n## Domain Modeling\n\nThe `Aggregate` class is used to model domain aggregates. The `Saga` class is used to model domain sagas.\n\nThe loading and saving of aggregates is managed by the `DefaultAggregateRepository` and the `DefaultSagaRepository`\nclasses respectively.\n\nBoth repositories use the `CommitStore` and `SnapshotStore` interfaces to store and retrieve events and snapshots from\nthe persistence specific event stores.\n\nCurrently supported persistence stores are:\n\n- DynamoDB\n- MongoDB\n- Postgres\n- In-Memory\n\n## Downloads\n\n| Package                                                                      | Downloads                                                                                                 |\n|------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|\n| [aett-eventstore](https://github.com/jjrdk/aett/tree/master/aett_eventstore) | [![Downloads](https://static.pepy.tech/badge/aett-eventstore)](https://pepy.tech/project/aett-eventstore) |\n| [aett-domain](https://github.com/jjrdk/aett/tree/master/aett_domain)         | [![Downloads](https://static.pepy.tech/badge/aett-domain)](https://pepy.tech/project/aett-domain)         |\n| [aett-dynamodb](https://github.com/jjrdk/aett/tree/master/aett_dynamodb)     | [![Downloads](https://static.pepy.tech/badge/aett-dynamodb)](https://pepy.tech/project/aett-dynamodb)     |\n| [aett-mongodb](https://github.com/jjrdk/aett/tree/master/aett_monog)         | [![Downloads](https://static.pepy.tech/badge/aett-mongodb)](https://pepy.tech/project/aett-mongodb)       |\n| [aett-postgres](https://github.com/jjrdk/aett/tree/master/aett_postgres)     | [![Downloads](https://static.pepy.tech/badge/aett-postgres)](https://pepy.tech/project/aett-postgres)     |\n| [aett-s3](https://github.com/jjrdk/aett/tree/master/aett_s3)                 | [![Downloads](https://static.pepy.tech/badge/aett-s3)](https://pepy.tech/project/aett-s3)                 |\n| [aett-inmemory](https://github.com/jjrdk/aett/tree/master/aett_inmemory)     | [![Downloads](https://static.pepy.tech/badge/aett-inmemory)](https://pepy.tech/project/aett-inmemory)     |\n\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 python_eventstore  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Event store for Python",
    "version": "3.0.0",
    "project_urls": {
        "Homepage": "https://github.com/jjrdk/aett"
    },
    "split_keywords": [
        "events",
        " event store",
        " sqlite",
        " postgresql",
        " mongodb",
        " dynamodb",
        " s3",
        " event sourcing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f63b13390eddd80e93d121114c5439789196e0f50959892cb280dd5692c5bf4",
                "md5": "1fe9eec6129762efc7ff541b1bfdbbaa",
                "sha256": "b1530c71e39cf787ad15db86e95f9c485ce046f98bb0dad764a7c0a540f76b6b"
            },
            "downloads": -1,
            "filename": "aett-3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1fe9eec6129762efc7ff541b1bfdbbaa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 66670,
            "upload_time": "2025-01-17T13:27:02",
            "upload_time_iso_8601": "2025-01-17T13:27:02.331447Z",
            "url": "https://files.pythonhosted.org/packages/2f/63/b13390eddd80e93d121114c5439789196e0f50959892cb280dd5692c5bf4/aett-3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d267f04fcb31f5f60de35c3a01b2277f8196b2601660de98811c3cc6369336c6",
                "md5": "c9a56f426b217d9938f1b7b45f1d386c",
                "sha256": "d73170c01fe77d2514797c2c2655476a5e7189df8eb7b1e1e0989ffa5e946936"
            },
            "downloads": -1,
            "filename": "aett-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c9a56f426b217d9938f1b7b45f1d386c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 28365,
            "upload_time": "2025-01-17T13:27:03",
            "upload_time_iso_8601": "2025-01-17T13:27:03.678825Z",
            "url": "https://files.pythonhosted.org/packages/d2/67/f04fcb31f5f60de35c3a01b2277f8196b2601660de98811c3cc6369336c6/aett-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-17 13:27:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jjrdk",
    "github_project": "aett",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aett"
}
        
Elapsed time: 0.45194s