podlings_started_over_time
Retrieve yearly counts of Apache podlings started, based on start dates from podlings.xml. Filter by sponsor type (incubator, project, unknown) and year range to analyze incubation trends.
Instructions
Return yearly podling start counts based on start dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | HTTPS URL or local path to podlings.xml | |
| sponsor_type | No | Optional sponsor type filter, defaults to incubator: incubator, project, or unknown | |
| start_year | No | Optional inclusive start year filter | |
| end_year | No | Optional inclusive end year filter |