{"id":22826194,"url":"https://github.com/adriens/auptitcafe-data","last_synced_at":"2026-04-24T16:38:43.505Z","repository":{"id":170243060,"uuid":"646374282","full_name":"adriens/auptitcafe-data","owner":"adriens","description":"Menus  historisés du restaurant \"Au p'tit café\" , Nouméa, Nouvelle-Calédonie","archived":false,"fork":false,"pushed_at":"2024-04-16T12:20:01.000Z","size":173,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-16T15:18:37.410Z","etag":null,"topics":["csv","data-science","duckdb","duckdb-database","noumea","nouvelle-caledonie","opendata"],"latest_commit_sha":null,"homepage":"https://dev.to/adriens/series/23071","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adriens.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-05-28T07:25:53.000Z","updated_at":"2024-04-23T14:09:49.920Z","dependencies_parsed_at":"2023-12-19T15:03:19.533Z","dependency_job_id":"57db8d1c-e815-46fa-bbde-8aed5d07ba35","html_url":"https://github.com/adriens/auptitcafe-data","commit_stats":{"total_commits":109,"total_committers":7,"mean_commits":"15.571428571428571","dds":0.5596330275229358,"last_synced_commit":"09d2d9d2bc83d1ab0b0885fa593dc37fbf3e9a07"},"previous_names":["adriens/auptitcafe-data"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriens%2Fauptitcafe-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriens%2Fauptitcafe-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriens%2Fauptitcafe-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriens%2Fauptitcafe-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adriens","download_url":"https://codeload.github.com/adriens/auptitcafe-data/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246399818,"owners_count":20770905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","data-science","duckdb","duckdb-database","noumea","nouvelle-caledonie","opendata"],"created_at":"2024-12-12T17:14:37.860Z","updated_at":"2026-04-24T16:38:38.486Z","avatar_url":"https://github.com/adriens.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![xc compatible](https://xcfile.dev/badge.svg)](https://xcfile.dev)\n\n\n# ❔ About\n\nHistorized data in `csv` format **so anyone can play with ease with the datas.**\n\n# 🤖 Chat with menus\n\nYou can chat with menus on HuggingChat:\n\n- [📝 Dedicated article](https://dev.to/adriens/huggingchat-assistant-ask-waiter-for-menu-advices-2kfc)\n- [🤖 Au p'tit café HuggingChat Assistant](https://bit.ly/3SJcNsg)\n\n# 🦆 Play with `SQL` in `duckdb`\n\n## Current menu\n\n```sql\ninstall httpfs;\nselect *\nfrom 'https://raw.githubusercontent.com/adriens/auptitcafe-data/main/data/current_menus_headers.csv';\n\n```\n\n###  🐚 Shell (`bash`, `zsh`)\n\n```shell\nduckdb \u003c\u003c EOF\ninstall httpfs;\nselect * from 'https://raw.githubusercontent.com/adriens/auptitcafe-data/main/data/current_menus_headers.csv' ;\nEOF\n\n```\n\n## Tasks\n\n### current\nDisplay the current menu data\n\n```sh\nduckdb \u003c\u003c EOF\ninstall httpfs;\nselect titre_plat as \"Plat\",\n    prix as \"Prix\",\n    category as \"Category\",\n    recette as \"Recette\"\nfrom 'https://raw.githubusercontent.com/adriens/auptitcafe-data/main/data/current_menus_headers.csv';\nEOF\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadriens%2Fauptitcafe-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadriens%2Fauptitcafe-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadriens%2Fauptitcafe-data/lists"}