-
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: ingestion data flow (#1100)
* refactor: kinesis message construction may panic * refactor: replace `BTreeMap` with `serde_json::Map` * refactor: get rid of clone * refactor: use `Value` for JSON data * refactor: `HeaderMap::get` and `let Some else` * refacror: ingest utils don't need http context anymore * refactor: more descriptive error variants * refactor: PUT stream header extraction * refactor: use Path and Json extractor * don't extract where not required * refactor: serde `date_list` * refactor: serde `DefaultPrivilege` * refactor: serde `Dashboard` * refactor: serde `Filter` * refactor: move up `p_timestamp` addition to recordbatch * refactor: refer over clone * fix: don't hog write privileges * refactor: DRY stream writer creation * refactor: serde `StreamType`
- Loading branch information
Showing
29 changed files
with
597 additions
and
618 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.