Download
BLOB Streaming engine for MySQL
The BLOB Streaming engine for MySQL (MyBS), allows you to upload and download BLOB data to and from a MySQL database using HTTP. For this purpose, the MyBS engine includes a lightweight HTTP server. For more details and examples, please read the documentation.
The BLOB Streaming engine must be used together with a "streaming enabled" MySQL storage engine, such as PBXT 1.0.03 (see below).
| MyBS engine Source distribution Compiles with MySQL 5.1.24 or earlier and MySQL 6.0.4 or earlier |
0.5.04-alpha | Download |
Streaming enabled PBXT Strorage engine
MyBS provides a server-side "streaming API". When this API is supported by a MySQL storage engine, then the engine is said to be "streaming enabled". This is the streaming enable version of the PBXT pluggable storage engine for MySQL, which must be used in combination with the MyBS engine.
| PBXT storage engine Source distribution Compiles with MySQL 5.1.24 or earlier and MySQL 6.0.4 or earlier |
1.0.03-alpha | Download |
Streaming enabled JDBC Driver for MySQL
This is a streaming enable version of the standard MySQL Connector/J, JDBC Driver. The source code for the driver is provided as part of the MyBS source code distribution.
| MySQL Connector/J - Streaming Enabled | 5.0.7se | Download |