Download
BLOB Streaming engine for MySQL
The BLOB Streaming engine for MySQL, the PrimeBase Media Streaming engine (PBMS), allows you to upload and download BLOB data to and from a MySQL database using HTTP. For this purpose, the PBMS engine includes a lightweight HTTP server. For more details and examples, please read the documentation.
PBMS can be used with all MySQL storage engines. Engines that are "streaming enabled" automaticaly coordinate the storage of data in longblob columns with blobs stored by the PBMS engine. For non "streaming enabled" engines this is done via a set of UDFs provided by the PBMS engine and/or 'C' API calls along with triggers set on longblob columns. At this time the only streaming enabled engine is PBXT 1.0.05 (see below).
| PBMS engine Source distribution Compiles with MySQL 5.1.24 or earlier and MySQL 6.0.5 or earlier |
0.5.06-alpha | Download |
Streaming enabled PBXT Strorage engine
PBMS 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 may be used in combination with the PBMS engine.
| PBXT storage engine Source distribution Compiles with MySQL 5.1.24 or earlier and MySQL 6.0.5 or earlier |
1.0.05-beta | 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 PBMS source code distribution.
| MySQL Connector/J - Streaming Enabled | 5.0.7se | Download |