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.

