Abstract data structures for Clean Architecture applications in Python. Amazon services, brokers, and backends represented as queues, mappings, lists, iterables, and more.
# TODO| queue | iterable | dict | list | set | graph | |
|---|---|---|---|---|---|---|
| Amazon DynamoDB | π§ | π§ | π§ | π§ | π§ | π§ |
| Amazon SimpleDB | π§ | π§ | π§ | π§ | π§ | π§ |
| Amazon SQS | β οΈ | π§ | β | π§ | π§ | π§ |
| Amazon S3 | π§ | π§ | π§ | π§ | π§ | π§ |
| Apache Kafka | π§ | π§ | π§ | π§ | π§ | π§ |
| Local FS | π§ | π§ | π§ | π§ | π§ | π§ |
| MongoDB | π§ | π§ | π§ | π§ | π§ | π§ |
| MySQL | π§ | π§ | π§ | π§ | π§ | π§ |
| OrientDB | π§ | π§ | π§ | π§ | π§ | π§ |
| PostgreSQL | π§ | π§ | π§ | π§ | π§ | π§ |
| Redis | π§ | π§ | π§ | π§ | π§ | π§ |
pip install platonicThis project was generated with wemake-python-package. Current template version is: 3cb37d9e138d83958c4d915a3b3aa737b27b6418. See what is updated since then.