{"id":21084182,"url":"https://github.com/rossonet/ar4k-beacon","last_synced_at":"2026-05-16T11:34:36.093Z","repository":{"id":39646267,"uuid":"497693796","full_name":"rossonet/ar4k-beacon","owner":"rossonet","description":"Apache NiFi service and processors related to OPC-UA","archived":false,"fork":false,"pushed_at":"2023-03-02T08:04:45.000Z","size":8483,"stargazers_count":2,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-03T01:33:50.069Z","etag":null,"topics":["docker","nifi","nifi-controller","nifi-processor","nifi-processors"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rossonet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"rossonet"}},"created_at":"2022-05-29T19:48:49.000Z","updated_at":"2023-03-25T17:09:31.000Z","dependencies_parsed_at":"2024-11-19T20:26:35.851Z","dependency_job_id":"030627b6-9e55-4e48-8d40-69e3860966f5","html_url":"https://github.com/rossonet/ar4k-beacon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rossonet/ar4k-beacon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossonet%2Far4k-beacon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossonet%2Far4k-beacon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossonet%2Far4k-beacon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossonet%2Far4k-beacon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rossonet","download_url":"https://codeload.github.com/rossonet/ar4k-beacon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossonet%2Far4k-beacon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274135263,"owners_count":25228203,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","nifi","nifi-controller","nifi-processor","nifi-processors"],"created_at":"2024-11-19T20:22:53.910Z","updated_at":"2026-05-16T11:34:31.072Z","avatar_url":"https://github.com/rossonet.png","language":"Java","funding_links":["https://github.com/sponsors/rossonet"],"categories":[],"sub_categories":[],"readme":"[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/rossonet/ar4k-beacon)\n[![Test on master branch with Gradle](https://github.com/rossonet/ar4k-beacon/actions/workflows/test-on-master-with-gradle.yml/badge.svg)](https://github.com/rossonet/ar4k-beacon/actions/workflows/test-on-master-with-gradle.yml)\n[![Build and publish docker image to DockerHub](https://github.com/rossonet/ar4k-beacon/actions/workflows/publish-to-dockerhub.yml/badge.svg)](https://github.com/rossonet/ar4k-beacon/actions/workflows/publish-to-dockerhub.yml)\n[![Build and publish docker image to GitHub Registry](https://github.com/rossonet/ar4k-beacon/actions/workflows/publish-to-github-registry.yml/badge.svg)](https://github.com/rossonet/ar4k-beacon/actions/workflows/publish-to-github-registry.yml)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/193f0dd54e7e44b980b3eece721e9ec4)](https://www.codacy.com/gh/rossonet/ar4k-beacon/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=rossonet/ar4k-beacon\u0026amp;utm_campaign=Badge_Grade)\n\n\n[![Beacon Logo](https://raw.githubusercontent.com/rossonet/ar4k-beacon/master/artwork/ar4k-beacon.png)](https://github.com/rossonet/ar4k-beacon)\n\n# Build and run on docker\n\nTo build the container\n```\n# docker build --rm -t rossonet/ar4k-beacon:latest .\nSending build context to Docker daemon  121.8MB\nStep 1/14 : FROM ubuntu:20.04 as ar4k-builder\n ---\u003e 817578334b4d\nStep 2/14 : RUN apt update \u0026\u0026 DEBIAN_FRONTEND=noninteractive apt install -y openjdk-8-jdk\n ---\u003e Using cache\n ---\u003e 83ca1feebe88\nStep 3/14 : COPY . /ar4kAgent\n[...]\nStep 13/14 : COPY --from=ar4k-builder /result/beaconctl.jar /beaconctl.jar\n ---\u003e cf9f6ec3cf21\nStep 14/14 : COPY --from=ar4k-builder /result/beacon-template-nifi-processor.nar /opt/nifi/nifi-current/lib/beacon-template-nifi-processor.nar\n ---\u003e 9fb19b09f9fd\nSuccessfully built 9fb19b09f9fd\nSuccessfully tagged rossonet/ar4k-beacon:latest\n```\n\nRun the container\n```\n# mkdir ./beacon-data\n# docker run -it --rm -v $(pwd)/beacon-data:/beacon-data -p 8080:8080 rossonet/ar4k-beacon:latest\n```\n\n\n## AR4k Beacon - API\n\nTODO: description\n\n## AR4K Beacon Server runner (beaconctl)\n\nTODO: description\n\n### Project sponsor \n\n[![Rossonet s.c.a r.l.](https://raw.githubusercontent.com/rossonet/images/main/artwork/rossonet-logo/png/rossonet-logo_280_115.png)](https://www.rossonet.net)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frossonet%2Far4k-beacon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frossonet%2Far4k-beacon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frossonet%2Far4k-beacon/lists"}