Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 862 Bytes

README.rst

File metadata and controls

37 lines (25 loc) · 862 Bytes

shardgather

https://badge.fury.io/py/shardgather.png https://travis-ci.org/kevinjqiu/shardgather.png?branch=master https://pypip.in/d/shardgather/badge.png

Features

  • Executing SQL query against sharded databases (databases of of the same schema set)
  • Render the result in different formats: * table * csv * human
  • Interactive mode allows you manipulate the gathered data in a Python shell

Installation

See :doc:`installation.rst`

Usage

See :doc:`usage.rst`