DRILL-6239: Add build and license badges to README.md closes #1165
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/4aadfa8d Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/4aadfa8d Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/4aadfa8d Branch: refs/heads/master Commit: 4aadfa8de5d3d46fca1babfa33ef620653c891f2 Parents: d55b62f Author: Timothy Farkas <[email protected]> Authored: Tue Mar 13 17:39:50 2018 -0700 Committer: Vitalii Diravka <[email protected]> Committed: Sat Mar 24 20:35:32 2018 +0200 ---------------------------------------------------------------------- README.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/4aadfa8d/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 2892f8a..6f1bf8c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Apache Drill +[](https://travis-ci.org/apache/drill) +[](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.drill%22%20AND%20a%3A%22distribution%22) +[](http://www.apache.org/licenses/LICENSE-2.0) + Apache Drill is a distributed MPP query layer that supports SQL and alternative query languages against NoSQL and Hadoop data storage systems. It was inspired in part by [Google's Dremel](http://research.google.com/pubs/pub36632.html). ## Quickstart
