Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ before_script:
- echo $MAVEN_OPTS
script:
- mvn clean install -q 2> /dev/null
after_success:
- bash <(curl -s https://codecov.io/bash)
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Overview [![Build Status](https://travis-ci.org/FINRAOS/herd.svg?branch=master)](https://travis-ci.org/FINRAOS/herd)
## Overview

[![Build Status](https://travis-ci.org/FINRAOS/herd.svg?branch=master)](https://travis-ci.org/FINRAOS/herd)
[![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg)](https://github.com/FINRAOS/herd/blob/master/LICENSE)
[![codecov](https://codecov.io/gh/kusid/herd/branch/master/graph/badge.svg)](https://codecov.io/gh/kusid/herd)

Herd is big data governance for the cloud. The herd unified data catalog helps separate compute from storage in the cloud. Herd job orchestration manages your ETL and analytics processes while tracking all data in the catalog. Here is a quick summary of features:

Expand Down