معرفی شرکت ها


fdbk-dynamodb-plugin-3.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

DynamoDB plugin for fdbk
ویژگی مقدار
سیستم عامل -
نام فایل fdbk-dynamodb-plugin-3.0.2
نام fdbk-dynamodb-plugin
نسخه کتابخانه 3.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Toni Kangas
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/kangasta/fdbk_dynamodb_plugin
آدرس اینترنتی https://pypi.org/project/fdbk-dynamodb-plugin/
مجوز -
# fdbk_dynamodb_plugin [![Build Status](https://travis-ci.org/kangasta/fdbk_dynamodb_plugin.svg?branch=master)](https://travis-ci.org/kangasta/fdbk_dynamodb_plugin) AWS Dynamo DB wrapper for fdbk. ## Installation Run: ```bash pip install fdbk_dynamodb_plugin ``` to install from [PyPI](https://pypi.org/project/fdbk_dynamodb_plugin/) or download this repository and run ```bash python setup.py install ``` to install from sources. ## Testing Check and automatically fix formatting with: ```bash pycodestyle fdbk_dynamodb_plugin autopep8 -aaar --in-place fdbk_dynamodb_plugin ``` Run static analysis with: ```bash pylint -E --enable=invalid-name,unused-import,useless-object-inheritance fdbk_dynamodb_plugin ``` Run unit tests with command: ```bash python3 -m unittest discover -s tst/ ``` Get test coverage with commands: ```bash coverage run --branch --source fdbk_dynamodb_plugin/ -m unittest discover -s tst/ coverage report -m ``` ## Cloud deployment In addition to the plugin, this repository includes CloudFormation template for setting up the DynamoDB tables as well as the related IAM resources and a Chalice app that implements a simple serverless backend to view overview of the data. The CloudFormation template is available in [fdbk_tables.template.yaml](./fdbk_tables.template.yaml). It setups both of the tables, topics and data, with pay-per-request billing mode. The chalice implementation for serverless backend is located in [serverless-backend/](./serverless-backend/). The application configuration in [serverless-backend\.chalice\config.json](./serverless-backend\.chalice\config.json) must be updated with your environment specific resources. After updating the configuration, the app can be deplyed with ```bash chalice deploy ```


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl fdbk-dynamodb-plugin-3.0.2:

    pip install fdbk-dynamodb-plugin-3.0.2.whl


نصب پکیج tar.gz fdbk-dynamodb-plugin-3.0.2:

    pip install fdbk-dynamodb-plugin-3.0.2.tar.gz