{"id":24884186,"url":"https://github.com/vrince/arm-redis-timeseries","last_synced_at":"2026-04-23T17:01:03.019Z","repository":{"id":275202121,"uuid":"925394578","full_name":"vrince/arm-redis-timeseries","owner":"vrince","description":"Automated arm7 32bits builds of redis TimeSeries","archived":false,"fork":false,"pushed_at":"2025-02-03T14:36:02.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-18T02:44:51.499Z","etag":null,"topics":["arm","armv7","raspberry-pi","raspberrypi","redis","redis-timeseries"],"latest_commit_sha":null,"homepage":"https://github.com/RedisTimeSeries/RedisTimeSeries","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vrince.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-01-31T19:49:00.000Z","updated_at":"2025-02-03T14:36:05.000Z","dependencies_parsed_at":"2025-07-02T20:34:24.797Z","dependency_job_id":null,"html_url":"https://github.com/vrince/arm-redis-timeseries","commit_stats":null,"previous_names":["vrince/arm-redis-timeries","vrince/arm-redis-timeseries"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/vrince/arm-redis-timeseries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrince%2Farm-redis-timeseries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrince%2Farm-redis-timeseries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrince%2Farm-redis-timeseries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrince%2Farm-redis-timeseries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vrince","download_url":"https://codeload.github.com/vrince/arm-redis-timeseries/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrince%2Farm-redis-timeseries/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32189660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T15:28:30.493Z","status":"ssl_error","status_checked_at":"2026-04-23T15:28:29.972Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["arm","armv7","raspberry-pi","raspberrypi","redis","redis-timeseries"],"created_at":"2025-02-01T14:19:42.381Z","updated_at":"2026-04-23T17:01:02.995Z","avatar_url":"https://github.com/vrince.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# arm-redis-timeseries\n\n[![redis-timeseries](https://github.com/vrince/arm-redis-timeseries/actions/workflows/redis-timeseries.yml/badge.svg)](https://github.com/vrince/arm-redis-stack/actions/workflows/redis-timeseries.yml)\n\nAutomated [RedisTimeSeries](https://github.com/RedisTimeSeries/RedisTimeSeries) for arm 32bits (armv7). Primary target is raspberry-pi using 32 bits OS.\n\nSee this repo for [Redis](https://github.com/vrince/arm-redis)\n\n## Install\n\n### Redis TimeSeries\n\nFirst `redis-server` need to be installed them:\n\n```bash\n wget https://github.com/vrince/arm-redis-timeseries/releases/download/v1.12.5/redistimeseries-armv7-bullseye-v1.12.5.so -O redistimeseries.so\nchmod +x redistimeseries.so \n./bin/redis-server --loadmodule ./redistimeseries.so\n```\n\n```bash\n18471:C 03 Feb 2025 14:34:23.466 * Redis version=7.2.7, bits=32, commit=ba181057, modified=0, pid=18471, just started\n18471:C 03 Feb 2025 14:34:23.466 * Configuration loaded\n18471:M 03 Feb 2025 14:34:23.467 * Increased maximum number of open files to 10032 (it was originally set to 1024).\n18471:M 03 Feb 2025 14:34:23.467 * monotonic clock: POSIX clock_gettime\n18471:M 03 Feb 2025 14:34:23.468 # Warning: 32 bit instance detected but no memory limit set. Setting 3 GB maxmemory limit with 'noeviction' policy now.\n                _._                                                  \n           _.-``__ ''-._                                             \n      _.-``    `.  `_.  ''-._           Redis 7.2.7 (ba181057/0) 32 bit\n  .-`` .-```.  ```\\/    _.,_ ''-._                                  \n (    '      ,       .-`  | `,    )     Running in standalone mode\n |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379\n |    `-._   `._    /     _.-'    |     PID: 18471\n  `-._    `-._  `-./  _.-'    _.-'                                   \n |`-._`-._    `-.__.-'    _.-'_.-'|                                  \n |    `-._`-._        _.-'_.-'    |           https://redis.io       \n  `-._    `-._`-.__.-'_.-'    _.-'                                   \n |`-._`-._    `-.__.-'    _.-'_.-'|                                  \n |    `-._`-._        _.-'_.-'    |                                  \n  `-._    `-._`-.__.-'_.-'    _.-'                                   \n      `-._    `-.__.-'    _.-'                                       \n          `-._        _.-'                                           \n              `-.__.-'                                               \n\n18471:M 03 Feb 2025 14:34:23.475 * \u003ctimeseries\u003e RedisTimeSeries version 11205, git_sha=c0311e65891c3319e390370fe4d4532847c5b1e7\n18471:M 03 Feb 2025 14:34:23.475 * \u003ctimeseries\u003e Redis version found by RedisTimeSeries : 7.2.7 - oss\n18471:M 03 Feb 2025 14:34:23.475 * \u003ctimeseries\u003e loaded default CHUNK_SIZE_BYTES policy: 4096\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrince%2Farm-redis-timeseries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvrince%2Farm-redis-timeseries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrince%2Farm-redis-timeseries/lists"}