Skip to content

Commit

Permalink
table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
shermosa committed Aug 27, 2021
1 parent 26c7bbd commit f8aa13d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
![Logo](.README_images/full_logo.png)

# Overview ![Java CI](https://github.com/ExpediaGroup/beekeeper/workflows/Java%20CI/badge.svg?event=push) [![Coverage Status](https://coveralls.io/repos/github/ExpediaGroup/beekeeper/badge.svg?branch=main)](https://coveralls.io/github/ExpediaGroup/beekeeper?branch=main) ![GitHub license](https://img.shields.io/github/license/ExpediaGroup/beekeeper.svg)
![Java CI](https://github.com/ExpediaGroup/beekeeper/workflows/Java%20CI/badge.svg?event=push) [![Coverage Status](https://coveralls.io/repos/github/ExpediaGroup/beekeeper/badge.svg?branch=main)](https://coveralls.io/github/ExpediaGroup/beekeeper?branch=main) ![GitHub license](https://img.shields.io/github/license/ExpediaGroup/beekeeper.svg)
# Table of contents

- [Overview](#overview)
- [Start using](#start-using)
- [How does it work?](#how-does-it-work)
- [Beekeeper Architecture](#beekeeper-architecture)
- [Unreferenced paths](#unreferenced-paths)
- [Time To Live, TTL](#time-to-live-ttl)
- [Hive table configuration](#hive-table-configuration)
- [Running Beekeeper](#running-beekeeper)
- [Using Docker](#using-docker)
- [Endpoints](#endpoints)
- [Application configuration](#application-configuration)
- [Beekeeper-API](#beekeeper-api)
- [External links](#external-links)
- [Legal](#legal)

# Overview

Beekeeper is a service that schedules orphaned paths and expired metadata for deletion.

Expand Down

0 comments on commit f8aa13d

Please sign in to comment.