Skip to content

Commit f159505

Browse files
committed
add poster
1 parent 35c20a7 commit f159505

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This [SQLite3 loadable extension](https://www.sqlite.org/loadext.html) adds feat
88
* streaming storage compression (also available [standalone](https://github.com/mlin/sqlite_zstd_vfs))
99
* pre-tuned settings for "big data"
1010

11+
This October 2020 poster discusses the context and long-run ambitions:
12+
13+
[<img src="https://mlin.github.io/GenomicSQLite/GA4GH_8thPlenary_poster_mlin_v2.thumb.jpeg" width="400" alt="GenomicSQLite Poster"/>](https://mlin.github.io/GenomicSQLite/GA4GH_8thPlenary_poster_mlin_v2.pdf)
14+
1115
Our **[Colab notebook](https://colab.research.google.com/drive/1OlHPOcRQBhDmEnS1wtOdtUGDkcD7LtKx?usp=sharing)** demonstrates key features with Python, one of several language bindings.
1216

1317
**USE AT YOUR OWN RISK:** The extension makes fundamental changes to the database storage layer. While designed to preserve ACID transaction safety, it's young and unlikely to have zero bugs. This project is not associated with the SQLite developers.
239 KB
Binary file not shown.
94 KB
Loading

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ This [SQLite3 loadable extension](https://www.sqlite.org/loadext.html) supports
1010
* streaming storage compression using multithreaded [Zstandard](https://facebook.github.io/zstd/)
1111
* pre-tuned settings for "big data"
1212

13+
This October 2020 poster discusses the context and long-run ambitions:
14+
15+
[<img src="GA4GH_8thPlenary_poster_mlin_v2.thumb.jpeg" width="400" alt="GenomicSQLite Poster"/>](GA4GH_8thPlenary_poster_mlin_v2.pdf)
16+
1317
Our **[Colab notebook](https://colab.research.google.com/drive/1OlHPOcRQBhDmEnS1wtOdtUGDkcD7LtKx?usp=sharing)** demonstrates key features with Python, one of several language bindings.
1418

1519
**USE AT YOUR OWN RISK:** The extension makes fundamental changes to the database storage layer. While designed to preserve ACID transaction safety, it's young and unlikely to have zero bugs. This project is not associated with the SQLite developers.

0 commit comments

Comments
 (0)