{"id":18002870,"url":"https://github.com/am-kantox/vela","last_synced_at":"2025-07-18T09:34:03.767Z","repository":{"id":54788556,"uuid":"253532984","full_name":"am-kantox/vela","owner":"am-kantox","description":"The tiny library to ease handling expiring invalidated cached series","archived":false,"fork":false,"pushed_at":"2024-01-15T05:53:04.000Z","size":223,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-07T03:35:27.293Z","etag":null,"topics":["cache","elixir","elixir-lang","state-management"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/am-kantox.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-06T15:06:52.000Z","updated_at":"2022-10-29T18:43:22.000Z","dependencies_parsed_at":"2024-01-15T06:51:54.324Z","dependency_job_id":null,"html_url":"https://github.com/am-kantox/vela","commit_stats":{"total_commits":98,"total_committers":2,"mean_commits":49.0,"dds":"0.020408163265306145","last_synced_commit":"9f04c72ed52b5c4b7ab6c7f0471f828d97196721"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/am-kantox/vela","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fvela","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fvela/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fvela/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fvela/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/am-kantox","download_url":"https://codeload.github.com/am-kantox/vela/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/am-kantox%2Fvela/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265734505,"owners_count":23819550,"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":["cache","elixir","elixir-lang","state-management"],"created_at":"2024-10-29T23:24:18.239Z","updated_at":"2025-07-18T09:34:03.601Z","avatar_url":"https://github.com/am-kantox.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![Vela](https://raw.githubusercontent.com/am-kantox/vela/master/stuff/vela-48x48.png) Vela    [![Kantox ❤ OSS](https://img.shields.io/badge/❤-kantox_oss-informational.svg)](https://kantox.com/)  ![Test](https://github.com/am-kantox/vela/workflows/Test/badge.svg)  ![Dialyzer](https://github.com/am-kantox/vela/workflows/Dialyzer/badge.svg)\n\n**The tiny library to ease handling expiring invalidated cached series**\n\n## Installation\n\n```elixir\ndef deps do\n  [\n    {:vela, \"~\u003e 0.12\"}\n  ]\nend\n```\n\n## Changelog\n\n- **`1.1.0`** — remove `Boundary` dependency\n- **`1.0.2`** — fixed `update_meta/3`\n- **`1.0.1`** — fixed different `Access` implementations for `__meta__: ` argument to `use Vela`\n- **`1.0.0`** — cleaned up the code, introduced interfaces, example as docs\n- **`0.17.0`** — type `VelaImpl.slice()` + many docs improvements\n- **`0.16.1`** — `Vela.merge/3`\n- **`0.16.0`** — `Vela.empty?/1`, `Vela.empty!/1` and some performance improvements in `Vela.equal?/2`\n- **`0.15.3`** — allow all metas to reside in `state`\n- **`0.15.2`** — less restrictive `slice/2`, accepting malformed velas\n- **`0.15.0`** — `:mη` keyword parameter in a call to `use Vela` has been renamed to `:__meta__` as _Elixir v1.14_ does not support mixed scripts (meh)\n- **`0.14.0`** — `average/2` to produce a keyword of `{serie, average}` values\n- **`0.13.1`** — `state/1` and `update_state/2` to keep some additional date alongside with `Vela`\n- **`0.12.0`** — `threshold` does not depend on the band anymore\n- **`0.11.0`** — `__meta__` might be now used to overwrite compiled in serie settings\n- **`0.9.5`** — early return the value provided by existing comparison function in `equal?/2`\n- **`0.9.3`** — allow `:atom` and `{GenServer, :on_start}` as type definition\n- **`0.9.0`** — allow a precise type definition of each serie via `type: type()` keyword parameter\n  a series keyword parameter\n- **`0.8.0`** — allow a `corrector/2` callback to allow correction of rejected values as\n  a series keyword parameter\n- **`0.7.2`** — `Vela.put/3`\n- **`0.7.0`** — exact type and behaviour for those using `Vela`\n- **`0.6.3`** — fix `threshold` to use `compare_by/1` for cumbersome values\n- **`0.6.1`** — use `threshold` to prevent adding outliers to series\n- **`0.6.0`** — `Vela.δ/2` / `c:Vela.delta/2` returning a keyword `[{serie, {min, max}}]`\n\n## [Documentation](https://hexdocs.pm/vela)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fam-kantox%2Fvela","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fam-kantox%2Fvela","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fam-kantox%2Fvela/lists"}