-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Refactor aggregation so we can register new functions easily without changing the engine #4
Milestone
Comments
ghost
assigned jvshahid
Oct 11, 2013
Fixed in commit 4e6ce97 |
This was referenced Feb 28, 2016
mgattozzi
added a commit
that referenced
this issue
Jun 3, 2024
This commit does a few things so show what working in the pro repo can look like from a code perspective as well as minimizing code conflict *between* pro and edge. It also sets us up to work on pro specific http endpoints as well as setting up the skeleton of a compactor. Neither of these changes does anythings particularly interesting. For the pro http endpoint we just echo back what gets posted and for the compactor we spawn a task that just sleeps in a continuous loop while having access to the memory buffer and persister on startup. Overtime the compactor can be expanded to work on actually compacting parquet files and as for the pro endpoints we can add things as needed, such as OAuth2 etc.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: