Hi,
what i am currently doing is, i am developing a simple extension to add
(limited) support for fastbit in PHP.
I have just made it publically available here. There hasn't been much testing
so far. It REALLY is experimental ;)
Furthermore it doesn't support much as of now.
You can create a partition using the fastbit_partition object and then conduct
selects on it using $obj->select().
However there is also some MySQL integration: You can create a fastbit
partition from a MySQL select:
$x=fastbit::load("/tmp/test","localhost",3306,"root","","testdb","SELECT 1,2
FROM DUAL");
This will automatically create a fastbit partition using the data provided by
MySQL (which is the usecase i am working on ;) ).
You can find it here:
http://www.bitbucket.org/mop/fastbit4php/
Please note that it is only compatible with the latest SCM versions of fastbit.
Kind regards,
Andreas Streichardt
_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users