metacat-connector-druid


License

License

Categories

Categories

Net druid Data Databases
GroupId

GroupId

com.netflix.metacat
ArtifactId

ArtifactId

metacat-connector-druid
Last Version

Last Version

1.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

metacat-connector-druid
metacat-connector-druid
Project URL

Project URL

https://github.com/Netflix/metacat
Source Code Management

Source Code Management

https://github.com/Netflix/metacat.git

Download metacat-connector-druid

How to add to project

<!-- https://jarcasting.com/artifacts/com.netflix.metacat/metacat-connector-druid/ -->
<dependency>
    <groupId>com.netflix.metacat</groupId>
    <artifactId>metacat-connector-druid</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.metacat/metacat-connector-druid/
implementation 'com.netflix.metacat:metacat-connector-druid:1.2.2'
// https://jarcasting.com/artifacts/com.netflix.metacat/metacat-connector-druid/
implementation ("com.netflix.metacat:metacat-connector-druid:1.2.2")
'com.netflix.metacat:metacat-connector-druid:jar:1.2.2'
<dependency org="com.netflix.metacat" name="metacat-connector-druid" rev="1.2.2">
  <artifact name="metacat-connector-druid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.metacat', module='metacat-connector-druid', version='1.2.2')
)
libraryDependencies += "com.netflix.metacat" % "metacat-connector-druid" % "1.2.2"
[com.netflix.metacat/metacat-connector-druid "1.2.2"]

Dependencies

compile (5)

Group / Artifact Type Version
com.google.code.findbugs : annotations jar 2.0.3
com.google.code.findbugs : jsr305 jar 3.0.2
com.netflix.metacat : metacat-common-server jar 1.2.2
org.apache.httpcomponents : httpclient jar 4.5.3
org.json : json jar 20140107

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.18

Project Modules

There are no modules declared in this project.

Metacat

Download License Issues NetflixOSS Lifecycle

Introduction

Metacat is a unified metadata exploration API service. You can explore Hive, RDS, Teradata, Redshift, S3 and Cassandra. Metacat provides you information about what data you have, where it resides and how to process it. Metadata in the end is really data about the data. So the primary purpose of Metacat is to give a place to describe the data so that we could do more useful things with it.

Metacat focusses on solving these three problems:

  • Federate views of metadata systems.
  • Allow arbitrary metadata storage about data sets.
  • Metadata discovery

Documentation

TODO

Releases

Releases

Builds

Metacat builds are run on Travis CI here. Build Status

Getting Started

git clone [email protected]:Netflix/metacat.git
cd metacat
./gradlew clean build

Once the build is completed, the metacat WAR file is generated under metacat-war/build/libs directory. Metacat needs two basic configurations:

  • metacat.plugin.config.location: Path to the directory containing the catalog configuration. Please look at catalog samples used for functional testing.
  • metacat.usermetadata.config.location: Path to the configuration file containing the connection properties to store user metadata. Please look at this sample.

Running Locally

Take the build WAR in metacat-war/build/libs and deploy it to an existing Tomcat as ROOT.war.

The REST API can be accessed @ http://localhost:8080/mds/v1/catalog

Swagger API documentation can be accessed @ http://localhost:8080/swagger-ui.html

Docker Compose Example

Pre-requisite: Docker compose is installed

To start a self contained Metacat environment with some sample catalogs run the command below. This will start a docker-compose cluster containing a Metacat container, a Hive Metastore Container, a Cassandra container and a PostgreSQL container.

./gradlew metacatPorts
  • metacatPorts - Prints out what exposed ports are mapped to the internal container ports. Look for the mapped port (MAPPED_PORT) to port 8080.

REST API can be accessed @ http://localhost:<MAPPED_PORT>/mds/v1/catalog

Swagger API documentation can be accessed @ http://localhost:<MAPPED_PORT>/swagger-ui.html

To stop the docker compose cluster:

./gradlew stopMetacatCluster
com.netflix.metacat

Netflix, Inc.

Netflix Open Source Platform

Versions

Version
1.2.2
1.2.1
1.2.0