Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to community plugin for Spark offline store #2279

Merged
merged 2 commits into from
Feb 3, 2022
Merged
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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ The list below contains the functionality that contributors are planning to deve
* [x] [Synapse source (community plugin)](/~https://github.com/Azure/feast-azure)
* [x] [Hive (community plugin)](/~https://github.com/baineng/feast-hive)
* [x] [Postgres (community plugin)](/~https://github.com/nossrannug/feast-postgres)
* [x] Kafka source (with [push support into the online store](reference/alpha-stream-ingestion.md))
* [x] [Spark (community plugin)](/~https://github.com/Adyen/feast-spark-offline-store)
* [x] Kafka source (with [push support into the online store](https://docs.feast.dev/reference/alpha-stream-ingestion))
* [ ] HTTP source
* **Offline Stores**
* [x] [Snowflake](https://docs.feast.dev/reference/offline-stores/snowflake)
Expand All @@ -152,9 +153,10 @@ The list below contains the functionality that contributors are planning to deve
* [x] [Synapse (community plugin)](/~https://github.com/Azure/feast-azure)
* [x] [Hive (community plugin)](/~https://github.com/baineng/feast-hive)
* [x] [Postgres (community plugin)](/~https://github.com/nossrannug/feast-postgres)
* [x] [Trino (communiuty plugin)](/~https://github.com/Shopify/feast-trino)
* [x] [Spark (community plugin)](/~https://github.com/Adyen/feast-spark-offline-store)
* [x] [In-memory / Pandas](https://docs.feast.dev/reference/offline-stores/file)
* [x] [Custom offline store support](https://docs.feast.dev/how-to-guides/adding-a-new-offline-store)
* [x] [Trino (communiuty plugin)](/~https://github.com/Shopify/feast-trino)
* **Online Stores**
* [x] [DynamoDB](https://docs.feast.dev/reference/online-stores/dynamodb)
* [x] [Redis](https://docs.feast.dev/reference/online-stores/redis)
Expand Down
4 changes: 3 additions & 1 deletion docs/getting-started/third-party-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Don't see your offline store or online store of choice here? Check out our guide
* [x] [Synapse source (community plugin)](/~https://github.com/Azure/feast-azure)
* [x] [Hive (community plugin)](/~https://github.com/baineng/feast-hive)
* [x] [Postgres (community plugin)](/~https://github.com/nossrannug/feast-postgres)
* [x] [Spark (community plugin)](/~https://github.com/Adyen/feast-spark-offline-store)
* [x] Kafka source (with [push support into the online store](https://docs.feast.dev/reference/alpha-stream-ingestion))
* [ ] HTTP source

Expand All @@ -31,9 +32,10 @@ Don't see your offline store or online store of choice here? Check out our guide
* [x] [Synapse (community plugin)](/~https://github.com/Azure/feast-azure)
* [x] [Hive (community plugin)](/~https://github.com/baineng/feast-hive)
* [x] [Postgres (community plugin)](/~https://github.com/nossrannug/feast-postgres)
* [x] [Trino (communiuty plugin)](/~https://github.com/Shopify/feast-trino)
* [x] [Spark (community plugin)](/~https://github.com/Adyen/feast-spark-offline-store)
* [x] [In-memory / Pandas](https://docs.feast.dev/reference/offline-stores/file)
* [x] [Custom offline store support](https://docs.feast.dev/how-to-guides/adding-a-new-offline-store)
* [x] [Trino (communiuty plugin)](/~https://github.com/Shopify/feast-trino)

### Online Stores

Expand Down
6 changes: 4 additions & 2 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ The list below contains the functionality that contributors are planning to deve
* [x] [Synapse source (community plugin)](/~https://github.com/Azure/feast-azure)
* [x] [Hive (community plugin)](/~https://github.com/baineng/feast-hive)
* [x] [Postgres (community plugin)](/~https://github.com/nossrannug/feast-postgres)
* [x] Kafka source (with [push support into the online store](reference/alpha-stream-ingestion.md))
* [x] [Spark (community plugin)](/~https://github.com/Adyen/feast-spark-offline-store)
* [x] Kafka source (with [push support into the online store](https://docs.feast.dev/reference/alpha-stream-ingestion))
* [ ] HTTP source
* **Offline Stores**
* [x] [Snowflake](https://docs.feast.dev/reference/offline-stores/snowflake)
Expand All @@ -24,9 +25,10 @@ The list below contains the functionality that contributors are planning to deve
* [x] [Synapse (community plugin)](/~https://github.com/Azure/feast-azure)
* [x] [Hive (community plugin)](/~https://github.com/baineng/feast-hive)
* [x] [Postgres (community plugin)](/~https://github.com/nossrannug/feast-postgres)
* [x] [Trino (communiuty plugin)](/~https://github.com/Shopify/feast-trino)
* [x] [Spark (community plugin)](/~https://github.com/Adyen/feast-spark-offline-store)
* [x] [In-memory / Pandas](https://docs.feast.dev/reference/offline-stores/file)
* [x] [Custom offline store support](https://docs.feast.dev/how-to-guides/adding-a-new-offline-store)
* [x] [Trino (communiuty plugin)](/~https://github.com/Shopify/feast-trino)
* **Online Stores**
* [x] [DynamoDB](https://docs.feast.dev/reference/online-stores/dynamodb)
* [x] [Redis](https://docs.feast.dev/reference/online-stores/redis)
Expand Down