Skip to main content

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

It have 7 functions , those are putFileTomywrkspace, putFolderTomywrkspace, getWorkspaceFile, getWorkspaceFolderFiles and getWorkspaceFile_URL

  1. 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","Project_name", "client Key") – [client key common for all users]

For example: putFileToMyWorkspace("C:\Downloads\customer", "csv", "Dhoni","demo", "client key")

  1. The function putFileTomywrkspace_Ingestion() is designed to return your file to the DataLake and ingest data into druid. You can use the following syntax:

putFileTomywrkspace_Ingestion("File Path without file extension", "File Type", "user name","Project_name","Option" "client Key") – [client key common for all users]

For example: putFileTomywrkspace_Ingestion("C:\Downloads\customer", "csv", "Dhoni","demo","yes" "client key")

  1. The function putFileTomywrkspace_Profiling() is designed to return your file to the DataLake,ingest data into druid and will do pandas profiling. You can use the following syntax:

putFileTomywrkspace_Profiling("File Path without file extension", "File Type", "user name","Project_name","Option" "client Key") – [client key common for all users]

For example: putFileTomywrkspace_Profiling("C:\Downloads\customer", "csv", "Dhoni","demo","yes" "client key")

  1. The function putFolderTomywrkspace() is designed to return your folder to the DataLake. You can use the following syntax:

putFolderTomywrkspace("Folder Path ", "Target name", "user name","Project_name", "client Key") – [client key common for all users]

For example: putFolderTomywrkspace ("C:\Downloads\folder", " Target name ", "Dhoni","demo", "client key")

  1. The function getWorkspaceFile() is designed to retrieve your file from the Data Lake with the following parameters: getWorkspaceFile("File Name", "Download Path", "user name", "client key")

For example: getWorkspaceFile("customer.csv", "C:\Downloads", "Dhoni", "client key")

  1. The function getWorkspaceFolderFiles() is designed to retrieve your files from the folder from the datalake with the following parameters:

getWorkspaceFolderFiles("folder","Download Path","user name", "client key")

For example:

getWorkspaceFolderFiles("customer","C:\Downloads", "Dhoni", "client key")

  1. The function getWorkspaceFile_URL() () is designed to retrieve pre-signed URL of your file from the storage with the following parameters: getWorkspaceFile_URL(("File Name", "user name", "client key")

NOTE: Please contact admin team for client key

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

dopplrSDK-4.8.2-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file dopplrSDK-4.8.2-py3-none-any.whl.

File metadata

  • Download URL: dopplrSDK-4.8.2-py3-none-any.whl
  • Upload date:
  • Size: 8.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.0

File hashes

Hashes for dopplrSDK-4.8.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5a37c7a0336ff99ac09329e72aa4be0b34f7e1109a1e3019d957e74007a12a1c
MD5 15b9128128e4f527b2821d17a6cd38b4
BLAKE2b-256 3fd223d1e3f866add67542e1aa76c0362f2b86fb1d01285d4ce0b7564baa1659

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page