Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
puhitaku committed Jan 13, 2016
1 parent 0ca6247 commit 97772e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
BQX
=====
[![Build Status](https://travis-ci.org/fuller-inc/bqx.svg?branch=master)](https://travis-ci.org/fuller-inc/bqx)
[![Coverage Status](https://coveralls.io/repos/fuller-inc/bqx/badge.svg?branch=master&service=github)](https://coveralls.io/github/fuller-inc/bqx?branch=master)


Generage sophisticated query for Google BigQuery in simple way.

Expand Down
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
BQX
===

|Build Status| |Coverage Status|

Generage sophisticated query for Google BigQuery in simple way.

What is BQX?
Expand All @@ -13,7 +15,7 @@ analyze big data.
BQX fires its power especially on making LONG and NESTED query. BigQuery
doesn't accept two or more queries at once so user has to make views or
make terribly nested query. BQX's features help you make long query
preserving high readability. See samples for its features and usage.
preserving high readability. See example for its features and usage.

Requirements
------------
Expand Down Expand Up @@ -44,6 +46,8 @@ Example
FROM publicdata:samples.shakespeare
LIMIT 10

See example directory for more detailed examples.

License
-------

Expand Down Expand Up @@ -85,3 +89,8 @@ Where are documentations?

We're sorry but documentation is not available right now. It will be
published on ReadTheDocs.org soon. Stay tuned.

.. |Build Status| image:: https://travis-ci.org/fuller-inc/bqx.svg?branch=master
:target: https://travis-ci.org/fuller-inc/bqx
.. |Coverage Status| image:: https://coveralls.io/repos/fuller-inc/bqx/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/fuller-inc/bqx?branch=master

0 comments on commit 97772e4

Please sign in to comment.