Name | dopplrSDK JSON |
Version |
5.0.0
JSON |
| download |
home_page | None |
Summary | None |
upload_time | 2024-06-24 10:33:51 |
maintainer | None |
docs_url | None |
author | Anand |
requires_python | None |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
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")
2. 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")
3. 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")
4. 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")
5. 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")
6. 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")
7. 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")
For example:
getWorkspaceFile_URL("customer", "Dhoni", "client key")
8. The function getWorkspaceFile_URL_WithSourceKey() () is designed to retrieve pre-signed URL of your file from the storage with the following parameters:
getWorkspaceFile_URL(("SourceKey", "user name", "client key")
For example:
getWorkspaceFile_URL_WithSourceKey(1000, "Dhoni", "client key")
NOTE:
Please contact admin team for client key
Raw data
{
"_id": null,
"home_page": null,
"name": "dopplrSDK",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Anand",
"author_email": "anandt@systechusa.com",
"download_url": null,
"platform": null,
"description": "\r\nDefinition:\r\n\r\n\tdopplrSDK is a software development kit that provides a set of functionalities for working with Dopplr, a data management and analytics platform. \r\n\tIt offers convenient methods to interact with Dopplr's DataLake and perform various operations such as uploading files and retrieving files in ML Studio.\r\n\r\nInstallation Procedure:\r\n\r\n\tTo install the dopplrSDK, please visit https://pypi.org/project/dopplrSDK\r\n\t(OR)\r\n \tpip install dopplrSDK\r\n\r\n\r\nIt have 7 functions , those are putFileTomywrkspace, putFolderTomywrkspace, getWorkspaceFile, getWorkspaceFolderFiles and getWorkspaceFile_URL \r\n\r\n1.\tThe function putFileToMyWorkspace() is designed to return your file to the DataLake. You can use the following syntax:\r\n\r\nputFileToMyWorkspace(\"File Path without file extension\", \"File Type\", \"user name\",\"Project_name\", \"client Key\") \u2013 [client key common for all users]\r\n\r\nFor example:\r\nputFileToMyWorkspace(\"C:\\Downloads\\customer\", \"csv\", \"Dhoni\",\"demo\", \"client key\")\r\n\r\n2.\tThe function putFileTomywrkspace_Ingestion() is designed to return your file to the DataLake and ingest data into druid. You can use the following syntax:\r\n\r\nputFileTomywrkspace_Ingestion(\"File Path without file extension\", \"File Type\", \"user name\",\"Project_name\",\"Option\" \"client Key\") \u2013 [client key common for all users]\r\n\r\nFor example:\r\nputFileTomywrkspace_Ingestion(\"C:\\Downloads\\customer\", \"csv\", \"Dhoni\",\"demo\",\"yes\" \"client key\")\r\n\r\n3.\tThe 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:\r\n\r\nputFileTomywrkspace_Profiling(\"File Path without file extension\", \"File Type\", \"user name\",\"Project_name\",\"Option\" \"client Key\") \u2013 [client key common for all users]\r\n\r\nFor example:\r\nputFileTomywrkspace_Profiling(\"C:\\Downloads\\customer\", \"csv\", \"Dhoni\",\"demo\",\"yes\" \"client key\")\r\n\r\n\r\n4.\tThe function putFolderTomywrkspace() is designed to return your folder to the DataLake. You can use the following syntax:\r\n\r\nputFolderTomywrkspace(\"Folder Path \", \"Target name\", \"user name\",\"Project_name\", \"client Key\") \u2013 [client key common for all users]\r\n\r\nFor example:\r\nputFolderTomywrkspace (\"C:\\Downloads\\folder\", \" Target name \", \"Dhoni\",\"demo\", \"client key\")\r\n\r\n\r\n5.\tThe function getWorkspaceFile() is designed to retrieve your file from the Data Lake with the following parameters:\r\ngetWorkspaceFile(\"File Name\", \"Download Path\", \"user name\", \"client key\")\r\n\r\nFor example:\r\ngetWorkspaceFile(\"customer.csv\", \"C:\\Downloads\\\", \"Dhoni\", \"client key\")\r\n\r\n\r\n\r\n\r\n6.\tThe function getWorkspaceFolderFiles() is designed to retrieve your files from the folder from the datalake with the following parameters:\r\n\r\ngetWorkspaceFolderFiles(\"folder\",\"Download Path\",\"user name\", \"client key\")\r\n\r\nFor example:\r\n\r\ngetWorkspaceFolderFiles(\"customer\",\"C:\\Downloads\\\", \"Dhoni\", \"client key\")\r\n\r\n7.\tThe function getWorkspaceFile_URL() is designed to retrieve pre-signed URL of your file from the storage with the following parameters:\r\ngetWorkspaceFile_URL((\"File Name\", \"user name\", \"client key\")\r\n\r\nFor example:\r\n\r\ngetWorkspaceFile_URL(\"customer\", \"Dhoni\", \"client key\")\r\n\r\n\r\n8.\tThe function getWorkspaceFile_URL_WithSourceKey() () is designed to retrieve pre-signed URL of your file from the storage with the following parameters:\r\ngetWorkspaceFile_URL((\"SourceKey\", \"user name\", \"client key\")\r\n\r\nFor example:\r\n\r\ngetWorkspaceFile_URL_WithSourceKey(1000, \"Dhoni\", \"client key\")\r\n\r\n\r\nNOTE:\r\n\tPlease contact admin team for client key\r\n\r\n\r\n",
"bugtrack_url": null,
"license": null,
"summary": null,
"version": "5.0.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b685d172facc47c69c54125529fd678c636b128bde070ffd71e84bab84d1a691",
"md5": "c7a5ca181b9c7b992f8f43523c2269a6",
"sha256": "c5d2ed7fc0a626b34c552d68e78351adecb48c3c07814a9af39d19ecd3defb05"
},
"downloads": -1,
"filename": "dopplrSDK-5.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c7a5ca181b9c7b992f8f43523c2269a6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8603,
"upload_time": "2024-06-24T10:33:51",
"upload_time_iso_8601": "2024-06-24T10:33:51.792447Z",
"url": "https://files.pythonhosted.org/packages/b6/85/d172facc47c69c54125529fd678c636b128bde070ffd71e84bab84d1a691/dopplrSDK-5.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-24 10:33:51",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "dopplrsdk"
}