These are two example applications to show that sparkle is compatible with deltalake and doing some genomics data analysis.
For the first example, I've added a hello-deltalake app to simply include the io.delta package and create a data frame in delta format.
For the second example, I've added a deltalake-glow app to include some real genomics data, use io.projectglow package to do the GWAS analysis, and use io.delta as a storage layer.
The corresponding blog post draft is here.
These are two example applications to show that sparkle is compatible with deltalake and doing some genomics data analysis. For the first example, I've added a
hello-deltalake
app to simply include theio.delta
package and create a data frame indelta
format. For the second example, I've added adeltalake-glow
app to include some real genomics data, useio.projectglow
package to do the GWAS analysis, and useio.delta
as a storage layer. The corresponding blog post draft is here.