Skip to main content

Python client library for Tarantool 1.6 Database

Project description

This package is a pure-python client library for Tarantool.

Documentation | Downloads | PyPI | GitHub | Issue tracker

https://travis-ci.org/tarantool/tarantool-python.svg?branch=master https://ci.appveyor.com/api/projects/status/github/tarantool/tarantool-python?branch=master

Download and Install

You can also download zip archive, unpack it and run

$ python setup.py install

To install development version of the package using pip

For Tarantool version < 1.6.0 you must get stable branch:

$ pip install git+https://github.com/tarantool/tarantool-python.git@stable

For later Tarantool use master branch:

$ pip install git+https://github.com/tarantool/tarantool-python.git@master

What is Tarantool?

Tarantool is a NoSQL database running inside a Lua program. It combines the network programming power of Node.JS with data persistency capabilities of Redis. It’s open source, BSD licensed.

Features

  • ANSI SQL, including views, joins, referential and check constraints

  • Lua packages for non-blocking I/O, fibers and HTTP

  • MsgPack data format and MsgPack based client-server protocol

  • Two data engines:
    • memtx - the in-memory storage engine with optional persistence

    • vinyl - the on-disk storage engine to use with large data sets

  • secondary key and index iterators support (can be non-unique and composite)

  • multiple index types: HASH, BITSET, TREE, RTREE

  • asynchronous master-master replication

  • authentication and access control

See More

NOTE

This driver is synchronous, so connection mustn’t be shared between threads/processes.

Run tests

On Linux:

$ python setup.py test

On Windows:

  • Setup a Linux machine with installed tarantool (called remote later).

  • (on remote) Copy unit/suites/lib/tarantool_python_ci.lua to /etc/tarantool/instances.available.

  • (on remote) Run tarantoolctl start tarantool_python_ci.

  • Set the following environment variables: * REMOTE_TARANTOOL_HOST=..., * REMOTE_TARANTOOL_CONSOLE_PORT=3302.

  • Run python setup.py test.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tarantool-0.7.1.tar.gz (65.9 kB view hashes)

Uploaded Source

Built Distribution

tarantool-0.7.1-py3-none-any.whl (32.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page