Skip to main content

Apache Cassandra loader for Thumbor

Project description

[![Build Status](https://travis-ci.org/glborges/thumbor-cassandra.svg?branch=master)](https://travis-ci.org/glborges/thumbor-cassandra)

Introduction

[Thumbor](https://github.com/globocom/thumbor/wiki) is a smart imaging service. It enables on-demand crop, resizing and flipping of images.

[Apache Cassandra](https://cassandra.apache.org/) is a free and open-source, distributed, wide column store, NoSQL database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure. Cassandra offers robust support for clusters spanning multiple datacenters,[1] with asynchronous masterless replication allowing low latency operations for all clients.

Installation

In order to install the Apache Cassandra Module for Thumbor, you have to install Apache Cassandra ecosystem first.

## Apache Cassandra installation

The Apache Cassandra Module for Thumbor was originally developed and tested using the Cassandra docker image [Cassandra Official Docker Image](https://hub.docker.com/_/cassandra).

## Thumbor installation

You have to install [Thumbor](https://github.com/globocom/thumbor) following the [Thumbor Installation Guide](https://github.com/globocom/thumbor/wiki/Installing)…

## Apache Cassandra Module installation

… and finally the Apache Cassandra Module :

pip install thumbor_cassandra

Usage

Using it is simple, just change your configuration in thumbor.conf:

CASSANDRA_LOADER_SERVER_HOST = ‘localhost’ CASSANDRA_LOADER_SERVER_PORT = 9042 CASSANDRA_LOADER_KEYSPACE = ‘general’ CASSANDRA_LOADER_TABLE_NAME = ‘images’ CASSANDRA_LOADER_TABLE_ID_COLUMN = ‘image_id’ CASSANDRA_LOADER_TABLE_BLOB_COLUMN = ‘image_data’ CASSANDRA_LOADER_QUERY’ = ‘SELECT * FROM {0} WHERE {1}=%s’

To use thumbor_cassandra for loading original images, change your thumbor.conf to read:

LOADER = ‘thumbor_cassandra.loader’

Testing

In order to execute [pyvows](http://heynemann.github.com/pyvows/) tests, you have to install pyvows :

pip install pyvows

and run tests with :

pyvows vows

License

Licensed under the MIT license: http://www.opensource.org/licenses/mit-license Copyright (c) 2019 TMG Digital - Speurders.nl

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

thumbor_cassandra-1.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

thumbor_cassandra-1.0-py3-none-any.whl (4.7 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