{"id":24736336,"url":"https://github.com/engineering-research-and-development/arise-poc","last_synced_at":"2026-05-13T05:33:36.237Z","repository":{"id":248722697,"uuid":"823145780","full_name":"Engineering-Research-and-Development/arise-poc","owner":"Engineering-Research-and-Development","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-07T16:45:09.000Z","size":4525,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-07T17:32:52.400Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Engineering-Research-and-Development.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":"2024-07-02T13:39:31.000Z","updated_at":"2025-02-20T10:28:22.000Z","dependencies_parsed_at":"2024-09-10T00:07:03.580Z","dependency_job_id":"a9946b09-2fed-4fb5-a027-d7562d30838d","html_url":"https://github.com/Engineering-Research-and-Development/arise-poc","commit_stats":null,"previous_names":["engineering-research-and-development/arise-poc"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Engineering-Research-and-Development%2Farise-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Engineering-Research-and-Development%2Farise-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Engineering-Research-and-Development%2Farise-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Engineering-Research-and-Development%2Farise-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Engineering-Research-and-Development","download_url":"https://codeload.github.com/Engineering-Research-and-Development/arise-poc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244992483,"owners_count":20543821,"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":[],"created_at":"2025-01-27T21:24:44.183Z","updated_at":"2026-05-13T05:33:31.218Z","avatar_url":"https://github.com/Engineering-Research-and-Development.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1\u003eARISE PoC\u003c/h1\u003e\n\nhttps://arise-middleware.eu/\n\n\nPoC of an all-in-one data management platform that collects and visualizes data from  OPCUA and ROS2 devices.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./docs/images/ARISE-Schema-v2.png\" alt=\"ARISE PoC Schema\"\u003e\n\u003c/p\u003e\n\n\u003ch2\u003eRequirements\u003c/h2\u003e\n\u003cul\u003e\n    \u003cli\u003eDocker Engine\u003c/li\u003e\n    \u003cli\u003eMinimum 8GB RAM\u003c/li\u003e\n    \u003cli\u003eDocker Compose \u003e= 1.29\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cbr\u003e\n\n\u003ch2\u003eHow to run\u003c/h2\u003e\n\u003ch3\u003eDownload the repository:\u003c/h3\u003e\n\n```\ngit clone https://github.com/Engineering-Research-and-Development/arise-poc.git\n```\n\n\u003ch3\u003eConfigure the platform\u003c/h3\u003e\nEdit the \u003cb\u003edocker-compose.yaml\u003c/b\u003e file and configure iotagent-opcua according to your OPC UA Server specifications.\n\u003cbr\u003e\u003cbr\u003e\nFor a more complete description on how to configure the IoTAgent, go to \u003ca href=\"https://github.com/Engineering-Research-and-Development/iotagent-opcua/blob/master/docs/howto.md\"\u003eIotAgent OPCUA how-to guide.\u003c/a\u003e\n\n\u003ch3\u003eBuild \u0026 Run containers:\u003c/h3\u003e\n\n```\ndocker compose up --build -d\n```\n\n## Starting the demo\nBefore starting the demo, as X11 session owners, other users must be allowed to use the X Window System (to show the\nturtles on screen).\nFor that, the following command is executed:\n\n```\nxhost local:root\n```\n\nWhen the dockers have started, connect to bash in the container of ros2:\n```\ndocker exec -ti ros2 bash\n```\n\nNow the TurtleSim and the Keyboard controller can be started:\n\n```\nsource /ros2-ws/install/setup.bash\n\n# Show the turtles on the screen\nros2 run docs_turtlesim turtlesim_node_keys \u0026\n\n# Keyboard controller to move the turtles.\nros2 run docs_turtlesim turtlesim_multi_control \n```\n\n\u003ch3\u003eAccess the Grafana UI\u003c/h3\u003e\n\nTo access the Grafana GUI, you can use the following link:\n\n1. Grafana at (https://localhost/login)\n2. Default credentials are: admin/admin\n\nThis allows you to view dashboards with data generated from various data sources, such as the OPCUA Server and ROS2.\n\n\n\u003cbr\u003e\n\nFor more information, the full tutorial is available at the following [link](https://github.com/Engineering-Research-and-Development/arise-poc/blob/main/docs/ARISE_PoC_Tutorial_Extended.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengineering-research-and-development%2Farise-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengineering-research-and-development%2Farise-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengineering-research-and-development%2Farise-poc/lists"}