Skip to main content

Distributed File System written in Python

Project description

PyDFS

Distributed File System written in Python.

Installation

pip install dfspy

Usage

PyDFS is Centralized Distributed File System, which means there is a master and slave nodes. The current implementation assumes that the system has only one master node and many slave nodes.

PyDFS supports command line interface (CLI) to interact with it. There are 2 groups of the commands (like Docker Management Commands):

  • pydfs init - to initialize, manage and sync nodes
  • pydfs dfs - to interact with DFS itself (put/get data to/from it)

Let's take a closer look at these commands.

init commands

With pydfs init command you can initialize master and slave nodes - it's pretty simple:

  • pydfs init master
  • pydfs init slave --master_ip [IP]

dfs commands

  • pydfs dfs put --path [PATH] --master_ip [IP]
  • pydfs dfs get --path [PATH] --master_ip [IP]

other commands

  • pydfs --version
  • pydfs --info

Docker

You can also use docker-compose to run multi-container application with:

  • 1 master node
  • 2 slave nodes
  • 2 user nodes
docker-compose up --build

Requirements

Python >= 3.7

Citation

If you use PyDFS in a scientific publication, we would appreciate references to the following BibTex entry:

@misc{silkwayai2022pydfs,
    author       = {Dani El-Ayyass and Artem Fomin},
    title        = {Distributed File System written in Python},
    howpublished = {\url{https://github.com/silkway-ai/pydfs}},
    year         = {2022}
}

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

dfspy-0.1.0.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

dfspy-0.1.0-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

Details for the file dfspy-0.1.0.tar.gz.

File metadata

  • Download URL: dfspy-0.1.0.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.5

File hashes

Hashes for dfspy-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2fd238cf5c5d4e5d7504f53f355659c19df3323e632dcbe4a226952b76792498
MD5 851aeea6247366f161a0ba83791d525d
BLAKE2b-256 7b5a6352f6b18c764b4e8f13232170bab68c81ec811ae6c52163ca43255780de

See more details on using hashes here.

File details

Details for the file dfspy-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: dfspy-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 13.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.5

File hashes

Hashes for dfspy-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 07e5b3523caecb8210d22e13d72b81b75eb9a6a42e6c0023fff7a2a16faad6c3
MD5 dad6d652f5fddd1709c92ca152904885
BLAKE2b-256 e33954685a2c2bf24b3ae7c2154d221d56ca890623399675f35fb1458674fdfb

See more details on using hashes here.

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