{"id":14956863,"url":"https://github.com/fiware/tutorials.historic-context-flume","last_synced_at":"2025-10-24T10:31:03.109Z","repository":{"id":40366769,"uuid":"135713850","full_name":"FIWARE/tutorials.Historic-Context-Flume","owner":"FIWARE","description":":blue_book: FIWARE 301: Persisting Context Data using Apache Flume","archived":false,"fork":false,"pushed_at":"2025-01-08T16:46:18.000Z","size":1716,"stargazers_count":4,"open_issues_count":1,"forks_count":6,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-01-29T10:22:12.589Z","etag":null,"topics":["apache-flume","contextual-data","data-persistence","database","elasticsearch","fiware","fiware-cygnus","historical-data","mongo-db","mysql","postgresql","tutorial"],"latest_commit_sha":null,"homepage":"https://fiware-cygnus.rtfd.io/","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-06-01T12:16:28.000Z","updated_at":"2024-06-28T14:56:53.000Z","dependencies_parsed_at":"2023-11-16T11:39:19.412Z","dependency_job_id":"67b1348f-7fed-4091-879e-23323da49076","html_url":"https://github.com/FIWARE/tutorials.Historic-Context-Flume","commit_stats":{"total_commits":224,"total_committers":5,"mean_commits":44.8,"dds":0.1071428571428571,"last_synced_commit":"187df611c57867cde672265f6a9dd5aa20f8556d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIWARE%2Ftutorials.Historic-Context-Flume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIWARE%2Ftutorials.Historic-Context-Flume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIWARE%2Ftutorials.Historic-Context-Flume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FIWARE%2Ftutorials.Historic-Context-Flume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FIWARE","download_url":"https://codeload.github.com/FIWARE/tutorials.Historic-Context-Flume/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237950886,"owners_count":19392667,"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":["apache-flume","contextual-data","data-persistence","database","elasticsearch","fiware","fiware-cygnus","historical-data","mongo-db","mysql","postgresql","tutorial"],"created_at":"2024-09-24T13:13:38.855Z","updated_at":"2025-10-24T10:31:03.103Z","avatar_url":"https://github.com/FIWARE.png","language":"Shell","readme":"[![FIWARE Banner](https://fiware.github.io/tutorials.Historic-Context-Flume/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.Historic-Context-Flume.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-cygnus)\n\n\u003c!-- prettier-ignore --\u003e\nThis tutorial is an introduction to\n[FIWARE Cygnus](https://fiware-cygnus.readthedocs.io/en/latest/) - a generic\nenabler which is used to persist context data into third-party databases using [Apache Flume](https://flume.apache.org)\ncreating a historical view of the context. The tutorial activates the IoT\nsensors connected in the\n[previous tutorial](https://github.com/FIWARE/tutorials.IoT-Agent) and persists\nmeasurements from those sensors into a database for further analysis.\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.Historic-Context-Flume.git\ncd tutorials.Historic-Context-Flume\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/) | :books: [Documentation](https://github.com/FIWARE/tutorials.Historic-Context-Flume/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.Historic-Context-Flume/) |  ![](https://img.shields.io/github/last-commit/fiware/tutorials.Historic-Context-Flume/NGSI-v2)\n| --- | --- | --- | ---\n\n\u003c!--\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.Historic-Context-Flume.git\ncd tutorials.Historic-Context-Flume\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://cim.etsi.org/NGSI-LD/official/front-page.html) | :books: [Documentation](https://github.com/FIWARE/tutorials.Historic-Context-Flume/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.Historic-Context-Flume/ngsi-ld.html) |  ![](https://img.shields.io/github/last-commit/fiware/tutorials.Historic-Context-Flume/NGSI-LD)\n| --- | --- | --- | ---\n--\u003e\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.historic-context-flume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiware%2Ftutorials.historic-context-flume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiware%2Ftutorials.historic-context-flume/lists"}