There is a newer version of the record available.

Published August 11, 2018 | Version v0.0.0.9
Software Open

ropensci/arkdb: arkdb: Archive and Unarchive Databases Using Flat Files

  • 1. UC Berkeley

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.

Files

ropensci/arkdb-v0.0.0.9.zip

Files (103.1 kB)

Name Size Download all
md5:a4285ce01d8d33eec6c3f97855869079
103.1 kB Preview Download

Additional details

Related works