We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
cc @cristinalare
As an administrator of allo.expert, I want to turn allo.expert into a "google trends" for capital allocation.
How:
mechanism-slug
encoded_data
on the frontend, @larecristina, we will have to find a way to display this data. perhaps
Sorry, something went wrong.
Basically, we want an API version of this type of query:
select date_trunc(time, MONTH) as month, from_project_id, sum(round(amount)) as total_usd from `oso.int_oss_funding_grants_to_project` group by 1,2
Separately, we need some mapping of from_project_id to different allocation mechanisms. (Or another field in the event stream that captures this)
from_project_id
No branches or pull requests
The text was updated successfully, but these errors were encountered: