Jump to: navigation, search

Difference between revisions of "Sprints/PyCon2013"

(Server-side Tools)
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
 
= Swift Sprint at [[PyCon]] 2013 =
 
''Hosted by [[SwiftStack]] and [[RedHat]]''
 
  
[[PyCon]] 2013, March 18 (first sprint day)
+
= OpenStack Swift API Sprint at PyCon 2013 =
 +
''Hosted by SwiftStack and Red Hat''
 +
 
 +
PyCon 2013, March 18 (first sprint day)
  
 
The focus is to promote clients writing against the Swift API
 
The focus is to promote clients writing against the Swift API
  
 
== Proposed Sprint Topics ==
 
== Proposed Sprint Topics ==
* Cross-platform GUI client
+
 
 +
=== Client Apps ===
 +
* Migration tool (import/export between Swift and S3)
 +
* Metadata explorer
 +
** given a large dataset in Swift, tell me about it
 +
* Sync a filesystem into Swift
 +
* Django interface, persistent caching
 +
* Improve Swift support in OpenStack Horizon
 
* Improve the existing swift client ([https://github.com/openstack/python-swiftclient python-swiftclient])
 
* Improve the existing swift client ([https://github.com/openstack/python-swiftclient python-swiftclient])
 
* Improve [https://github.com/fujita/swift3 swift3]
 
* Improve [https://github.com/fujita/swift3 swift3]
* Add Swift support to boto/s3cmd ([https://github.com/s3tools/s3cmd this s3cmd?])
+
* Add Swift support to s3cmd ([https://github.com/s3tools/s3cmd])
 
* Improve existing user-space tools like swiftly, cloudfuse, etc.
 
* Improve existing user-space tools like swiftly, cloudfuse, etc.
* build a desktop app
 
 
* build a website that stores data in swift
 
* build a website that stores data in swift
** (maybe get [[NewsBlur]] to support Swift in addition to S3)
+
** (maybe get NewsBlur to support Swift in addition to S3)
* build a mobile client for Swift
+
** maybe something like a very simple form uploader to upload data into swift (drop into a webapp and data is uploaded directly to swift)
 +
* build a mobile web client for Swift
 
* Build a dropbox replacement
 
* Build a dropbox replacement
 
* Break out into 2 sections: developer tools and client apps?
 
* Break out into 2 sections: developer tools and client apps?
 
** a dev tool would aid those in building swift apps
 
** a dev tool would aid those in building swift apps
 
** a client app is any app that uses the Swift API
 
** a client app is any app that uses the Swift API
 +
 +
=== Server-side Tools ===
 +
 +
* Middleware to transform data coming out of swift
 +
* an rst parser (serve rst objects as html)
 +
* a torrent seeder
 +
* an image resizer or transcoder
 +
* thumbnail generator on 404
 +
* text translation middleware
 +
* really anything that you would like to do while serving (or receiving) data
  
 
== Draft agenda ==
 
== Draft agenda ==
{| border="1" cellpadding="2" cellspacing="0"
+
{| class="wikitable"
| 9-9:30
 
 
|-
 
|-
| 9:30-9:45
+
! Time !! Agenda Item
 
|-
 
|-
| noon
+
| 9 - 9:30 AM || Intro/Welcome
 
|-
 
|-
| 5:00-5:30+
+
| 9:30 AM - 5:30 PM || Make Swift apps
 +
|-
 +
| noonish || Lunch
 +
|-
 +
| 5:30 - 5:45 PM || Applications Reviewed by Judges
 +
|-
 +
| 5:45 - 6 PM || Application Winners Announced and Prizes Distributed
 +
|-
 +
| 6 PM || Sprint Closing Remarks
 
|}
 
|}
 
----
 

Latest revision as of 16:08, 18 March 2013

OpenStack Swift API Sprint at PyCon 2013

Hosted by SwiftStack and Red Hat

PyCon 2013, March 18 (first sprint day)

The focus is to promote clients writing against the Swift API

Proposed Sprint Topics

Client Apps

  • Migration tool (import/export between Swift and S3)
  • Metadata explorer
    • given a large dataset in Swift, tell me about it
  • Sync a filesystem into Swift
  • Django interface, persistent caching
  • Improve Swift support in OpenStack Horizon
  • Improve the existing swift client (python-swiftclient)
  • Improve swift3
  • Add Swift support to s3cmd ([1])
  • Improve existing user-space tools like swiftly, cloudfuse, etc.
  • build a website that stores data in swift
    • (maybe get NewsBlur to support Swift in addition to S3)
    • maybe something like a very simple form uploader to upload data into swift (drop into a webapp and data is uploaded directly to swift)
  • build a mobile web client for Swift
  • Build a dropbox replacement
  • Break out into 2 sections: developer tools and client apps?
    • a dev tool would aid those in building swift apps
    • a client app is any app that uses the Swift API

Server-side Tools

  • Middleware to transform data coming out of swift
  • an rst parser (serve rst objects as html)
  • a torrent seeder
  • an image resizer or transcoder
  • thumbnail generator on 404
  • text translation middleware
  • really anything that you would like to do while serving (or receiving) data

Draft agenda

Time Agenda Item
9 - 9:30 AM Intro/Welcome
9:30 AM - 5:30 PM Make Swift apps
noonish Lunch
5:30 - 5:45 PM Applications Reviewed by Judges
5:45 - 6 PM Application Winners Announced and Prizes Distributed
6 PM Sprint Closing Remarks