- HoodieLogFormat V2 has support for LogFormat evolution through versioning - LogVersion is associated with a LogBlock not a LogFile - Based on a version for a LogBlock, approporiate code path is executed - Implemented LazyReading of Hoodie Log Blocks with Memory / IO tradeoff - Implemented Reverse pointer to be able to traverse the log in reverse - Introduce new MAGIC for backwards compatibility with logs without versions
31 lines
800 B
YAML
31 lines
800 B
YAML
## Topnav single links
|
|
## if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
|
|
topnav:
|
|
- title: Topnav
|
|
items:
|
|
- title: News
|
|
url: /news
|
|
- title: Community
|
|
url: /community.html
|
|
- title: Github
|
|
external_url: https://github.com/uber/hoodie
|
|
|
|
#Topnav dropdowns
|
|
topnav_dropdowns:
|
|
- title: Topnav dropdowns
|
|
folders:
|
|
- title: Developer Resources
|
|
folderitems:
|
|
- title: Setup
|
|
url: /dev_setup.html
|
|
output: web
|
|
- title: API Docs
|
|
url: /api_docs.html
|
|
output: web
|
|
- title: Code Structure
|
|
url: /code_and_design.html
|
|
output: web
|
|
- title: Roadmap
|
|
url: /roadmap.html
|
|
output: web
|