GithubHelp home page GithubHelp logo

atomicology / isilon_sdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from isilon/isilon_sdk

0.0 1.0 0.0 1.37 MB

Official repository for isilon_sdk. All language bindings are available for download under the 'Releases' tab.

License: MIT License

Python 68.31% HTML 31.69%

isilon_sdk's Introduction

Build Status Average time to resolve an issue Percentage of issues still open

Isilon Software Development Kit (isi-sdk)

Language bindings for the OneFS API and tools for building them

This repository is part of the Isilon SDK. It includes language bindings for easier programmatic access to the OneFS API for cluster configuration (on your cluster this is the REST API made up of all the URIs underneath https://[cluster]:8080/platform/*, also called the "Platform API" or "PAPI"). The SDK also includes language bindings for the OneFS RAN (i.e. RESTful Access to Namespace) interface, which provides access to the OneFS filesystem namespace.

You can download the language bindings for Python from the "releases" page of this repo (the link is on the main "code" tab on the bar of links just below the project description). If you just want to access PAPI more easily from your Python programs, these language bindings may be all you need, and you can follow the instructions and example below to get started.

This repository also includes tools to build PAPI bindings yourself for a large range of other programming languages. For more info see the readme.dev.md file in this directory.

Installing the pre-built Python PAPI bindings

Prerequisites

Installing the package

Cluster Version Install Instruction
OneFS 8.1.1 and later pip install isi_sdk_8_1_1
OneFS 8.1.0 and later pip install isi_sdk_8_1_0
OneFS 8.0.1 and later pip install isi_sdk_8_0_1
OneFS 8.0 and later pip install isi_sdk_8_0
OneFS 7.2 and later pip install isi_sdk_7_2

Installation will default to using binary distribution wheel (i.e. bdist). Source distributions (i.e. sdist) are also available on pip beginning with v0.1.6 and can be installed with pip install --no-binary :all: <pkg name>

Basic Usage

See the generated packages on PyPI for example code:

isi_sdk_8_1_1

isi_sdk_8_1_0

isi_sdk_8_0_1

isi_sdk_8_0

isi_sdk_7_2

Bindings Documentation

The most up-to-date documentation for the language bindings is included in the root directory of your downloaded release package (or of your own generated bindings if you've generated your own using the instructions at readme.dev.md). It is a set of markdown files starting with the README.md in the root directory of the package. Otherwise, the documentation for the Python language bindings can be found in the isilon_sdk_python repository where the branch names are associated with the OneFS release that the bindings were built against.

Other Isilon SDK and API links:

  • For OneFS API reference documents, discussions, and blog posts, refer to the Isilon SDK Info Hub.
  • To browse the Isilon InsightIQ statistics API, refer to the Stat Key Browser Github repository.

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.