1
0

Adding Documentation for Getting Started Section

- Overview, Use Cases, Powered By  are very detailed
 - Cleaned up QuickStart
 - Redistribute the content from README to correct pages to be improved upon
 - Switch to blue theme
This commit is contained in:
Vinoth Chandar
2017-01-04 20:50:44 -08:00
parent dd8638c2cc
commit 958f7ceda6
11 changed files with 299 additions and 213 deletions

View File

@@ -5,6 +5,10 @@ sidebar: mydoc_sidebar
permalink: roadmap.html
---
Work In Progress
## Planned Features
* Support for Self Joins - As of now, you cannot incrementally consume the same table more than once, since the InputFormat does not understand the QueryPlan.
* Hoodie Spark Datasource - Allows for reading and writing data back using Apache Spark natively (without falling back to InputFormat), which can be more performant
* Hoodie Presto Connector - Allows for querying data managed by Hoodie using Presto natively, which can again boost [performance](https://prestodb.io/docs/current/release/release-0.138.html)