Skip to main content

A library to store and retrieve python objects in a DynamoDB database. It supports the basic CRUD operations

Project description

DruidData

PythonSupport PyPI version PyPi monthly downloads

A library to store and retrieve python objects in a DynamoDB database. It supports the basic CRUD operations

Features

  • ConstantString - An enum that holds constant values for parameter names

  • DynamoDBGlobalConfiguration: - A singleton to define global parameters related to DynamoDB

  • dynamo_entity - A decorator for classes whose objects will be stored in and retrieved from the database

  • DynamoCrudRepository - An abstract class to execute CRUD operations on DynamoDB using the classes decorated with the dynamo_entity decorator, use the extensions of this class: SingleTableDynamoCrudRepository and MultiTableDynamoCrudRepository depending on your approach

  • SingleTableDynamoCrudRepository - An extension of the DynamoCrudRepository specifically for SingleTable design

  • MultiTableDynamoCrudRepository - An extension of the DynamoCrudRepository specifically for Mutitable design

Installation

With pip installed, run: pip install druid_data

License

This library is licensed under the MIT-0 License. See the LICENSE file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

druid_data-0.3.16.tar.gz (14.5 kB view hashes)

Uploaded Source

Built Distribution

druid_data-0.3.16-py3-none-any.whl (14.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page