{"id":28793010,"url":"https://github.com/cdapio/hydrator-plugins","last_synced_at":"2026-01-11T16:58:22.380Z","repository":{"id":35647661,"uuid":"39922362","full_name":"cdapio/hydrator-plugins","owner":"cdapio","description":"Cask Hydrator Plugins Repository","archived":false,"fork":false,"pushed_at":"2025-06-09T18:49:26.000Z","size":12916,"stargazers_count":68,"open_issues_count":31,"forks_count":102,"subscribers_count":57,"default_branch":"develop","last_synced_at":"2025-06-09T19:37:42.494Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdapio.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-07-30T00:14:48.000Z","updated_at":"2025-06-09T18:33:07.000Z","dependencies_parsed_at":"2023-10-20T18:43:45.637Z","dependency_job_id":"c512a156-ca39-4bc8-b76a-c1ed26a36fc6","html_url":"https://github.com/cdapio/hydrator-plugins","commit_stats":null,"previous_names":["caskdata/hydrator-plugins"],"tags_count":52,"template":false,"template_full_name":null,"purl":"pkg:github/cdapio/hydrator-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdapio%2Fhydrator-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdapio%2Fhydrator-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdapio%2Fhydrator-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdapio%2Fhydrator-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdapio","download_url":"https://codeload.github.com/cdapio/hydrator-plugins/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdapio%2Fhydrator-plugins/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260465874,"owners_count":23013443,"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":[],"created_at":"2025-06-18T01:04:11.378Z","updated_at":"2026-01-11T16:58:22.375Z","avatar_url":"https://github.com/cdapio.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"===========================\nHydrator Plugins Collection\n===========================\n\n.. image:: https://travis-ci.org/cdapio/hydrator-plugins.svg?branch=develop\n    :target: https://travis-ci.org/cdapio/hydrator-plugins\n\nIntroduction\n============\n\nThe Cask™ Data Application Platform (CDAP) is an integrated, open source application\ndevelopment platform for the Hadoop ecosystem that provides developers with data and\napplication abstractions to simplify and accelerate application development.\n\n|(Hydrator)| \n\nCask Hydrator is one such application built by the team at Cask for solving data ingestion \nproblems. It's a CDAP native application that runs at scale on Hadoop. Hydrator exposes \nAPIs that allows one to build, extend, and integrate with Hadoop native and non-Hadoop systems. \n\nThis repository is a collection of Hydrator plugins that were built by the team at Cask and by \npeople in the CDAP community. If you are interested in building and contributing a plugin, you are more \nthan welcome to do so. If you would like to build plugins, here are links to get you started:\n\n- `Overview of Hydrator \u003chttp://docs.cask.co/cdap/current/en/hydrator-manual/index.html\u003e`__\n- `How to build custom Hydrator plugins\n  \u003chttp://docs.cask.co/cdap/current/en/hydrator-manual/developing-plugins/index.html\u003e`__\n- `How to test a plugin \u003chttp://docs.cask.co/cdap/current/en/hydrator-manual/developing-plugins/testing-plugins.html\u003e`__\n- `How to package a plugin\n  \u003chttp://docs.cask.co/cdap/current/en/hydrator-manual/developing-plugins/packaging-plugins.html\u003e`__\n- `How to deploy a plugin\n  \u003chttp://docs.cask.co/cdap/current/en/hydrator-manual/plugin-management.html#deploying-plugins\u003e`__\n- `How to include (deploy) third-party JARs\n  \u003chttp://docs.cask.co/cdap/current/en/hydrator-manual/plugin-management.html#deploying-third-party-jars\u003e`__\n- `CDAP Developers' Manual: Plugins \u003chttp://docs.cask.co/cdap/current/en/developers-manual/building-blocks/plugins.html\u003e`__\n\n\nGetting Started\n===============\n\nPrerequisites\n-------------\nTo use the 1.4.x version of Hydrator plugins, you must have CDAP version 3.5.x or higher. Prerequisites for the various\nsources, sinks, and transforms are included in their individual README files.\n  \nBuilding Plugins\n----------------\nYou get started with Hydrator plugins by building directly from the latest source code::\n\n  git clone https://github.com/caskdata/hydrator-plugins.git\n  cd hydrator-plugins\n  git submodule update --init --recursive --remote\n  mvn clean package\n\nAfter the build completes, you will have a JAR for each plugin under each\n``\u003cplugin-name\u003e/target/`` directory.\n\nDeploying Plugins\n-----------------\nYou can deploy a plugin using the CDAP CLI::\n\n  \u003e load artifact \u003ctarget/plugin-jar\u003e config-file \u003cresources/plugin-config\u003e\n\nExample for loading the Cassandra Plugin (from the cassandra-plugins directory)::\n\n  \u003e load artifact target/cassandra-plugins-\u003cversion\u003e.jar \\\n         config-file target/cassandra-plugins-\u003cversion\u003e.json\n\nYou can build without running tests: ``mvn clean install -DskipTests``\n\nMailing Lists\n-------------\nCDAP User Group and Development Discussions:\n\n- `cdap-user@googlegroups.com \u003chttps://groups.google.com/d/forum/cdap-user\u003e`__\n\nThe *cdap-user* mailing list is primarily for users using the product to develop\napplications or building plugins for appplications. You can expect questions from \nusers, release announcements, and any other discussions that we think will be helpful \nto the users.\n\nIRC Channel\n-----------\nCDAP IRC Channel: #cdap on irc.freenode.net\n\n\nLicense and Trademarks\n======================\n\nCopyright © 2015-2019 Cask Data, Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except\nin compliance with the License. You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the \nLicense is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, \neither express or implied. See the License for the specific language governing permissions \nand limitations under the License.\n\nCask is a trademark of Cask Data, Inc. All rights reserved.\n\nApache, Apache HBase, and HBase are trademarks of The Apache Software Foundation. Used with\npermission. No endorsement by The Apache Software Foundation is implied by the use of these marks.\n\n.. |(Hydrator)| image:: http://cask.co/wp-content/uploads/hydrator_logo_cdap1.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdapio%2Fhydrator-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdapio%2Fhydrator-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdapio%2Fhydrator-plugins/lists"}