@@ -137,31 +137,36 @@ The list below contains the functionality that contributors are planning to deve
137137 * [x] [ Redshift source] ( https://docs.feast.dev/reference/data-sources/redshift )
138138 * [x] [ BigQuery source] ( https://docs.feast.dev/reference/data-sources/bigquery )
139139 * [x] [ Parquet file source] ( https://docs.feast.dev/reference/data-sources/file )
140- * [ ] Kafka source (Planned for Q4 2021)
141- * [ ] Synapse source (Planned for Q4 2021)
140+ * [x] [ Synapse source (community plugin)] ( https://github.com/Azure/feast-azure )
141+ * [x] [ Hive (community plugin)] ( https://github.com/baineng/feast-hive )
142+ * [x] [ Postgres (community plugin)] ( https://github.com/nossrannug/feast-postgres )
143+ * [x] Kafka source (with [ push support into the online store] ( reference/alpha-stream-ingestion.md ) )
142144 * [ ] Snowflake source (Planned for Q4 2021)
143145 * [ ] HTTP source
144146* ** Offline Stores**
145147 * [x] [ Redshift] ( https://docs.feast.dev/reference/offline-stores/redshift )
146148 * [x] [ BigQuery] ( https://docs.feast.dev/reference/offline-stores/bigquery )
149+ * [x] [ Synapse (community plugin)] ( https://github.com/Azure/feast-azure )
150+ * [x] [ Hive (community plugin)] ( https://github.com/baineng/feast-hive )
151+ * [x] [ Postgres (community plugin)] ( https://github.com/nossrannug/feast-postgres )
147152 * [x] [ In-memory / Pandas] ( https://docs.feast.dev/reference/offline-stores/file )
148153 * [x] [ Custom offline store support] ( https://docs.feast.dev/how-to-guides/adding-a-new-offline-store )
149- * [x] [ Hive (community maintained)] ( https://github.com/baineng/feast-hive )
150- * [x] [ Postgres (community maintained)] ( https://github.com/nossrannug/feast-postgres )
151154 * [ ] Snowflake (Planned for Q4 2021)
152- * [ ] Synapse (Planned for Q4 2021)
155+ * [ ] Trino (Planned for Q4 2021)
153156* ** Online Stores**
154157 * [x] [ DynamoDB] ( https://docs.feast.dev/reference/online-stores/dynamodb )
155158 * [x] [ Redis] ( https://docs.feast.dev/reference/online-stores/redis )
156159 * [x] [ Datastore] ( https://docs.feast.dev/reference/online-stores/datastore )
157160 * [x] [ SQLite] ( https://docs.feast.dev/reference/online-stores/sqlite )
161+ * [x] [ Azure Cache for Redis (community plugin)] ( https://github.com/Azure/feast-azure )
162+ * [x] [ Postgres (community plugin)] ( https://github.com/nossrannug/feast-postgres )
158163 * [x] [ Custom online store support] ( https://docs.feast.dev/how-to-guides/adding-support-for-a-new-online-store )
159- * [x] [ Postgres (community maintained)] ( https://github.com/nossrannug/feast-postgres )
160164 * [ ] Bigtable
161- * [ ] Cassandra\\
165+ * [ ] Cassandra
162166* ** Streaming**
163167 * [x] [ Custom streaming ingestion job support] ( https://docs.feast.dev/how-to-guides/creating-a-custom-provider )
164- * [ ] Streaming ingestion on AWS (Planned for Q4 2021)
168+ * [x] [ Push based streaming data ingestion] ( reference/alpha-stream-ingestion.md )
169+ * [ ] Streaming ingestion on AWS
165170 * [ ] Streaming ingestion on GCP
166171* ** Feature Engineering**
167172 * [x] On-demand Transformations (Alpha release. See [ RFC] ( https://docs.google.com/document/d/1lgfIw0Drc65LpaxbUu49RCeJgMew547meSJttnUqz7c/edit# ) )
@@ -171,14 +176,14 @@ The list below contains the functionality that contributors are planning to deve
171176 * [x] AWS Lambda (Alpha release. See [ RFC] ( https://docs.google.com/document/d/1eZWKWzfBif66LDN32IajpaG-j82LSHCCOzY6R7Ax7MI/edit ) )
172177 * [ ] Cloud Run
173178 * [ ] Kubernetes
174- * [ ] KNative\\
179+ * [ ] KNative
175180* ** Feature Serving**
176181 * [x] Python Client
177182 * [x] REST Feature Server (Python) (Alpha release. See [ RFC] ( https://docs.google.com/document/d/1iXvFhAsJ5jgAhPOpTdB3j-Wj1S9x3Ev\_ Wr6ZpnLzER4/edit ) )
178183 * [x] gRPC Feature Server (Java) (See [ #1497 ] ( https://github.com/feast-dev/feast/issues/1497 ) )
184+ * [x] Push API
179185 * [ ] Java Client
180186 * [ ] Go Client
181- * [ ] Push API
182187 * [ ] Delete API
183188 * [ ] Feature Logging (for training)
184189* ** Data Quality Management**
0 commit comments