{"id":18780635,"url":"https://github.com/simplicitesoftware/module-opendatasoft","last_synced_at":"2026-02-16T23:34:33.060Z","repository":{"id":80897197,"uuid":"234306654","full_name":"simplicitesoftware/module-opendatasoft","owner":"simplicitesoftware","description":"OpenDataSoft examples for Simplicité","archived":false,"fork":false,"pushed_at":"2025-09-18T09:44:10.000Z","size":418,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T19:49:04.561Z","etag":null,"topics":["low-code","opendata","opendata-api","opendatasoft","simplicite"],"latest_commit_sha":null,"homepage":null,"language":null,"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/simplicitesoftware.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-01-16T11:36:22.000Z","updated_at":"2025-09-18T09:44:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"f384e20b-f9e1-4911-b16e-3554f5c45f51","html_url":"https://github.com/simplicitesoftware/module-opendatasoft","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simplicitesoftware/module-opendatasoft","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-opendatasoft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-opendatasoft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-opendatasoft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-opendatasoft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplicitesoftware","download_url":"https://codeload.github.com/simplicitesoftware/module-opendatasoft/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-opendatasoft/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29524333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T21:45:09.491Z","status":"ssl_error","status_checked_at":"2026-02-16T21:44:58.452Z","response_time":115,"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":["low-code","opendata","opendata-api","opendatasoft","simplicite"],"created_at":"2024-11-07T20:27:25.884Z","updated_at":"2026-02-16T23:34:33.043Z","avatar_url":"https://github.com/simplicitesoftware.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n ___ _            _ _    _ _    __\n/ __(_)_ __  _ __| (_)__(_) |_ /_/\n\\__ \\ | '  \\| '_ \\ | / _| |  _/ -_)\n|___/_|_|_|_| .__/_|_\\__|_|\\__\\___|\n            |_| \n--\u003e\n![](https://platform.simplicite.io//logos/logo250.png)\n* * *\n\n`OpenDataSoft` module definition\n================================\n\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=simplicite-modules-OpenDataSoft\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=simplicite-modules-OpenDataSoft)\n\n### Introduction\n\n**OpenDataSoft** remote business objects examples.\n\n### Import\n\nTo import this module:\n\n- Create a module named `OpenDataSoft`\n- Set the settings as:\n\n```json\n{\n\t\"type\": \"git\",\n\t\"origin\": {\n\t\t\"uri\": \"https://github.com/simplicitesoftware/module-opendatasoft.git\"\n\t}\n}\n```\n\n- Click on the _Import module_ button\n\n`OdsCommunesFrance` business object definition\n----------------------------------------------\n\nOpenDataSoft _cities of France_ object.\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `odsComComCode`                                              | char(10)                                 | yes*     | yes       |          | City code                                                                        |\n| `odsComComName`                                              | char(255)                                | yes      | yes       |          | City name                                                                        |\n| `odsComComNameUpper`                                         | char(255)                                |          | yes       |          | City name (uppercase)                                                            |\n| `odsComCoords`                                               | geocoords                                |          | yes       |          | Geographical coordinates                                                         |\n| `odsComRegCode`                                              | char(10)                                 |          | yes       |          | Region code                                                                      |\n| `odsComRegName`                                              | char(255)                                |          | yes       |          | Region name                                                                      |\n| `odsComDepCode`                                              | char(10)                                 |          | yes       |          | Area code                                                                        |\n| `odsComDepName`                                              | char(255)                                |          | yes       |          | Area name                                                                        |\n\n`OdsJCDecauxBikeStations` business object definition\n----------------------------------------------------\n\nOpenDataSoft _Remarquable trees in Paris_ object.\n\n**Note**: the fields are retreived from OpenDataSoft metadata\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-opendatasoft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplicitesoftware%2Fmodule-opendatasoft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-opendatasoft/lists"}