48 releases (21 breaking)

new 0.24.1 May 30, 2024
0.23.0 May 27, 2024
0.15.0 Mar 27, 2024
0.5.5 Dec 18, 2023
0.5.3 Nov 29, 2023

#9 in #gtf

Download history 123/week @ 2024-02-08 72/week @ 2024-02-15 321/week @ 2024-02-22 537/week @ 2024-02-29 640/week @ 2024-03-07 412/week @ 2024-03-14 205/week @ 2024-03-21 109/week @ 2024-03-28 133/week @ 2024-04-04 609/week @ 2024-04-11 1272/week @ 2024-04-18 297/week @ 2024-04-25 80/week @ 2024-05-02 36/week @ 2024-05-09 496/week @ 2024-05-16 797/week @ 2024-05-23

1,424 downloads per month
Used in 4 crates (via exon)

Apache-2.0

25KB
356 lines

Exon

Exon is an execution engine designed to work with bioinformatics data. It features:

  • SQL based access to bioinformatics data -- general DML and some DDL support
  • Support for many file formats from bioinformatics, proteomics, and others
  • Local filesystem and object storage support
  • Arrow FFI primitives for multi-language support

Installation

Exon is available via crates.io. To install, run:

cargo add exon

Documentation

  • Rust documentation is available here.
  • General documentation is available here.

Benchmarks

Please see the benchmarks README for more information.

Dependencies

~64MB
~1.5M SLoC