|
2 | 2 |
|
3 | 3 | [](https://github.com/vortex-data/vortex/actions) |
4 | 4 | [](https://www.bestpractices.dev/projects/10567) |
5 | | -[](https://docs.vortex.dev) |
| 5 | +[](https://docs.vortex.dev) |
6 | 6 | [](https://codspeed.io/vortex-data/vortex) |
7 | | -[](https://crates.io/crates/vortex-array) |
8 | | -[](https://pypi.org/project/vortex-array/) |
| 7 | +[](https://crates.io/crates/vortex) |
| 8 | +[](https://pypi.org/project/vortex-data/) |
9 | 9 | [](https://central.sonatype.com/artifact/dev.vortex/vortex-spark) |
10 | 10 |
|
11 | 11 | 📚 [Documentation](https://docs.vortex.dev/) | 📊 [Performance Benchmarks](https://bench.vortex.dev) |
|
15 | 15 | Vortex is a next-generation columnar file format and toolkit designed for high-performance data analytics. It provides: |
16 | 16 |
|
17 | 17 | - **⚡️ Blazing Fast Performance** |
18 | | - - 100-200x faster random access reads than Apache Parquet |
19 | | - - 2-10x faster scans with similar compression ratios and write throughput |
20 | | - - Efficient support for wide tables with zero-copy/zero-parse metadata |
| 18 | + - 100-200x faster random access reads than Apache Parquet |
| 19 | + - 2-10x faster scans with similar compression ratios and write throughput |
| 20 | + - Efficient support for wide tables with zero-copy/zero-parse metadata |
21 | 21 |
|
22 | 22 | - **🔧 Extensible Architecture** |
23 | | - - Modeled after Apache DataFusion's extensible approach |
24 | | - - Pluggable encoding system |
25 | | - - Zero-copy compatibility with Apache Arrow |
| 23 | + - Modeled after Apache DataFusion's extensible approach |
| 24 | + - Pluggable encoding system |
| 25 | + - Zero-copy compatibility with Apache Arrow |
26 | 26 |
|
27 | 27 | > 🚧 **Development Status**: This project is under active development. APIs and file formats may change, and some |
28 | 28 | > features are still being implemented. |
@@ -120,8 +120,10 @@ Licensed under the Apache License, Version 2.0. |
120 | 120 |
|
121 | 121 | ### Governance |
122 | 122 |
|
123 | | -Vortex is an independent open-source project and not controlled by any single company. The Vortex Project is a sub-project of the Linux Foundation Projects. The governance model is documented in |
124 | | -[CONTRIBUTING.md](CONTRIBUTING.md) and is subject to the terms of the [Technical Charter](https://vortex.dev/charter.pdf). |
| 123 | +Vortex is an independent open-source project and not controlled by any single company. The Vortex Project is a |
| 124 | +sub-project of the Linux Foundation Projects. The governance model is documented in |
| 125 | +[CONTRIBUTING.md](CONTRIBUTING.md) and is subject to the terms of |
| 126 | +the [Technical Charter](https://vortex.dev/charter.pdf). |
125 | 127 |
|
126 | 128 | ### Contributing |
127 | 129 |
|
|
0 commit comments