{"id":16499338,"url":"https://github.com/tpapp/functionaltables.jl","last_synced_at":"2025-03-01T18:20:42.052Z","repository":{"id":55588558,"uuid":"149582067","full_name":"tpapp/FunctionalTables.jl","owner":"tpapp","description":"Julia package for working with (potentially large) columns of data.","archived":false,"fork":false,"pushed_at":"2020-12-20T09:15:07.000Z","size":104,"stargazers_count":5,"open_issues_count":8,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T16:20:11.144Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tpapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-20T09:07:44.000Z","updated_at":"2022-01-06T14:37:37.000Z","dependencies_parsed_at":"2022-08-15T03:50:21.431Z","dependency_job_id":null,"html_url":"https://github.com/tpapp/FunctionalTables.jl","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FFunctionalTables.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FFunctionalTables.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FFunctionalTables.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FFunctionalTables.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpapp","download_url":"https://codeload.github.com/tpapp/FunctionalTables.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241404967,"owners_count":19957736,"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":[],"created_at":"2024-10-11T14:52:12.853Z","updated_at":"2025-03-01T18:20:42.019Z","avatar_url":"https://github.com/tpapp.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FunctionalTables\n\n![Lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)\u003c!--\n![Lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)\n![Lifecycle](https://img.shields.io/badge/lifecycle-stable-green.svg)\n![Lifecycle](https://img.shields.io/badge/lifecycle-retired-orange.svg)\n![Lifecycle](https://img.shields.io/badge/lifecycle-archived-red.svg)\n![Lifecycle](https://img.shields.io/badge/lifecycle-dormant-blue.svg) --\u003e\n[![Build Status](https://travis-ci.org/tpapp/FunctionalTables.jl.svg?branch=master)](https://travis-ci.org/tpapp/FunctionalTables.jl)\n[![codecov.io](http://codecov.io/github/tpapp/FunctionalTables.jl/coverage.svg?branch=master)](http://codecov.io/github/tpapp/FunctionalTables.jl?branch=master)\n\nJulia package for working with (potentially large) columns of data.\n\n# Design\n\nA *table* is a collection of *columns*, indexed by `Symbol`s.\n\nColumns are *immutable*, which allows compression and type narrowing when applicable. Columns do not support random access, just `iterate`.\n\nColumns are created by collecting elements into *sinks*, which are then finalized. While being collected into, sinks can change representation, eg decide whether to use RLE or other compression schemes, `mmap` to disk for large data, etc --- these can be configured and ideally ignored by the user.\n\n`NamedTuple`s are used pervasively throughout the interface.\n\n# Status\n\nHeavily experimental, API changes radically without warnings or deprecations. This primarily an experiment, the package will be registered if it works out.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpapp%2Ffunctionaltables.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpapp%2Ffunctionaltables.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpapp%2Ffunctionaltables.jl/lists"}