From 2a6d1c88ddeb358b48c6f86f687ba96ab63509fe Mon Sep 17 00:00:00 2001 From: Yuqing Wei Date: Tue, 14 Jun 2022 15:33:33 +0800 Subject: [PATCH] add license, release, docs, python api ref badges with shields img --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 875b75b54..a40dc969a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Feathr – An Enterprise-Grade, High Performance Feature Store +[![License](https://img.shields.io/badge/License-Apache%202.0-blue)](https://github.com/linkedin/feathr/blob/main/LICENSE) +[![GitHub Release](https://img.shields.io/github/v/release/linkedin/feathr.svg?style=flat&sort=semver&color=blue)](https://github.com/linkedin/feathr/releases) +[![Docs Latest](https://img.shields.io/badge/docs-latest-blue.svg)](https://linkedin.github.io/feathr/) +[![Python API](https://img.shields.io/readthedocs/feathr?label=Python%20API)](https://feathr.readthedocs.io/en/latest/) + ## What is Feathr? Feathr is the feature store that is used in production in LinkedIn for many years and was open sourced in April 2022. Read our announcement on [Open Sourcing Feathr](https://engineering.linkedin.com/blog/2022/open-sourcing-feathr---linkedin-s-feature-store-for-productive-m) and [Feathr on Azure](https://azure.microsoft.com/en-us/blog/feathr-linkedin-s-feature-store-is-now-available-on-azure/).