معرفی شرکت ها


dynamo-fuse-0.1.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Linux FUSE file system implementation with AWS DynamoDB as the storage
ویژگی مقدار
سیستم عامل -
نام فایل dynamo-fuse-0.1.4
نام dynamo-fuse
نسخه کتابخانه 0.1.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Denis Mikhalkin
ایمیل نویسنده denismo@yahoo.com
آدرس صفحه اصلی https://github.com/denismo/dynamo-fuse
آدرس اینترنتی https://pypi.org/project/dynamo-fuse/
مجوز GNU General Public License, version 3
dynamo-fuse =========== Linux FUSE file system implementation with AWS DynamoDB as the storage Installation ============ Simply download the dynamofs.py or install it using `pip install dynamo-fuse` Usage ===== 1. Install python-fuse: pip install python-fuse 2. Create an AWS Dynamo DB table in the region of your choice. The table must have Hash key named `path` and Range key named `name` (case matters, both Strings) 3. Define environment variables for AWS key - `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`. At the moment only the configuration by environment variables is supported. The user with these keys must have read/write access to the specified AWS Dynamo DB table. 4. Execute python command to mount the filesystem: python -m dynamofuse.fs <aws region> <dynamo table> <mount point> This will mount the table to the mount point. After that you will be able to execute normal Linux file commands, such as "ls" or "mkdir". Limitations =========== **Note**: This project is in its early R&D stage. Various designs and implementation strategies are being tried for file system operations so any mission-critical usage is not yet recommended. However, the implementation is already almost POSIX-compliant (only 9 out of 1957 from the [fstest](http://www.tuxera.com/community/posix-test-suite/) test suite are failing). However, the behavior during concurrent access to the same files or directories by different clients (different server instances) is not well handled at the moment and may result in inconsistent results. Also, locking is not supported yet. License ======= [GNU General Public License, version 3](http://opensource.org/licenses/gpl-3.0.html)


نحوه نصب


نصب پکیج whl dynamo-fuse-0.1.4:

    pip install dynamo-fuse-0.1.4.whl


نصب پکیج tar.gz dynamo-fuse-0.1.4:

    pip install dynamo-fuse-0.1.4.tar.gz