jupyter_analysis_tools.datastore.DataStore

class jupyter_analysis_tools.datastore.DataStore(url, username=None)[source]

Bases: object

__init__(url, username=None)[source]

Methods

__init__(url[, username])

createCollection(collName, projectObj[, ...])

createObject(projectName[, collectionName, ...])

createProject(projectName, space[, spacePrefix])

Finds the requested project in the DataStore.

findObjects(*args, **kwargs)

identifier(objects, code)

uploadDataset(obj, datasetType[, fpaths])

Attributes

url

userspace

createProject(projectName, space, spacePrefix=None)[source]

Finds the requested project in the DataStore. Matching project names can be limited to a given spacePrefix. If the project is not found, a new project with the given code in the given space is created.