https://github.com/googlecloudplatform/datacatalog-connectors-hive
Sample code with integration between Data Catalog and Hive data source.
https://github.com/googlecloudplatform/datacatalog-connectors-hive
analytics apache-atlas data-warehouse datacatalog gcp hive hive-metastore metadata-management python
Last synced: 8 months ago
JSON representation
Sample code with integration between Data Catalog and Hive data source.
- Host: GitHub
- URL: https://github.com/googlecloudplatform/datacatalog-connectors-hive
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2020-04-27T21:51:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T17:19:37.000Z (over 1 year ago)
- Last Synced: 2024-12-18T08:40:16.603Z (10 months ago)
- Topics: analytics, apache-atlas, data-warehouse, datacatalog, gcp, hive, hive-metastore, metadata-management, python
- Language: Python
- Homepage:
- Size: 517 KB
- Stars: 25
- Watchers: 18
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: docs/code-of-conduct.md
Awesome Lists containing this project
README
# datacatalog-connectors-hive
This repository contains sample code with integration between Data Catalog and Hive and related data source.
**Disclaimer: This is not an officially supported Google product.**

## **Breaking Changes in v0.5.0**
The package names were renamed, if you are still using the older version use the branch: [release-v0.0.0](https://github.com/GoogleCloudPlatform/datacatalog-connectors-hive/tree/release-v0.0.0)
## Project structure
Each subfolder contains a Python package. Please check components' README files for
details.The following components are available in this repo:
| Component | Description | Folder | Language |
|-----------|-------------|--------|----------|
| google-datacatalog-hive-connector | Sample code for Hive data source. | [google-datacatalog-hive-connector](https://github.com/GoogleCloudPlatform/datacatalog-connectors-hive/tree/master/google-datacatalog-hive-connector) | Python |
| google-datacatalog-apache-atlas-connector | Sample code for Apache Atlas data source. | [google-datacatalog-apache-atlas-connector](https://github.com/GoogleCloudPlatform/datacatalog-connectors-hive/tree/master/google-datacatalog-apache-atlas-connector) | Python |
| hive-metastore-listener | Sample code enabling Hive Metastore and Data Catalog live sync. | [hive-metastore-listener](https://github.com/GoogleCloudPlatform/datacatalog-connectors-hive/tree/master/hive-metastore-listener) | Java |