swift/doc/source/associated_projects.rst
Christian Schwede 89224ae286 Add swiftbrowser as an associated project
Swiftbrowser is a simple web app build with Django to access Openstack Swift.

Change-Id: I2d397f61e4c3fcd09ba994a06ec4d492f37ae34a
2013-12-17 11:16:53 +00:00

3.3 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

Custom Logger Hooks

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.
  • Swiftbrowser - Simple web app to access Openstack Swift.