48 releases (21 breaking)

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

#2616 in Parser implementations

Download history 4/week @ 2024-02-12 96/week @ 2024-02-19 573/week @ 2024-02-26 516/week @ 2024-03-04 671/week @ 2024-03-11 163/week @ 2024-03-18 215/week @ 2024-03-25 89/week @ 2024-04-01 164/week @ 2024-04-08 1060/week @ 2024-04-15 960/week @ 2024-04-22 113/week @ 2024-04-29 30/week @ 2024-05-06 248/week @ 2024-05-13 853/week @ 2024-05-20 587/week @ 2024-05-27

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

Apache-2.0

33KB
585 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

~65MB
~1.5M SLoC