{"id":20954429,"url":"https://github.com/widen/tabitha","last_synced_at":"2025-04-11T18:20:45.883Z","repository":{"id":52446236,"uuid":"81874342","full_name":"Widen/tabitha","owner":"Widen","description":"Tabular data reading, writing, and processing library for JVM languages.","archived":false,"fork":false,"pushed_at":"2024-07-22T22:01:22.000Z","size":508,"stargazers_count":3,"open_issues_count":9,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-25T14:12:28.432Z","etag":null,"topics":["csv","dataframe","java","spreadsheets"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Widen.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":"CODEOWNERS","security":null,"support":null}},"created_at":"2017-02-13T21:35:30.000Z","updated_at":"2024-12-22T00:16:35.000Z","dependencies_parsed_at":"2022-09-26T22:01:06.190Z","dependency_job_id":null,"html_url":"https://github.com/Widen/tabitha","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Widen%2Ftabitha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Widen%2Ftabitha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Widen%2Ftabitha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Widen%2Ftabitha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Widen","download_url":"https://codeload.github.com/Widen/tabitha/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248456384,"owners_count":21106606,"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":["csv","dataframe","java","spreadsheets"],"created_at":"2024-11-19T01:14:40.285Z","updated_at":"2025-04-11T18:20:45.841Z","avatar_url":"https://github.com/Widen.png","language":"Java","readme":"# Tabitha\n\n[![Build Status](https://github.com/Widen/tabitha/actions/workflows/ci.yml/badge.svg)](https://github.com/Widen/tabitha/actions/workflows/ci.yml)\n![Maven Central](https://img.shields.io/maven-central/v/com.widen.oss/tabitha-core)\n\nTabular data reading, writing, and processing library for JVM languages.\n\nThis library is currently under active development and is pre-release.\n\nMade with :heart: by Widen.\n\n## Features\n\n- **Immutable data types:** Data is always immutable, which allows methods to be zero-copy operations.\n- **Lazy evaluation:** Data is streamed lazily, allowing for complex data processing and producing while using constant memory.\n- **Multi-threaded processing:** Input data can be consumed and processed fast and efficiently using a parallel executor.\n- **Multiple formats:** Tabitha supports input and output in multiple formats, including CSV, TSV, XLSX, and XLS.\n\n## Installation\n\nTabitha comes in several modules; a core module, which provides the API, and plugin modules that provide specific file format support. The core module provides no format support out of the box, so you'll likely want to include at least one plugin.\n\nWith Gradle:\n\n```\n// Tabitha API\ncompile 'com.widen:tabitha-core:{version}'\n// Support for CSV, TSV, etc\ncompile 'com.widen:tabitha-delimited:{version}'\n// Support for XLSX and XLS\ncompile 'com.widen:tabitha-excel:{version}'\n// Support for reading line-separated JSON objects\ncompile 'com.widen:tabitha-json:{version}'\n```\n\nOther dependency managers should be similar.\n\n## Documentation\n\nDocumentation will be available in this repository, but is not yet written. For now, check the source for interesting comments that may help explain usage. Ideally, the class and method names should be pretty clear as to what they do.\n\n## Examples\n\nCheck out the [`examples`](examples) directory for some simple examples of how you can use Tabitha.\n\n## License\n\nAvailable under the MIT license. See [the license file](LICENSE.md) for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiden%2Ftabitha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwiden%2Ftabitha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiden%2Ftabitha/lists"}