Skip to content

fsspec plugin for Faculty Datasets

Notifications You must be signed in to change notification settings

facultyai/faculty-datasets-fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

faculty-datasets-fs

An fsspec plugin for Faculty datasets.

Installation

pip install faculty-datasets-fs

Usage

faculty-datasets-fs adds a faculty-datasets protocol that can be used with fsspec, for example:

with fsspec.open("faculty-datasets://file.txt") as fp:
    fp.read()

faculty-datasets-fs relies on environment variables and the standard Faculty credentials toolchain to determine:

  • The Faculty deployment to query
  • The Faculty project to query
  • Credentials to use

These will work out of the box when running within a Faculty project.

About

fsspec plugin for Faculty Datasets

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages