42 releases (18 breaking)

new 0.21.1 May 21, 2024
0.20.0 Apr 24, 2024
0.15.0 Mar 27, 2024
0.5.5 Dec 18, 2023
0.5.3 Nov 29, 2023

#275 in Biology

Download history 169/week @ 2024-01-28 184/week @ 2024-02-04 3/week @ 2024-02-11 84/week @ 2024-02-18 583/week @ 2024-02-25 401/week @ 2024-03-03 771/week @ 2024-03-10 184/week @ 2024-03-17 223/week @ 2024-03-24 98/week @ 2024-03-31 151/week @ 2024-04-07 1063/week @ 2024-04-14 962/week @ 2024-04-21 145/week @ 2024-04-28 30/week @ 2024-05-05 251/week @ 2024-05-12

1,443 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