dopplrSDKtest


NamedopplrSDKtest JSON
Version 1.11 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-12-10 06:45:23
maintainerNone
docs_urlNone
authorAnand
requires_pythonNone
licenseNone
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")

NOTE:
	Please contact admin team for client key


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dopplrSDKtest",
    "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\nNOTE:\r\n\tPlease contact admin team for client key\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "1.11",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "226dc61e639e4cfd4b9396e529f0e2e477d9225c54edf0e8c27e78769243a295",
                "md5": "029a02f49ba97cae4193813ee06b17fa",
                "sha256": "5b3a4dbb0148101e2881e8b0073190dfc21845528a85be90040fe31d473773e8"
            },
            "downloads": -1,
            "filename": "dopplrSDKtest-1.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "029a02f49ba97cae4193813ee06b17fa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 263819,
            "upload_time": "2024-12-10T06:45:23",
            "upload_time_iso_8601": "2024-12-10T06:45:23.338895Z",
            "url": "https://files.pythonhosted.org/packages/22/6d/c61e639e4cfd4b9396e529f0e2e477d9225c54edf0e8c27e78769243a295/dopplrSDKtest-1.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-10 06:45:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dopplrsdktest"
}
        
Elapsed time: 0.53377s