Add beava to Data Ingestion / ETL → Real-time#3127
Open
petrpan26 wants to merge 1 commit into
Open
Conversation
Author
|
Hi @vinta, completely understandable if this doesn't go through. But I think this is really novel and we are picking up some traction with a few first customers and get a lot of positive response from the developers community ! So hopefully you can help give a consideration. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds beava under
Data Ingestion / ETLas a newReal-timesubcategory (peer to General / Financial Data).Hidden Gem
beava is one of the very few tools — and possibly the only Python-native OSS one today — that lets you build a real-time feature pipeline with no Kafka and no Flink in the loop. Events go straight into a single Rust binary; the hot path is optimized for sub-millisecond reads (in-memory state, custom framed TCP fast-path), and the next query reflects the push. User surface is Python (
@bv.event,@bv.table,bv.count(window="10m")) — same shape as polars or pydantic-core, andpip install beavaships the server binary. Nothing else in the list fills this niche:dltis batch ETL,faststreamis an async broker client, and the Kafka+Flink+feature-store alternatives feel heavy for a fraud or LLM-guardrail signal that should be 15 lines of Python.Honest about the timing: the public repo is 9 days old after a few months of stealth, so the 3-month consistent-activity bar isn't formally met. Submitting in case the niche feels worth a small exception — totally fair to ask me to come back in August, grateful for the consideration either way.