Skip to content

Commit e4edf2e

Browse files
committed
Fixup links in README.md
1 parent 9ad583e commit e4edf2e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919

2020
# Ballista: Distributed SQL Query Engine, built on Apache Arrow
2121

22-
Ballista is a distributed SQL query engine powered by the Rust implementation of [Apache Arrow](arrow) and
23-
[DataFusion](datafusion).
22+
Ballista is a distributed SQL query engine powered by the Rust implementation of [Apache Arrow][arrow] and
23+
[DataFusion][datafusion].
2424

2525
If you are looking for documentation for a released version of Ballista, please refer to the
26-
[Ballista User Guide](user-guide).
26+
[Ballista User Guide][user-guide].
2727

2828
## Overview
2929

@@ -38,14 +38,14 @@ Ballista implements a similar design to Apache Spark (particularly Spark SQL), b
3838
Apache Spark in some cases, which means that more processing can fit on a single node, reducing the overhead of
3939
distributed compute.
4040
- The use of Apache Arrow as the memory model and network protocol means that data can be exchanged efficiently between
41-
executors using the [Flight Protocol](flight), and between clients and schedulers/executors using the
42-
[Flight SQL Protocol](flight-sql)
41+
executors using the [Flight Protocol][flight], and between clients and schedulers/executors using the
42+
[Flight SQL Protocol][flight-sql]
4343

4444
## Features
4545

4646
- Supports HDFS as well as cloud object stores. S3 is supported today and GCS and Azure support is planned.
4747
- DataFrame and SQL APIs available from Python and Rust.
48-
- Clients can connect to a Ballista cluster using [Flight SQL](flight-sql).
48+
- Clients can connect to a Ballista cluster using [Flight SQL][flight-sql].
4949
- JDBC support via Arrow Flight SQL JDBC Driver
5050
- Scheduler web interface and REST UI for monitoring query progress and viewing query plans and metrics.
5151
- Support for Docker, Docker Compose, and Kubernetes deployment, as well as manual deployment on bare metal.
@@ -97,15 +97,15 @@ The current focus is on the following items:
9797
## Architecture Overview
9898

9999
There are currently no up-to-date architecture documents available. You can get a general overview of the architecture
100-
by watching the [Ballista: Distributed Compute with Rust and Apache Arrow](ballista-talk) talk from the New York Open
100+
by watching the [Ballista: Distributed Compute with Rust and Apache Arrow][ballista-talk] talk from the New York Open
101101
Statistical Programming Meetup (Feb 2021).
102102

103103
## Contribution Guide
104104

105105
Please see [Contribution Guide](CONTRIBUTING.md) for information about contributing to DataFusion.
106106

107-
[arrow]: https://arrow.apache.org/
108-
[datafusion]: https://github.com/apache/arrow-datafusion
109-
[flight]: https://arrow.apache.org/blog/2019/10/13/introducing-arrow-flight/
110-
[flight-sql]: https://arrow.apache.org/blog/2022/02/16/introducing-arrow-flight-sql/
111-
[ballista-talk]: https://www.youtube.com/watch?v=ZZHQaOap9pQ
107+
[arrow]:https://arrow.apache.org/
108+
[datafusion]:https://github.com/apache/arrow-datafusion
109+
[flight]:https://arrow.apache.org/blog/2019/10/13/introducing-arrow-flight/
110+
[flight-sql]:https://arrow.apache.org/blog/2022/02/16/introducing-arrow-flight-sql/
111+
[ballista-talk]:https://www.youtube.com/watch?v=ZZHQaOap9pQ

0 commit comments

Comments
 (0)