{"id":22367903,"url":"https://github.com/dridk/vision_dsl","last_synced_at":"2026-01-19T21:33:26.581Z","repository":{"id":243119131,"uuid":"811498012","full_name":"dridk/vision_dsl","owner":"dridk","description":"dsl prototype for vision","archived":false,"fork":false,"pushed_at":"2024-06-10T14:03:55.000Z","size":7,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T12:32:55.826Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dridk.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,"publiccode":null,"codemeta":null}},"created_at":"2024-06-06T17:58:29.000Z","updated_at":"2024-06-08T10:35:51.000Z","dependencies_parsed_at":"2024-12-04T18:26:12.021Z","dependency_job_id":"b5c4d1a2-eb53-4403-98b2-668dd77aa193","html_url":"https://github.com/dridk/vision_dsl","commit_stats":null,"previous_names":["dridk/vision_dsl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dridk/vision_dsl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dridk%2Fvision_dsl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dridk%2Fvision_dsl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dridk%2Fvision_dsl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dridk%2Fvision_dsl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dridk","download_url":"https://codeload.github.com/dridk/vision_dsl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dridk%2Fvision_dsl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28585515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-12-04T18:25:05.320Z","updated_at":"2026-01-19T21:33:26.563Z","avatar_url":"https://github.com/dridk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vision_dsl\ndsl prototype for vision\n\n\n## Objectif : \n\nFaire une fonction qui converti un DSL en requete SQL Duckdb :\n\n```\nq=\"endocardite\" AND bio:glycemie\u003e 10 AND (pmsi:cim10 = 'FT43ATC' OR pmsi:cim10 = 'TRAFGRT')\n```\n\n\nVers qqch comme ca : \n\n```\nSELECT * FROM docs \nJOIN data as bio on docs.ipp = bio.ipp AND bio.domain = 'bio' AND bio.key=\nJOIN data as pmsi ON docs.ipp = pmsi.ipp AND pmsi.domain = 'pmsi'\nWHERE docs.text LIKE '%endocardite%' AND (bio.gl)\n\n```\n\n\n@Bertrand : \n- Peux tu générer une bdd duckdb factices avec des faux documents francais , des fausse valeurs ? Tu as un exemple dans create_db.py\n\n@Lucas: \n- J'ai déjà fait la grammaire textx dans dsl.tx, elle est fonctionnelle. Peux tu regarder pour générer la requete SQL dans dsl.txt ?\n\n@Sacha: \n- Regarder pour l'aggregation dans une fenetre Windows glissante ? \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdridk%2Fvision_dsl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdridk%2Fvision_dsl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdridk%2Fvision_dsl/lists"}