Added associated_projects.rst
In the interest of keeping the core Swift code repository less
complex, but still offering a quick way to find associated projects
that enhance or use Swift, I've added this new Associated Projects
page prominently to the Swift documentation.
This will allow much less barrier to entry on enhancing Swift as
other projects can work independently and will only need to wait on
the core Swift project for approval of minimal tweaks to the core
Swift code base.
It will also allow an easy central place to find cool associated
projects that otherwise might go unnoticed or even duplicated.
The plan is to move non-essential projects that are currently
embedded in the Swift repository out into their own projects with
links to them on this new page. This would include items such as
(just what I can think of right now): bin/swift command line tool and
clients, swift-bench, swift-dispersion, TempURL, FormPost, StaticWeb,
Rate Limiting, Swift3, Domain Remap, and CNAME Lookup.
After all that is done, those projects will be able to move forward
much more quickly and new developers for Swift itself will have much
less to learn and get confused about.
Change-Id: Ib8447d8bd480f0a3d8f0413137ccdba73a11dd91
2012-05-04 03:25:36 +00:00
.. _associated_projects:
Associated Projects
===================
Application Bindings
--------------------
2012-05-22 10:57:10 +02:00
* OpenStack supported binding:
* `Python-SwiftClient <http://pypi.python.org/pypi/python-swiftclient> `_
2013-07-01 13:40:37 -07:00
* Unofficial libraries and bindings:
* `PHP-opencloud <http://php-opencloud.com> `_ - Official Rackspace PHP bindings that should work for other Swift deployments too.
* `PyRAX <https://github.com/rackspace/pyrax> `_ - Official Rackspace Python bindings for CloudFiles that should work for other Swift deployments too.
* `openstack.net <https://github.com/rackspace/openstack.net/> `_ - Official Rackspace .NET bindings that should work for other Swift deployments too.
* `RSwift <https://github.com/pandemicsyn/RSwift> `_ - R API bindings.
* `Go language bindings <https://github.com/ncw/swift> `_
* `supload <https://github.com/selectel/supload> `_ - Bash script to upload file to cloud storage based on OpenStack Swift API.
2013-08-09 17:16:36 +02:00
* `libcloud <http://libcloud.apache.org> `_ - Apache Libcloud - a unified interface in Python for different clouds with OpenStack Swift support.
2013-07-01 13:40:37 -07:00
* `SwiftBox <https://github.com/suniln/SwiftBox> `_ - C# library using RestSharp
2013-08-09 07:50:28 -07:00
* `jclouds <http://jclouds.incubator.apache.org/documentation/quickstart/openstack/> `_ - Java library offering bindings for all OpenStack projects
* `java-openstack-swift <https://github.com/dkocher/java-openstack-swift> `_ - Java bindings for OpenStack Swift
Added associated_projects.rst
In the interest of keeping the core Swift code repository less
complex, but still offering a quick way to find associated projects
that enhance or use Swift, I've added this new Associated Projects
page prominently to the Swift documentation.
This will allow much less barrier to entry on enhancing Swift as
other projects can work independently and will only need to wait on
the core Swift project for approval of minimal tweaks to the core
Swift code base.
It will also allow an easy central place to find cool associated
projects that otherwise might go unnoticed or even duplicated.
The plan is to move non-essential projects that are currently
embedded in the Swift repository out into their own projects with
links to them on this new page. This would include items such as
(just what I can think of right now): bin/swift command line tool and
clients, swift-bench, swift-dispersion, TempURL, FormPost, StaticWeb,
Rate Limiting, Swift3, Domain Remap, and CNAME Lookup.
After all that is done, those projects will be able to move forward
much more quickly and new developers for Swift itself will have much
less to learn and get confused about.
Change-Id: Ib8447d8bd480f0a3d8f0413137ccdba73a11dd91
2012-05-04 03:25:36 +00:00
Authentication
--------------
* `Keystone <https://github.com/openstack/keystone> `_ - Official Identity Service for OpenStack.
* `Swauth <https://github.com/gholt/swauth> `_ - Older Swift authentication service that only requires Swift itself.
2013-08-05 09:55:54 +02:00
* `Basicauth <https://github.com/CloudVPS/swift-basicauth> `_ - HTTP Basic authentication support (keystone backed).
Added associated_projects.rst
In the interest of keeping the core Swift code repository less
complex, but still offering a quick way to find associated projects
that enhance or use Swift, I've added this new Associated Projects
page prominently to the Swift documentation.
This will allow much less barrier to entry on enhancing Swift as
other projects can work independently and will only need to wait on
the core Swift project for approval of minimal tweaks to the core
Swift code base.
It will also allow an easy central place to find cool associated
projects that otherwise might go unnoticed or even duplicated.
The plan is to move non-essential projects that are currently
embedded in the Swift repository out into their own projects with
links to them on this new page. This would include items such as
(just what I can think of right now): bin/swift command line tool and
clients, swift-bench, swift-dispersion, TempURL, FormPost, StaticWeb,
Rate Limiting, Swift3, Domain Remap, and CNAME Lookup.
After all that is done, those projects will be able to move forward
much more quickly and new developers for Swift itself will have much
less to learn and get confused about.
Change-Id: Ib8447d8bd480f0a3d8f0413137ccdba73a11dd91
2012-05-04 03:25:36 +00:00
Command Line Access
-------------------
* `Swiftly <https://github.com/gholt/swiftly> `_ - Alternate command line access to Swift with direct (no proxy) access capabilities as well.
Log Processing
--------------
* `Slogging <https://github.com/notmyname/slogging> `_ - Basic stats and logging tools.
Monitoring & Statistics
-----------------------
* `Swift Informant <https://github.com/pandemicsyn/swift-informant> `_ - Swift Proxy Middleware to send events to a statsd instance.
Content Distribution Network Integration
----------------------------------------
* `SOS <https://github.com/dpgoetz/sos> `_ - Swift Origin Server.
2012-05-21 17:37:01 +02:00
Alternative API
---------------
2014-03-26 13:32:12 +09:00
* `Swift3 <https://github.com/stackforge/swift3> `_ - Amazon S3 API emulation.
2012-11-19 14:17:14 -08:00
* `CDMI <https://github.com/osaddon/cdmi> `_ - CDMI support
2012-05-21 17:37:01 +02:00
2014-05-21 16:38:08 +00:00
Benchmarking/Load Generators
----------------------------
* `getput <https://github.com/markseger/getput> `_ - getput tool suite
* `COSbench <https://github.com/intel-cloud/cosbench> `_ - COSbench tool suite
* `ssbench <https://github.com/swiftstack/ssbench> `_ - ssbench tool suite
2012-10-26 14:56:10 -05:00
.. _custom-logger-hooks-label:
Custom Logger Hooks
-------------------
* `swift-sentry <https://github.com/pandemicsyn/swift-sentry> `_ - Sentry exception reporting for Swift
2014-09-08 15:35:48 +05:30
Storage Backends (DiskFile API implementations)
-----------------------------------------------
2015-02-11 16:36:51 -08:00
* `Swift-on-File <https://github.com/stackforge/swiftonfile> `_ - Enables objects created using Swift API to be accessed as files on a POSIX filesystem and vice versa.
2014-09-08 15:35:48 +05:30
* `swift-ceph-backend <https://github.com/stackforge/swift-ceph-backend> `_ - Ceph RADOS object server implementation for Swift.
* `kinetic-swift <https://github.com/swiftstack/kinetic-swift> `_ - Seagate Kinetic Drive as backend for Swift
2015-02-04 16:54:46 +01:00
* `swift-scality-backend <https://github.com/scality/ScalitySproxydSwift> `_ - Scality sproxyd object server implementation for Swift.
2014-09-08 15:35:48 +05:30
2015-02-11 16:36:51 -08:00
Developer Tools
---------------
* `vagrant-swift-all-in-one
<https://github.com/swiftstack/vagrant-swift-all-in-one>`_ - Quickly setup a
2015-03-06 14:35:40 -05:00
standard development environment using Vagrant and Chef cookbooks in an
Ubuntu virtual machine.
2015-02-11 16:36:51 -08:00
* `SAIO Ansible playbook <https://github.com/thiagodasilva/swift-aio> `_ -
2015-03-06 14:35:40 -05:00
Quickly setup a standard development environment using Vagrant and Ansible in
a Fedora virtual machine (with built-in `Swift-on-File
2015-02-11 16:36:51 -08:00
<https://github.com/stackforge/swiftonfile>`_ support).
Added associated_projects.rst
In the interest of keeping the core Swift code repository less
complex, but still offering a quick way to find associated projects
that enhance or use Swift, I've added this new Associated Projects
page prominently to the Swift documentation.
This will allow much less barrier to entry on enhancing Swift as
other projects can work independently and will only need to wait on
the core Swift project for approval of minimal tweaks to the core
Swift code base.
It will also allow an easy central place to find cool associated
projects that otherwise might go unnoticed or even duplicated.
The plan is to move non-essential projects that are currently
embedded in the Swift repository out into their own projects with
links to them on this new page. This would include items such as
(just what I can think of right now): bin/swift command line tool and
clients, swift-bench, swift-dispersion, TempURL, FormPost, StaticWeb,
Rate Limiting, Swift3, Domain Remap, and CNAME Lookup.
After all that is done, those projects will be able to move forward
much more quickly and new developers for Swift itself will have much
less to learn and get confused about.
Change-Id: Ib8447d8bd480f0a3d8f0413137ccdba73a11dd91
2012-05-04 03:25:36 +00:00
Other
-----
* `Glance <https://github.com/openstack/glance> `_ - Provides services for discovering, registering, and retrieving virtual machine images (for OpenStack Compute [Nova], for example).
2013-08-05 09:55:54 +02:00
* `Better Staticweb <https://github.com/CloudVPS/better-staticweb> `_ - Makes swift containers accessible by default.
2013-11-15 15:08:36 +01:00
* `Swiftsync <https://github.com/stackforge/swiftsync> `_ - A massive syncer between two swift clusters.
2014-11-06 15:44:29 +01:00
* `Django Swiftbrowser <https://github.com/cschwede/django-swiftbrowser> `_ - Simple Django web app to access Openstack Swift.
2014-01-03 15:39:20 +01:00
* `Swift-account-stats <https://github.com/enovance/swift-account-stats> `_ - Swift-account-stats is a tool to report statistics on Swift usage at tenant and global levels.
2014-11-06 14:52:04 +01:00
* `Swift Browser <https://github.com/zerovm/swift-browser> `_ - JavaScript interface for Swift
2015-02-03 22:12:03 -08:00
* `swift-ui <https://github.com/fanatic/swift-ui> `_ - OpenStack Swift web browser