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 platonic
This project was generated with wemake-python-package
. Current template version is: 3cb37d9e138d83958c4d915a3b3aa737b27b6418. See what is updated since then.