Skip to content
forresto edited this page Aug 7, 2012 · 6 revisions

Goals for Meemoo community site

  • git- or etherpad(meteor)-based versioning
  • collaborative editing: working on the same graph from different devices and locations
  • inter-graph communication: sending data to different graphs on different devices (a camera on a phone to a visual on a projector)
  • live editing of code for immediate feedback
  • online html/js/css editing and saving modules to community

easy to set up your own server to do all of the above locally, or in an art installation, or a private or public community

  • Non-expert OS X app. Is there a framework for this kind of thing?

Storage

Internet Archive has an S3-like API, and they are working on CORS headers... could be a pretty cool option for persistant storage (with appfog, for example): http://blog.programmableweb.com/2010/05/10/internet-archive-releases-amazon-s3-like-api/

  • We could save a few kinds of media in one bucket (item), including image and video files, an app.json, even html modules if needed.
  • They make derivates of videos in multiple formats, and thumbnails of images.
  • Will have to do research if this would be within their TOS, and how to deal with boring copyright stuff.
Clone this wiki locally