Skip to main content

Common object storage frontend.

Project description

Common object storage frontend that supports dictionary-style access, object serialization and compression, and multiple storage and caching backends.

Currently supported storage backends are:

  • Amazon S3 Web Service

  • Apache Cassandra

  • Berkeley Source Database

  • DBM

  • Durus

  • FTP

  • Filesystem

  • Firebird

  • git

  • HDF5

  • LevelDB

  • Memory

  • Mercurial

  • Microsoft SQL Server

  • MongoDB

  • MySQL

  • Oracle

  • PostgreSQL

  • Redis

  • SQLite

  • Subversion

  • Zope Object Database (ZODB)

Currently supported caching backends are:

  • Filesystem

  • Firebird

  • Memory

  • Microsoft SQL Server

  • MySQL

  • Oracle

  • PostgreSQL

  • Redis

  • SQLite

  • memcache

The simplest shove use case is:

>>> from shove import Shove
>>> store = Shove()

which creates an in-memory store and cache.

The use of other backends for storage and caching involves passing an module URI or existing store or cache instance to shove following the form:

>>> from shove import Shove
>>> <storename> = Shove(<store_uri>, <cache_uri>)

Each module-specific URI form is documented in its module. The URI form follows the URI form used by SQLAlchemy:

http://www.sqlalchemy.org/docs/core/engines.html

shove fully implements the Python dictionary/mapping API:

http://docs.python.org/lib/typesmapping.html

Project details


Download files

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

Source Distributions

shove-0.5.4.zip (33.0 kB view details)

Uploaded Source

shove-0.5.4.tar.gz (18.8 kB view details)

Uploaded Source

File details

Details for the file shove-0.5.4.zip.

File metadata

  • Download URL: shove-0.5.4.zip
  • Upload date:
  • Size: 33.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for shove-0.5.4.zip
Algorithm Hash digest
SHA256 bd29550a170b947a9621df1735ef7ce6337b86a8f865ab3a8f5013f6298a5b70
MD5 a20006fdd228a23743a14ff8e9b40dea
BLAKE2b-256 ee8c283fd273777eec63dc97b258779fc5f4155d42aa91e4b49f858d0ead690e

See more details on using hashes here.

Provenance

File details

Details for the file shove-0.5.4.tar.gz.

File metadata

  • Download URL: shove-0.5.4.tar.gz
  • Upload date:
  • Size: 18.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for shove-0.5.4.tar.gz
Algorithm Hash digest
SHA256 d6e8f46f9780f7435cd93810e2502194d0c50e4d07c125c1d74bef3c02751f4e
MD5 23a7c05f1cbc661c9a8c8932e8ca0221
BLAKE2b-256 1af08f2f2f85bd8dcb236ed4aecc59b5852ecc78e898cf6ef872fa6ab34e6018

See more details on using hashes here.

Provenance

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