PymarSQL

Pymar addition to easily scale your operations with tables of relational data bases.


Keywords
python, scale, distribute, map, reduce, mongo
License
MIT
Install
pip install PymarSQL==0.1.1

Documentation

PymarSQL

Pymar addition to easily scale your operations with tables of relational data bases.

Requirements:

  • Python 2.7
  • pymar
  • sqlalchemy
  • driver for whatever database you use (for example, psycopg for PostgreSQL). If you are not going to use databases or you are using SQLite, no driver is required.

Using

As a Quick Start Guide see /examples. Everything is explained in details.