File tree 1 file changed +19
-0
lines changed 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 19
19
20
20
# DataFusion
21
21
22
+ [ ![ Crates.io] [ crates-badge ]] [ crates-url ]
23
+ [ ![ MIT licensed] [ mit-badge ]] [ mit-url ]
24
+ [ ![ Build Status] [ actions-badge ]] [ actions-url ]
25
+ [ ![ Discord chat] [ discord-badge ]] [ discord-url ]
26
+
27
+ [ crates-badge ] : https://img.shields.io/crates/v/datafusion.svg
28
+ [ crates-url ] : https://crates.io/crates/datafusion
29
+ [ mit-badge ] : https://img.shields.io/badge/license-MIT-blue.svg
30
+ [ mit-url ] : https://github.com/apache/arrow-datafusion/blob/main/LICENSE.txt
31
+ [ actions-badge ] : https://github.com/apache/arrow-datafusion/actions/workflows/rust.yml/badge.svg
32
+ [ actions-url ] : https://github.com/apache/arrow-datafusion/actions?query=branch%3Amain
33
+ [ discord-badge ] : https://img.shields.io/discord/885562378132000778.svg?logo=discord&style=flat-square
34
+ [ discord-url ] : https://discord.com/channels/885562378132000778/885562378132000781
35
+
36
+ [ Website] ( https://github.com/apache/arrow-datafusion ) |
37
+ [ Guides] ( https://github.com/apache/arrow-datafusion/tree/main/docs ) |
38
+ [ API Docs] ( https://docs.rs/datafusion/latest/datafusion/ ) |
39
+ [ Chat] ( https://discord.com/channels/885562378132000778/885562378132000781 )
40
+
22
41
<img src =" https://arrow.apache.org/datafusion/_images/DataFusion-Logo-Background-White.png " width =" 256 " alt =" logo " />
23
42
24
43
DataFusion is a very fast, extensible query engine for building high-quality data-centric systems in
You can’t perform that action at this time.
0 commit comments