jen6 / common

Common utilities library containing metrics, config and utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confluent Commons

Contains 3 libraries: metrics, config, utils.

Development

FOSSA Status

Overview

Typically you will run standard maven commands such as mvn install from the top-level directory (i.e. the directory that contains this README file). The sections below explain how to build specific sub-projects independently.

Metrics

To build the metrics sub-project independently, run this from the parent directory:

$ mvn -pl :common-metrics package

Config

To build the config sub-project independently, run this from the parent directory:

$ mvn -pl :common-config package

Utils

To build the utils sub-project independently, run this from the parent directory:

$ mvn -pl :common-utils package

License

FOSSA Status

About

Common utilities library containing metrics, config and utils

License:Apache License 2.0


Languages

Language:Java 97.3%Language:Python 2.7%