Asier Marqués

Hablando sobre tecnologías web y otras cosas que me interesan
Archivado como Bases de Datos, Sistemas

MyBS es una solución gratuita (actualmente en alpha) que nos permite acceder en streaming a un campo tipo Blob de una tabla en una base de datos mySQL, como si de un media server se tratase, mediante consultas html tipo:

http://servidor/basededatos/tabla/columna/condicion

Las principales carácteristicas de ésta solución son:

  • A client-side extension to the MySQL client API. The API includes functions to create, read and write BLOBs.
  • A BLOB Streaming storage engine will provide a Server-side API for engines that want to support BLOB streaming.
  • BLOBs will be transported using a specialized stream-based protocol which connects directly to the BLOB streaming back-end.
  • The stream based communication will run parallel to the standard MySQL client/server protocol.
  • Scale-out will be achieved using a stand-alone Streaming Server, which registers itself with the BLOB Streaming engine.

Publicado por Asier Marqués el Jueves, 6 de Septiembre del 2007


Puedes seguir los comentarios de ésta entrada via "RSS 2.0" y dejar un trackback desde tu sitio.

2 Respuestas to “MyBS, descargar en streaming contenido almacenado en campo typo Blob de una base de datos mySQL, mediante consultas http”

Añade un comentario