{"id":18777355,"url":"https://github.com/cloudera/cdp-sdk-java","last_synced_at":"2025-04-13T10:31:45.348Z","repository":{"id":42174046,"uuid":"203613105","full_name":"cloudera/cdp-sdk-java","owner":"cloudera","description":"Cloudera CDP SDK for Java","archived":false,"fork":false,"pushed_at":"2025-03-19T23:26:42.000Z","size":168661,"stargazers_count":13,"open_issues_count":3,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-05T21:56:05.501Z","etag":null,"topics":["cdp","cdp-sdk","cloudera"],"latest_commit_sha":null,"homepage":"https://console.cdp.cloudera.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-21T15:28:52.000Z","updated_at":"2025-03-19T23:26:54.000Z","dependencies_parsed_at":"2024-06-06T04:26:31.580Z","dependency_job_id":"702bf115-603c-43b2-a77d-5019eacbb8d1","html_url":"https://github.com/cloudera/cdp-sdk-java","commit_stats":null,"previous_names":[],"tags_count":124,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudera%2Fcdp-sdk-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudera%2Fcdp-sdk-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudera%2Fcdp-sdk-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudera%2Fcdp-sdk-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudera","download_url":"https://codeload.github.com/cloudera/cdp-sdk-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248698951,"owners_count":21147563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cdp","cdp-sdk","cloudera"],"created_at":"2024-11-07T20:10:07.042Z","updated_at":"2025-04-13T10:31:40.339Z","avatar_url":"https://github.com/cloudera.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloudera CDP SDK for Java\n\nThe Cloudera CDP SDK for Java allows Java developers to work with Cloudera\nCDP services.\n\n## Getting Started\n\n### Prerequisites\n\n* **Java 11** or later\n* **Maven 3.5** or later\n\n### Installing the SDK\n\nThe CDP SDK is available through Cloudera's maven repository. To include it\nin your Maven project, use the following declarations:\n\n#### Add the Cloudera Maven Repository\n\n```xml\n\u003crepositories\u003e\n  \u003crepository\u003e\n    \u003cid\u003ecloudera.repo\u003c/id\u003e\n    \u003curl\u003ehttps://repository.cloudera.com/artifactory/cloudera-repos\u003c/url\u003e\n    \u003cname\u003eCloudera Repository\u003c/name\u003e\n  \u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\n#### Include the CDP SDK Module\n\nThe CDP SDK uses [slf4j](https://www.slf4j.org/) for logging, so you must\nalso include an slf4j implementation for whichever logging library your\nproject will use (eg: log4j, logback, etc), and the jcl-over-slf4j bridge.\nIn this example, we include the log4j implementation.\n\n```xml\n\u003cdependencies\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.cloudera.cdp\u003c/groupId\u003e\n    \u003cartifactId\u003ecdp-sdk-java\u003c/artifactId\u003e\n  \u003c/dependency\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003eorg.slf4j\u003c/groupId\u003e\n    \u003cartifactId\u003eslf4j-log4j12\u003c/artifactId\u003e\n  \u003c/dependency\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003eorg.slf4j\u003c/groupId\u003e\n    \u003cartifactId\u003ejcl-over-slf4j\u003c/artifactId\u003e\n    \u003cscope\u003eruntime\u003c/scope\u003e\n  \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n## Building the SDK from source\n\nAfter checking out the source code, you can build it using Maven.\n\n```sh\nmvn clean install\n```\n\n## Sample SDK client\n\nThis is a sample project for a cdp-sdk-java client.\n\n```\nsdk/cdp-sdk-java-client\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudera%2Fcdp-sdk-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudera%2Fcdp-sdk-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudera%2Fcdp-sdk-java/lists"}