Skip to content

Commit

Permalink
Zed update through "store config state in a journal and improve index…
Browse files Browse the repository at this point in the history
… object model" by mccanne

This is an auto-generated commit with a Zed dependency update. The Zed PR
brimdata/zed#2931, authored by @mccanne,
has been merged.

store config state in a journal and improve index object model

This commit changes the storage model for pool/lake configuration
from a json file to a transaction journal.  It also improves the
index abstraction into an index-rules configuration stored as a
journal.

We also updated the lake design docs to reflect this new model
and change reference to data "segment" to "data object".

The pool rename command has been added.

Closes brimdata/zed#2547
  • Loading branch information
Brim Automation committed Aug 20, 2021
1 parent f42a36b commit b174140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"tee-1": "^0.2.0",
"tree-model": "^1.0.7",
"valid-url": "^1.0.9",
"zed": "git+https:/brimdata/zed.git#bbc92a4502c746cc8c8af3ec8ac914c76fb9c6f4"
"zed": "git+https:/brimdata/zed.git#9e3960c4f5e052c65528fd90c57a71c397570074"
},
"optionalDependencies": {
"electron-installer-debian": "^3.0.0",
Expand Down

0 comments on commit b174140

Please sign in to comment.