{"id":22636378,"url":"https://github.com/airalab/roseman","last_synced_at":"2025-04-11T21:12:50.570Z","repository":{"id":37880726,"uuid":"259373291","full_name":"airalab/RoSeMAN","owner":"airalab","description":"Node.js software for sensors data collector function based on Substrate","archived":false,"fork":false,"pushed_at":"2024-11-27T10:35:54.000Z","size":634,"stargazers_count":1,"open_issues_count":4,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T21:12:42.507Z","etag":null,"topics":["citizen-science","node-js","polkadot-sdk","sensors-network","substrate"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/airalab.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":"2020-04-27T15:29:24.000Z","updated_at":"2024-11-27T10:36:48.000Z","dependencies_parsed_at":"2024-03-01T12:29:15.414Z","dependency_job_id":"539b27d0-fa54-4bc5-8a1c-72d9305ed022","html_url":"https://github.com/airalab/RoSeMAN","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airalab%2FRoSeMAN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airalab%2FRoSeMAN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airalab%2FRoSeMAN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airalab%2FRoSeMAN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/airalab","download_url":"https://codeload.github.com/airalab/RoSeMAN/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248480430,"owners_count":21110937,"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":["citizen-science","node-js","polkadot-sdk","sensors-network","substrate"],"created_at":"2024-12-09T03:20:56.741Z","updated_at":"2025-04-11T21:12:50.547Z","avatar_url":"https://github.com/airalab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Robonomics Sensors Measure Analytics and Archive Node (RoSeMAN)\n\nnode.js software with substrate blockchain sensors data collector function!\n\n## Running with Docker\n\nRequired. Docker must be installed.\n\nYou need to run the following command\n\n```bash\nmkdir config\ncurl -o ./config/agents.json https://raw.githubusercontent.com/airalab/RoSeMAN/master/config/agents.template.json\ncurl -o ./config/config.json https://raw.githubusercontent.com/airalab/RoSeMAN/master/config/config.template.json\n```\n\nMake a white list of addresses, parachane accounts, from which we will collect data in the `/config/agents.json` file.\n\nIf necessary, change the configuration file `/config/config.json`.\n\nCreate a `docker-compose.yml` file with content\n\n```\nversion: \"3.8\"\nservices:\n  app:\n    container_name: roseman_app\n    image: vol4/roseman\n    ports:\n      - \"3000:3000\"\n    volumes:\n      - ./config:/app/config\n    depends_on:\n      - mongo\n\n  mongo:\n    container_name: mongo\n    image: mongo\n```\n\nRun server\n\n```bash\ndocker compose up -d\n```\n\nWeb server launched at http://127.0.0.1:3000\n\nAs a user client, you can connect this service to [sensors map](https://github.com/airalab/sensors.robonomics.network).\n\n## Running with Node.js\n\nYou need to clone the repository.\n\n```bash\n$ git clone https://github.com/airalab/RoSeMAN.git\n```\n\nCreate configuration files.\n\n```bash\n$ cp config/config.template.json config.json\n$ cp config/agents.template.json agents.json\n```\n\n!!! The work requires the Mongodb Database server.\n\nIf necessary, change access to the database in the configuration file `/config/config.json`.\n\nMake a white list of addresses, parachane accounts, from which we will collect data in the `/config/agents.json` file.\n\nInstall requirements.\n\n```bash\n$ yarn install\n```\n\n## Building\n\n```bash\n$ yarn build\n```\n\n## Run server\n\n```bash\n$ yarn start\n```\n\nWeb server launched at http://127.0.0.1:3000\n\nAs a user client, you can connect this service to [sensors map](https://github.com/airalab/sensors.robonomics.network).\n\n## Bug Reports\n\nSee https://github.com/airalab/RoSeMAN/issues\n\n## Learn\n\n[Wiki](https://wiki.robonomics.network/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairalab%2Froseman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fairalab%2Froseman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairalab%2Froseman/lists"}