Skip to content

Commit ce3ad03

Browse files
adchiagitbook-bot
authored andcommitted
GitBook: [#316] Remove extraneous slashes in roadmap
1 parent c59ec58 commit ce3ad03

File tree

1 file changed

+19
-31
lines changed

1 file changed

+19
-31
lines changed

docs/roadmap.md

Lines changed: 19 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,18 @@
22

33
The list below contains the functionality that contributors are planning to develop for Feast
44

5-
* Items below that are in development (or planned for development) will be indicated in parentheses.
5+
* Items below that are in development (or planned for development) will be indicated in parentheses.
66
* We welcome contribution to all items in the roadmap!
7-
* Want to influence our roadmap and prioritization? Submit your feedback to [this form](https://docs.google.com/forms/d/e/1FAIpQLSfa1nRQ0sKz-JEFnMMCi4Jseag_yDssO\_3nV9qMfxfrkil-wA/viewform).
7+
* Want to influence our roadmap and prioritization? Submit your feedback to [this form](https://docs.google.com/forms/d/e/1FAIpQLSfa1nRQ0sKz-JEFnMMCi4Jseag\_yDssO\_3nV9qMfxfrkil-wA/viewform).
88
* Want to speak to a Feast contributor? We are more than happy to jump on a call. Please schedule a time using [Calendly](https://calendly.com/d/x2ry-g5bb/meet-with-feast-team).
9-
10-
11-
12-
* **Data Sources**
13-
* [x] [Redshift source](https://docs.feast.dev/reference/data-sources/redshift)
14-
* [x] [BigQuery source](https://docs.feast.dev/reference/data-sources/bigquery)
15-
* [x] [Parquet file source](https://docs.feast.dev/reference/data-sources/file)
16-
* [ ] Kafka source (Planned for Q4 2021)
17-
* [ ] Synapse source (Planned for Q4 2021)
18-
* [ ] Snowflake source (Planned for Q4 2021)
19-
* [ ] HTTP source
20-
21-
9+
* **Data Sources**
10+
* [x] [Redshift source](https://docs.feast.dev/reference/data-sources/redshift)
11+
* [x] [BigQuery source](https://docs.feast.dev/reference/data-sources/bigquery)
12+
* [x] [Parquet file source](https://docs.feast.dev/reference/data-sources/file)
13+
* [ ] Kafka source (Planned for Q4 2021)
14+
* [ ] Synapse source (Planned for Q4 2021)
15+
* [ ] Snowflake source (Planned for Q4 2021)
16+
* [ ] HTTP source
2217
* **Offline Stores**
2318
* [x] [Redshift](https://docs.feast.dev/reference/offline-stores/redshift)
2419
* [x] [BigQuery](https://docs.feast.dev/reference/offline-stores/bigquery)
@@ -27,8 +22,7 @@ The list below contains the functionality that contributors are planning to deve
2722
* [x] [Hive (community maintained)](https://github.com/baineng/feast-hive)
2823
* [x] [Postgres (community maintained)](https://github.com/nossrannug/feast-postgres)
2924
* [ ] Snowflake (Planned for Q4 2021)
30-
* [ ] Synapse (Planned for Q4 2021)\
31-
25+
* [ ] Synapse (Planned for Q4 2021)
3226
* **Online Stores**
3327
* [x] [DynamoDB](https://docs.feast.dev/reference/online-stores/dynamodb)
3428
* [x] [Redis](https://docs.feast.dev/reference/online-stores/redis)
@@ -37,41 +31,35 @@ The list below contains the functionality that contributors are planning to deve
3731
* [x] [Custom online store support](https://docs.feast.dev/how-to-guides/adding-support-for-a-new-online-store)
3832
* [x] [Postgres (community maintained)](https://github.com/nossrannug/feast-postgres)
3933
* [ ] Bigtable
40-
* [ ] Cassandra\
41-
34+
* [ ] Cassandra\\
4235
* **Streaming**
4336
* [x] [Custom streaming ingestion job support](https://docs.feast.dev/how-to-guides/creating-a-custom-provider)
4437
* [ ] Streaming ingestion on AWS (Planned for Q4 2021)
45-
* [ ] Streaming ingestion on GCP\
46-
38+
* [ ] Streaming ingestion on GCP
4739
* **Feature Engineering**
4840
* [x] On-demand Transformations (Alpha release. See [RFC](https://docs.google.com/document/d/1lgfIw0Drc65LpaxbUu49RCeJgMew547meSJttnUqz7c/edit#))
4941
* [ ] Batch transformation (SQL)
50-
* [ ] Streaming transformation\
51-
42+
* [ ] Streaming transformation
5243
* **Deployments**
5344
* [x] AWS Lambda (Alpha release. See [RFC](https://docs.google.com/document/d/1eZWKWzfBif66LDN32IajpaG-j82LSHCCOzY6R7Ax7MI/edit))
5445
* [ ] Cloud Run
5546
* [ ] Kubernetes
56-
* [ ] KNative\
57-
47+
* [ ] KNative\\
5848
* **Feature Serving**
5949
* [x] Python Client
60-
* [x] REST Feature Server (Python) (Alpha release. See [RFC](https://docs.google.com/document/d/1iXvFhAsJ5jgAhPOpTdB3j-Wj1S9x3Ev_Wr6ZpnLzER4/edit))
50+
* [x] REST Feature Server (Python) (Alpha release. See [RFC](https://docs.google.com/document/d/1iXvFhAsJ5jgAhPOpTdB3j-Wj1S9x3Ev\_Wr6ZpnLzER4/edit))
6151
* [x] gRPC Feature Server (Java) (See [#1497](https://github.com/feast-dev/feast/issues/1497))
6252
* [ ] Java Client
63-
* [ ] Go Client
53+
* [ ] Go Client
6454
* [ ] Push API
6555
* [ ] Delete API
66-
* [ ] Feature Logging (for training)\
67-
56+
* [ ] Feature Logging (for training)
6857
* **Data Quality Management**
6958
* [ ] Data profiling and validation (Great Expectations) (Planned for Q4 2021)
7059
* [ ] Metric production
7160
* [ ] Training-serving skew detection
7261
* [ ] Drift detection
73-
* [ ] Alerting\
74-
62+
* [ ] Alerting
7563
* **Feature Discovery and Governance**
7664
* [x] Python SDK for browsing feature registry
7765
* [x] CLI for browsing feature registry

0 commit comments

Comments
 (0)