Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

druid-data

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

druid-data

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

  • 0.4.5
  • PyPI
  • Socket score

Maintainers
1

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc