Skip to content

skyhookdm/skytether

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Skytether is an extension of SkyhookDM that introduces capabilities for computational storage.

This is the main repository for the Skytether project.

Dependent Libraries

The Skytether project will be split into a few repositories to help encourage decoupling of subsystems.

This repository will integrate the various libraries as needed into a single library implementing the design of Skytether. The integrated subsystems are:

  1. Mohair -- The query processing layer for decomposable queries.
  2. -- This (placeholder) will be the logical storage layer. For now this is a Ceph-like interface (based on OSDs and SkyhookDM), but whether this continues to be prototype research code or a full library is yet to be determined.
  3. -- This (placeholder) will be the interfaces, or adapters, to services implementing the physical storage layer. Initially this will include adapters to Kinetic and DuckDB.

NOTE: as more subsystems are fleshed out, I will add them here.

Usage

It is expected that Skytether will be a library that can be used by domain-specific applications or data management layers to leverage computational storage systems. One such example is ; this (placeholder) is a data management layer designed for single-cell gene expression data.

Plans

For now, the first thing I plan to do is build up Mohair and migrate code from Skytether-SingleCell, which is a research prototype that combines both Skytether and MSG Express. Decomposing Skytether-SingleCell will allow me to decouple skytether from gene expression specific semantics (allow for generalization) as well as developing MSG Express to support various scverse libraries. Supporting scverse libraries will hopefully allow us to more quickly support a wide variety of scientists and scientific applications transparently (one of our guiding principles).

Releases

No releases published

Packages

No packages published