GithubHelp home page GithubHelp logo

asears / azure-data-lake-store-python Goto Github PK

View Code? Open in Web Editor NEW

This project forked from begoldsm/azure-data-lake-store-python

0.0 2.0 0.0 1011 KB

Microsoft Azure Data Lake Store Filesystem Library for Python

License: MIT License

Python 100.00%

azure-data-lake-store-python's Introduction

azure-datalake-store

image

NOTE: This management package is currently under active development and should not be consumed until the first version is published.

azure-datalake-store is a file-system management system in python for the Azure Data-Lake Store.

To install:

To run tests, you are required to set the following environment variables: azure_tenant_id, azure_username, azure_password, azure_store_name

To play with the code, here is a starting point:

To interact with the API at a higher-level, you can use the provided command-line interface in "azure/datalake/store/cli.py". You will need to set the appropriate environment variables as described above to connect to the Azure Data Lake Store.

To start the CLI in interactive mode, run "python azure/datalake/store/cli.py" and then type "help" to see all available commands (similiar to Unix utilities):

While still in interactive mode, you can run "ls -l" to list the entries in the home directory ("help ls" will show the command's usage details). If you're not familiar with the Unix/Linux "ls" command, the columns represent 1) permissions, 2) file owner, 3) file group, 4) file size, 5-7) file's modification time, and 8) file name.

To download a remote file, run "get remote-file [local-file]". The second argument, "local-file", is optional. If not provided, the local file will be named after the remote file minus the directory path.

It is also possible to run in command-line mode, allowing any available command to be executed separately without remaining in the interpreter.

For example, listing the entries in the home directory:

Also, downloading a remote file:

azure-data-lake-store-python's People

Contributors

begoldsm avatar jbcrail avatar martindurant avatar matt1883 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.