-
Notifications
You must be signed in to change notification settings - Fork 4
Python(feat): Use sift_stream_bindings under the hood for ingestion #288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ian-sift
wants to merge
34
commits into
main
Choose a base branch
from
FD-83
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
dc9798d
chore: Add sift-stream-bindings as a dep
b0a3e23
feat: Wrap grpc.Channel with a class that includes config
0bfaa9b
feat: Initialize builder in IngestionService
3115424
feat: Added sift stream helpers
9230bdd
fix: Bug fixes & async
000733f
feat: Pipe client-key for runs to attach_run methods
5540cd6
tmp: experiments
bc9969c
placeholder for messy testing
d81e636
placeholder
d8c39ce
fix: Fix runs, bitfields, clean up
9fa1350
just debugging
7fb0833
fix: Insecure channel return type
57c845a
chore: buffered ingestion can call regular ingest now
5fd8436
FD-83: Use longer lived threads for ingestion.
ian-sift 563a3ef
Build builder after attaching run so data goes to run and don't creat…
ian-sift e8fdaba
TODO -> ticket
ian-sift 1c72294
lint
ian-sift 5683a74
PR fb.
ian-sift eade3c3
lint
ian-sift 324185d
Rename SiftChannelWithConfig instead of type alias.
ian-sift db38aa4
Ensure thread is alive before joining
ian-sift 63d53e2
add bytes type.
ian-sift 27d4f9c
mypy
ian-sift e4437ef
Fix tests.
ian-sift ba8c06c
Deconflict _stop event w/ Threading internal _stop function.
ian-sift 63263fa
re-checkout examples from main. use uuid for client key generation.
ian-sift e835275
Release candidate version
ian-sift 37bbe09
Release candidate version correction
ian-sift 6227fbe
Release candidate version correction
ian-sift 0814bd6
Dead threads must be reassigned.
ian-sift 25d6127
toml rev
ian-sift 872df8e
Check for existing asyncio loop.
ian-sift 8dcb1f1
asdf
ian-sift 9a75eea
Rev version.
ian-sift File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
356 changes: 356 additions & 0 deletions
356
python/examples/ingestion_with_threading/sample_data/sample_logs.txt
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.