{"id":19881577,"url":"https://github.com/chifisource/algebraframes.jl","last_synced_at":"2026-03-02T23:39:38.270Z","repository":{"id":210116053,"uuid":"611835846","full_name":"ChifiSource/AlgebraFrames.jl","owner":"ChifiSource","description":"out-of-memory algebraic data","archived":false,"fork":false,"pushed_at":"2025-07-28T01:20:28.000Z","size":293,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-21T15:42:45.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","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/ChifiSource.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["emmaccode","UnformalPenguin"]}},"created_at":"2023-03-09T16:35:47.000Z","updated_at":"2025-07-09T02:00:37.000Z","dependencies_parsed_at":"2024-11-12T17:14:42.659Z","dependency_job_id":"6cedb480-75bc-4680-b08b-6f2f04ea72fb","html_url":"https://github.com/ChifiSource/AlgebraFrames.jl","commit_stats":null,"previous_names":["chifisource/algia.jl","chifisource/algebraframes.jl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChifiSource/AlgebraFrames.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FAlgebraFrames.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FAlgebraFrames.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FAlgebraFrames.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FAlgebraFrames.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChifiSource","download_url":"https://codeload.github.com/ChifiSource/AlgebraFrames.jl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChifiSource%2FAlgebraFrames.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30025397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T23:36:48.274Z","status":"ssl_error","status_checked_at":"2026-03-02T23:33:36.569Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-11-12T17:14:40.484Z","updated_at":"2026-03-02T23:39:38.259Z","avatar_url":"https://github.com/ChifiSource.png","language":"Julia","funding_links":["https://github.com/sponsors/emmaccode","https://github.com/sponsors/UnformalPenguin"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/ChifiSource/image_dump/blob/main/algebraframes/alframe.png\" width=\"200\"\u003e\u003c/img\u003e\n\n[documentation](https://chifidocs.com/algebraframes/AlgebraFrames)\n  \n  \u003ch6\u003ealgebraframes !\u003c/h6\u003e\n\u003c/div\u003e\n\n`AlgebraFrames` provides several convenient *out-of-memory* [*algebraic* data-structures](https://en.wikipedia.org/wiki/Algebraic_structure) for Julia. There are a few specific goals that this package hopes to achieve on the front of **out-of-memory** data. The goal of this package is to reduce memory usage when web-hosting or analyzing large swaths of data using *Relational Management* for a simplified end-user experience.\n- **relational management** `AlgebraFrames` uses *indexing* to act as a *relational management* tool for computed, or \" algebraic\", data.\n- **live-wrangled** data. Data is only brought into Julia at execution time.\n- **low-memory mutated copies** of existing array take far less memory.\n- **extension ecosystem** like other base [chifi](https://github.com/ChifiSource) packages, `AlgebraFrames` comes with its own [Ecosystem](https://github.com/ChifiSource#algebra-frames)\n###### map\n- [get started](#get-started)\n  - [documentation]()\n- [Algebra](#algebra)\n  - [creation](#algebra-creation)\n  - [mutation](#algebra-mutation)\n  - [generation](#algebra-generation)\n- [Frames](#frames)\n- [contributing]()\n  - [issue guidelines]()\n  - [contributing guidelines]()\n  \n### get started\n- `AlgebraFrames` requires [julia](https://julialang.org/install/)\n\nUsing Julia, we install `AlgebraFrames` `using Pkg`:\n```julia\njulia\u003e using Pkg; Pkg.add(\"AlgebraFrames\")\n```\nAlternatively, you may add the `Unstable` revision:\n```julia\nusing Pkg\nPkg.add(name = \"AlgebraFrames\", rev = \"Unstable\")\n```\n###### documentation\n- [chifidocs documentation](https://chifidocs.com/algebraframes/AlgebraFrames)\n- [ecosystem documentation](https://chifidocs.com/algebraframes)\n--- \n### algebra\n`AlgebraFrames` creates out-of-memory, computational structures for Julia's `Base` `Array` type **and** `AlgebraFrames'` own `Frame` type. An `AlgebraFrame` is a non-generated equivalent to a `Frame` and an `Algebra` is the non-generated equivalent to the `Array`. This includes multi-dimensional arrays, as well as the `AlgebraVector` equivalent for the `Vector`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchifisource%2Falgebraframes.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchifisource%2Falgebraframes.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchifisource%2Falgebraframes.jl/lists"}