Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
/ iobox Public archive

Extract, Transform, Load (ETL) utilities for ERMrest+Hatrac

Notifications You must be signed in to change notification settings

informatics-isi-edu/iobox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATION NOTE:

This codebase is deprecated in favor of newer code contained in the following projects:

IObox

IObox is a collection of Extract, Transform, Load (ETL) utilities for ERMrest+Hatrac.

Summary

The utilities in this project are generally categorized under extract, transform, or load.

  • Extract: These utilities connect to a data source (or read from a file) and generate a data "bag".
  • Transform: These utilities take a "bag" run transformations and output an updated "bag".
  • Load: These utilities take a "bag" and load it into a data sink.

Data Format

The data format produced by, transformed by, or consumed by the IObox utilities is described in the data package specification (draft).

Design

See the minimally specified conceptual design.

About

Extract, Transform, Load (ETL) utilities for ERMrest+Hatrac

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages