diff --git a/static/images/projects/feathr.png b/static/images/projects/feathr.png new file mode 100644 index 0000000..8213e42 Binary files /dev/null and b/static/images/projects/feathr.png differ diff --git a/store/data/projects.yaml b/store/data/projects.yaml index a7bdf8e..c058385 100644 --- a/store/data/projects.yaml +++ b/store/data/projects.yaml @@ -1,3 +1,24 @@ +- name: feathr + buttonText: Try feathr + link: 'https://github.com/feathr-ai/feathr' + category: Feature Store + description: >- + Feathr is a data and AI engineering platform that is widely used in production at LinkedIn for many years and was open sourced in 2022 + + - **Define data and feature transformations based on raw data sources (batch and streaming) using Pythonic APIs. + + - **Register transformations by names and get transformed data(features) for various use cases including AI modeling, compliance, go-to-market and more. + + - **Share transformations and data(features) across team and company. + logo: /images/projects/feathr.png + introLogoVisible: true + gitHubRepoName: feathr-ai/feathr + worksWellWith: + - [ Azure ] + - [ Databricks ] + - [ Edge Devices ] + - [ Python ] + - [ Spark ] - name: Datature worksWellWith: - [Amazon S3]