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.6.zip (32.8 kB view details)

Uploaded Source

shove-0.5.6.tar.gz (18.6 kB view details)

Uploaded Source

File details

Details for the file shove-0.5.6.zip.

File metadata

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

File hashes

Hashes for shove-0.5.6.zip
Algorithm Hash digest
SHA256 3af1dd21d4d0ae6a47a1b43e72ff945231cdbcde8956c2fe97165279f2b17007
MD5 05a6b5ebc49a0302ecf553a909fbcd4c
BLAKE2b-256 3e8d89a521a8b060c5321adeab095d8c677f332657cf5fdec3d01b1d1072cac6

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for shove-0.5.6.tar.gz
Algorithm Hash digest
SHA256 f1441dfff8d8706c552c9d8619ee9b0ed645823a074eba37eb320f3d13732db9
MD5 0d4bb6b22f072d45499c3924983b1ad2
BLAKE2b-256 0f4bb4e968da2b498d22c478716d15550349f471a0ca50e40e557aef6d9c0df5

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