lidavidm opened a new issue, #2082: URL: https://github.com/apache/arrow-adbc/issues/2082
### What feature or improvement would you like to see? - Add an index of all recipes - Add an ID to each recipe that can be linked to - Add title/short description/driver/tags to each recipe for the index's use (e.g. we can generate index pages for each language and tag and driver) - Highlight the cookbook examples more strongly on the home page - e.g. link directly to language or driver examples - add a carousel showcasing some common tasks Strawman: ```python # Use ADBC PostgreSQL with SQLAlchemy # postgresql, sqlalchemy # # Build queries with SQLAlchemy, then submit them via ADBC. # RECIPE BEGINS HERE import ... ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org