From 3359321bac67d26b7350259c8efb735f9f225bf4 Mon Sep 17 00:00:00 2001
From: Yoshi <33449192+YoshiTheChinchilla@users.noreply.github.com>
Date: Sat, 14 Dec 2019 00:02:25 +0900
Subject: [PATCH] Add ballista to Applications. close #742
Add andygrove/ballista to [Applications](https://github.com/rust-unofficial/awesome-rust#applications). close #742
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 8c36be6..56b4a87 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,7 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio
* [asm-cli-rust](https://github.com/cch123/asm-cli-rust) — An interactive assembly shell written in rust.
* [AnderEnder/s3find-rs](https://github.com/AnderEnder/s3find-rs) — A command line utility to walk an Amazon S3 hierarchy, an analog of find for Amazon S3 [](https://travis-ci.org/AnderEnder/s3find-rs)
* [andschwa/rust-genetic-algorithm](https://github.com/andschwa/rust-genetic-algorithm) — A genetic algorithm for academic benchmark problems [](https://travis-ci.org/andschwa/rust-genetic-algorithm)
+* [andygrove/ballista](https://github.com/andygrove/ballista) - PoC of distributed compute platform using Rust, Apache Arrow, and Kubernetes!
* [cloudflare/boringtun](https://github.com/cloudflare/boringtun) — A Userspace WireGuard VPN Implementation [](https://crates.io/crates/boringtun)
* [denoland/deno](https://github.com/denoland/deno) — A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio [](https://travis-ci.com/denoland/deno)
* [ivanceras/diwata](https://github.com/ivanceras/diwata) — A database administration tool for postgresql [](https://travis-ci.org/ivanceras/diwata)