{"id":20777782,"url":"https://github.com/fiware/tutorials.getting-started","last_synced_at":"2025-09-05T03:34:01.595Z","repository":{"id":31747384,"uuid":"128766603","full_name":"FIWARE/tutorials.Getting-Started","owner":"FIWARE","description":":blue_book: FIWARE 101: An Introduction to the FIWARE Platform","archived":false,"fork":false,"pushed_at":"2025-02-17T14:00:30.000Z","size":951,"stargazers_count":44,"open_issues_count":0,"forks_count":44,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-30T03:31:32.569Z","etag":null,"topics":["context-broker","contextual-data","entity","fiware","fiware-orion","geojson","geoquery","postman-collection","tutorial","urn"],"latest_commit_sha":null,"homepage":"https://www.fiware.org/developers/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FIWARE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-04-09T12:14:55.000Z","updated_at":"2024-11-14T18:12:13.000Z","dependencies_parsed_at":"2024-03-28T17:31:05.837Z","dependency_job_id":"0bda1087-718d-4b84-a04d-9c083b511bc7","html_url":"https://github.com/FIWARE/tutorials.Getting-Started","commit_stats":{"total_commits":225,"total_committers":8,"mean_commits":28.125,"dds":"0.12444444444444447","last_synced_commit":"528fefeba26f8399a80feca0184ef72344f0ac96"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIWARE%2Ftutorials.Getting-Started","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIWARE%2Ftutorials.Getting-Started/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIWARE%2Ftutorials.Getting-Started/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIWARE%2Ftutorials.Getting-Started/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FIWARE","download_url":"https://codeload.github.com/FIWARE/tutorials.Getting-Started/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595335,"owners_count":20963943,"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":["context-broker","contextual-data","entity","fiware","fiware-orion","geojson","geoquery","postman-collection","tutorial","urn"],"created_at":"2024-11-17T13:17:11.535Z","updated_at":"2025-04-07T05:14:08.960Z","avatar_url":"https://github.com/FIWARE.png","language":"Shell","readme":"[![FIWARE Banner](https://fiware.github.io/tutorials.Getting-Started/img/Fiware.png)](https://www.fiware.org/developers)\n\n[![FIWARE Core Context Management](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/core.svg)](https://github.com/FIWARE/catalogue/blob/master/core/README.md)\n[![License: MIT](https://img.shields.io/github/license/fiware/tutorials.Getting-Started.svg)](https://opensource.org/licenses/MIT)\n[![Support badge](https://img.shields.io/badge/tag-fiware-orange.svg?logo=stackoverflow)](https://stackoverflow.com/questions/tagged/fiware)\n\nThese are an Introductory Tutorials to the FIWARE NGSI interfaces. We will start with the data from a supermarket chain’s store\nfinder/Smart Farm and create a very simple _“Powered by FIWARE”_ application by passing in the address and location of each store\nas context data to the FIWARE context broker.\n\nThe tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also available as\n[Postman documentation](https://www.postman.com/downloads/).\n\n# Start-Up\n\n## NGSI-v2 Smart Supermarket\n\n**NGSI-v2** offers JSON based interoperability used in individual Smart Systems. To run this tutorial with **NGSI-v2**, use the `NGSI-v2` branch.\n\n```console\ngit clone https://github.com/FIWARE/tutorials.Getting-Started.git\ncd tutorials.Getting-Started\ngit checkout NGSI-v2\n\n./services create\n./services start\n```\n\n| [![NGSI v2](https://img.shields.io/badge/NGSI-v2-5dc0cf.svg)](https://fiware-ges.github.io/orion/api/v2/stable/)\u003cbr\u003e   | :books: [Documentation](https://github.com/FIWARE/tutorials.Getting-Started/tree/NGSI-v2) | \u003cimg src=\"https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/postman.svg\" height=\"15\" width=\"15\"\u003e [Postman Collection](https://fiware.github.io/tutorials.Getting-Started/) | ![](https://img.shields.io/github/last-commit/fiware/tutorials.Getting-Started/NGSI-v2)\n| --- | --- | --- | --- |\n\n## NGSI-LD Smart Farm\n\n**NGSI-LD** offers JSON-LD based interoperability used for Federations and Data Spaces. To run this tutorial with **NGSI-LD**, use the `NGSI-LD` branch.\n\n```console\ngit clone https://github.com/FIWARE/tutorials.Getting-Started.git\ncd tutorials.Getting-Started\ngit checkout NGSI-LD\n\n./services create\n./services start\n```\n\n| [![NGSI LD](https://img.shields.io/badge/NGSI-LD-d6604d.svg)](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) | :books: [Documentation](https://github.com/FIWARE/tutorials.Getting-Started/tree/NGSI-LD) | \u003cimg  src=\"https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/postman.svg\" height=\"15\" width=\"15\"\u003e [Postman Collection](https://fiware.github.io/tutorials.Getting-Started/ngsi-ld.html) | ![](https://img.shields.io/github/last-commit/fiware/tutorials.Getting-Started/NGSI-LD) |\n| --- | --- | --- | --- |\n\n---\n\n## License\n\n[MIT](LICENSE) © 2018-2024 FIWARE Foundation e.V.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiware%2Ftutorials.getting-started","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiware%2Ftutorials.getting-started","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiware%2Ftutorials.getting-started/lists"}