All Projects → feast-dev → feast-java

feast-dev / feast-java

Licence: Apache-2.0 License
Feast Java Components

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to feast-java

amazon-sagemaker-model-serving-using-aws-cdk
This repository provides AI/ML service(MachineLearning model serving) modernization solution using Amazon SageMaker, AWS CDK, and AWS Serverless services.
Stars: ✭ 23 (+91.67%)
Mutual labels:  serving
odata2poco
generate POCO classes from OData service
Stars: ✭ 42 (+250%)
Mutual labels:  metadata
postcss-font-grabber
A postcss plugin, it grabs remote font files and update your CSS, just like that.
Stars: ✭ 26 (+116.67%)
Mutual labels:  metadata
skyrimse
The TES V: Skyrim Special Edition masterlist.
Stars: ✭ 99 (+725%)
Mutual labels:  metadata
columbus
Metadata storage service
Stars: ✭ 42 (+250%)
Mutual labels:  metadata
CommitCombo
깃허브 커밋 기록을 아름답게 꾸미는 프로젝트 ⭐
Stars: ✭ 31 (+158.33%)
Mutual labels:  metadata
build-your-own-platform-with-knative
Knativeのコンポーネントを理解しながらFaaSプラットフォームをDIYするワークショップです
Stars: ✭ 43 (+258.33%)
Mutual labels:  serving
QueryArrow
A semantically unified SQL and NoSQL query and update system
Stars: ✭ 17 (+41.67%)
Mutual labels:  metadata
Kvpbase
Scalable, simple RESTful object storage platform, written in C#
Stars: ✭ 43 (+258.33%)
Mutual labels:  metadata
serrano
Low level Ruby client for Crossref
Stars: ✭ 26 (+116.67%)
Mutual labels:  metadata
gutenberg-metadata
Metadata from Project Gutenberg
Stars: ✭ 24 (+100%)
Mutual labels:  metadata
roda
RODA - Repository of Authentic Digital Objects
Stars: ✭ 54 (+350%)
Mutual labels:  metadata
action-sync-node-meta
GitHub Action that syncs package.json with the repository metadata.
Stars: ✭ 25 (+108.33%)
Mutual labels:  metadata
Awesome-Image-Gallery-Android
Open source Image Gallery with tons of feature .
Stars: ✭ 22 (+83.33%)
Mutual labels:  metadata
nft.storage
😋 Free decentralized storage and bandwidth for NFTs on IPFS and Filecoin.
Stars: ✭ 309 (+2475%)
Mutual labels:  metadata
replica
Replica, the id3 metadata cloner
Stars: ✭ 13 (+8.33%)
Mutual labels:  metadata
skyrim
The Skyrim masterlist.
Stars: ✭ 68 (+466.67%)
Mutual labels:  metadata
isogeo-plugin-qgis
Isogeo plugin for QGIS
Stars: ✭ 13 (+8.33%)
Mutual labels:  metadata
169254
📟 A simple API that simulate AWS EC2's metadata endpoint
Stars: ✭ 15 (+25%)
Mutual labels:  metadata
peppy
Project metadata manager for PEPs in Python
Stars: ✭ 29 (+141.67%)
Mutual labels:  metadata

Feast Java components (deprecated)

complete

Note: This repository worked with Feast 0.9 and before. Please look at http://github.com/feast-dev/feast for the more up to date version of this repo.

Overview

This repository contains the following Feast components.

  • Feast Core: The central feature registry used to define and manage entities and features.
  • Feast Serving: A service used to serve the latest feature values to models.
  • Feast Java SDK: A client used to retrieve features from Feast Serving.
  • Helm Charts: The repository also contains Helm charts to deploy Feast Core and Feast Serving into a Kubernetes cluster.

Architecture

  • Feast Core has a dependency on Postgres.
  • Feast Serving has a dependency on an online store (Redis) for retrieving features. The process of ingesting data into the online store (Redis) is decoupled from the process of reading from it. Please see Feast Spark for more details about ingesting data into the online store.
  • Feast Serving has a dependency on Feast Core.
  • The Go and Python Clients are not a part of this repository.

Contributing

Guides on Contributing:

Installing using Helm

Please see the Helm charts in charts.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].