Published September 7, 2018
| Version v0.0.2
Software
Open
ropensci/arkdb: arkdb: Archive and Unarchive Databases Using Flat Files
Description
The goal of arkdb is to provide a convienent way to move data from large compressed text files (tsv, csv, etc) into any DBI-compliant database connection (e.g. MYSQL, Postgres, SQLite; see DBI), and move tables out of such databases into text files. The key feature of arkdb is that files are moved between databases and text files in chunks of a fixed size, allowing the package functions to work with tables that would be much to large to read into memory all at once.
v0.0.2 Changes- Initial CRAN release
- Ensure the suggested dependency MonetDBLite is available before running unit test using it.
Files
ropensci/arkdb-v0.0.2.zip
Files
(106.5 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:5deddc05c0f500391ac8fc6266185621
|
106.5 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ropensci/arkdb/tree/v0.0.2 (URL)