This is an automated email from the ASF dual-hosted git repository.

comphead pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 827668ab3d Update project links (#8954)
827668ab3d is described below

commit 827668ab3d4659329ff30e6672f398c934b803be
Author: comphead <[email protected]>
AuthorDate: Mon Jan 22 15:14:23 2024 -0800

    Update project links (#8954)
    
    * update project links
---
 README.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/README.md b/README.md
index 81ae30ab68..16d813bea5 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,25 @@
 
 # DataFusion
 
+[![Crates.io][crates-badge]][crates-url]
+[![MIT licensed][mit-badge]][mit-url]
+[![Build Status][actions-badge]][actions-url]
+[![Discord chat][discord-badge]][discord-url]
+
+[crates-badge]: https://img.shields.io/crates/v/datafusion.svg
+[crates-url]: https://crates.io/crates/datafusion
+[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
+[mit-url]: https://github.com/apache/arrow-datafusion/blob/main/LICENSE.txt
+[actions-badge]: 
https://github.com/apache/arrow-datafusion/actions/workflows/rust.yml/badge.svg
+[actions-url]: 
https://github.com/apache/arrow-datafusion/actions?query=branch%3Amain
+[discord-badge]: 
https://img.shields.io/discord/885562378132000778.svg?logo=discord&style=flat-square
+[discord-url]: 
https://discord.com/channels/885562378132000778/885562378132000781
+
+[Website](https://github.com/apache/arrow-datafusion) |
+[Guides](https://github.com/apache/arrow-datafusion/tree/main/docs) |
+[API Docs](https://docs.rs/datafusion/latest/datafusion/) |
+[Chat](https://discord.com/channels/885562378132000778/885562378132000781)
+
 <img 
src="https://arrow.apache.org/datafusion/_images/DataFusion-Logo-Background-White.png";
 width="256" alt="logo"/>
 
 DataFusion is a very fast, extensible query engine for building high-quality 
data-centric systems in

Reply via email to