swift/doc/source/associated_projects.rst
Paul Luse 8f5d4d2455 Erasure Code Documentation
This patch adds all the relevant EC documentation to
the source tree. Notable additions are:
  - Updated SAIO documentation
  - Updates to existing swift documentation; and
  - Erasure Coding overview

Co-Authored-By: Alistair Coles <alistair.coles@hp.com>
Co-Authored-By: Thiago da Silva <thiago@redhat.com>
Co-Authored-By: John Dickinson <me@not.mn>
Co-Authored-By: Clay Gerrard <clay.gerrard@gmail.com>
Co-Authored-By: Tushar Gohad <tushar.gohad@intel.com>
Co-Authored-By: Samuel Merritt <sam@swiftstack.com>
Co-Authored-By: Christian Schwede <christian.schwede@enovance.com>
Co-Authored-By: Yuan Zhou <yuan.zhou@intel.com>
Change-Id: I0403016a4bb7dad9535891632753b0e5e9d402eb
Implements: blueprint swift-ec
Signed-off-by: Thiago da Silva <thiago@redhat.com>
2015-04-14 00:52:17 -07:00

5.2 KiB

Associated Projects

Application Bindings

  • OpenStack supported binding:

  • Unofficial libraries and bindings:

    • PHP-opencloud - Official Rackspace PHP bindings that should work for other Swift deployments too.
    • PyRAX - Official Rackspace Python bindings for CloudFiles that should work for other Swift deployments too.
    • openstack.net - Official Rackspace .NET bindings that should work for other Swift deployments too.
    • RSwift - R API bindings.
    • Go language bindings
    • supload - Bash script to upload file to cloud storage based on OpenStack Swift API.
    • libcloud - Apache Libcloud - a unified interface in Python for different clouds with OpenStack Swift support.
    • SwiftBox - C# library using RestSharp
    • jclouds - Java library offering bindings for all OpenStack projects
    • java-openstack-swift - Java bindings for OpenStack Swift

Authentication

  • Keystone - Official Identity Service for OpenStack.
  • Swauth - Older Swift authentication service that only requires Swift itself.
  • Basicauth - HTTP Basic authentication support (keystone backed).

Command Line Access

  • Swiftly - Alternate command line access to Swift with direct (no proxy) access capabilities as well.

Log Processing

  • Slogging - Basic stats and logging tools.

Monitoring & Statistics

  • Swift Informant - Swift Proxy Middleware to send events to a statsd instance.

Content Distribution Network Integration

  • SOS - Swift Origin Server.

Alternative API

  • Swift3 - Amazon S3 API emulation.
  • CDMI - CDMI support

Benchmarking/Load Generators

Custom Logger Hooks

Storage Backends (DiskFile API implementations)

  • Swift-on-File - Enables objects created using Swift API to be accessed as files on a POSIX filesystem and vice versa.
  • swift-ceph-backend - Ceph RADOS object server implementation for Swift.
  • kinetic-swift - Seagate Kinetic Drive as backend for Swift
  • swift-scality-backend - Scality sproxyd object server implementation for Swift.

Developer Tools

  • vagrant-swift-all-in-one - Quickly setup a standard development environment using Vagrant and Chef cookbooks in an Ubuntu virtual machine.
  • SAIO Ansible playbook -Quickly setup a standard development environment using Vagrant and Ansible in a Fedora virtual machine (with built-in Swift-on-File support).

Other

  • Glance - Provides services for discovering, registering, and retrieving virtual machine images (for OpenStack Compute [Nova], for example).
  • Better Staticweb - Makes swift containers accessible by default.
  • Swiftsync - A massive syncer between two swift clusters.
  • Django Swiftbrowser - Simple Django web app to access Openstack Swift.
  • Swift-account-stats - Swift-account-stats is a tool to report statistics on Swift usage at tenant and global levels.
  • PyECLib - High Level Erasure Code library used by Swift
  • liberasurecode - Low Level Erasure Code library used by PyECLib
  • Swift Browser - JavaScript interface for Swift
  • swift-ui - OpenStack Swift web browser