No project description provided
Project description
Definition:
dopplrSDK is a software development kit that provides a set of functionalities for working with Dopplr, a data management and analytics platform.
It offers convenient methods to interact with Dopplr's DataLake and perform various operations such as uploading files and retrieving files in ML Studio.
Installation Procedure:
To install the dopplrSDK, please visit https://pypi.org/project/dopplrSDK
(OR)
pip install dopplrSDK
The function putFileToMyWorkspace is designed to return your file to the DataLake. You can use the following syntax:
putFileToMyWorkspace("File Path without file extension", "File Type", "user name", "client Key") – [client key common for all users]
For example:
putFileToMyWorkspace("C:\Downloads\customer", "csv", "Dhoni", "client key")
putFileToMyWorkspace("C:\Downloads\customer", "pkl", "Dhoni", "client key")
To retrieve your file from the Data Lake, you can use the getWorkspaceFile function with the following parameters:
getWorkspaceFile("File Name", "Download Path", "user name", "client key") – [client key common for all Users]
For example:
getWorkspaceFile("customer.csv", "C:\Downloads\", "Dhoni", "client key")
To retrieve your files from the folder, you can use the getWorkspaceFolderFiles function with the following parameters:
getWorkspaceFolderFiles("folder","Download Path","user name", "client key")
For example:
getWorkspaceFolderFiles("customer","C:\Downloads\", "Dhoni", "client key")
NOTE: Please contact admin team for client key
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file dopplrSDK-3.6.0-py3-none-any.whl
.
File metadata
- Download URL: dopplrSDK-3.6.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f4503209885397a832b4b568dd3f68a28c11b504435a1576aa766a9095153ac |
|
MD5 | c8a634d0d88a178c2fdc8235a0369f4f |
|
BLAKE2b-256 | 43d3657895cd0e25d489e120e9ba6036b06f932193eed909aaae16e14e1bb334 |