drew
27 Aug 2009, 3:32 AM
It's been a while since we first posted about FireDB, so here is an update on where we are at:
FireDB is a configurable web database. It runs in the browser (of course). It sits on top of MySQL (although you can use MSSQL or other DB platforms too). The server side is written in PHP / Zend Framework, its basically a whole heap of REST web services. The ui is HTML / Javascript / ExtJS v3. We have a document template engine which is powered by Smarty, used to generate rtf / word docs, and datapages (html).
The core modules of FireDB are:
- Schema / Field ... creates database tables and fields
- Query Builder ... creates database queries, results in an Ext Data Grid
- Form Designer ... drag n drop gui used to create forms
- Form / Record engine ... edits database records the forms you designed
- Search engine ... powerful and configurable full-text search engine
- Document Merge ... create templated rtf / word docs, merges database records with document template logic (smarty)
- Code Hooks ... add your own custom logic with code hooks (javascript for client hooks, php for server hooks)
You can use FireDB to quickly knock out simple web applications like: CRM / Contact Manager, Ticketing solution, Calendaring, Quote tools etc etc. Anything that is list / record / form based will probably be a good fit.
Right now FireDB is a hosted service (we use The Rackspace Cloud), however we will be offering a download/self-host option in the future)
For those that are interested, you can get a demonstration account right now. Please Note - FireDB is still VERY VERY alpha, final version is due before the end of this year.
You can request a demo account from: http://www.firedb.com/register.php
Form Designer:
http://firedb.com/extpost_formdesigner.png
Form Run:
http://firedb.com/extpost_formrun.png
FireDB is a configurable web database. It runs in the browser (of course). It sits on top of MySQL (although you can use MSSQL or other DB platforms too). The server side is written in PHP / Zend Framework, its basically a whole heap of REST web services. The ui is HTML / Javascript / ExtJS v3. We have a document template engine which is powered by Smarty, used to generate rtf / word docs, and datapages (html).
The core modules of FireDB are:
- Schema / Field ... creates database tables and fields
- Query Builder ... creates database queries, results in an Ext Data Grid
- Form Designer ... drag n drop gui used to create forms
- Form / Record engine ... edits database records the forms you designed
- Search engine ... powerful and configurable full-text search engine
- Document Merge ... create templated rtf / word docs, merges database records with document template logic (smarty)
- Code Hooks ... add your own custom logic with code hooks (javascript for client hooks, php for server hooks)
You can use FireDB to quickly knock out simple web applications like: CRM / Contact Manager, Ticketing solution, Calendaring, Quote tools etc etc. Anything that is list / record / form based will probably be a good fit.
Right now FireDB is a hosted service (we use The Rackspace Cloud), however we will be offering a download/self-host option in the future)
For those that are interested, you can get a demonstration account right now. Please Note - FireDB is still VERY VERY alpha, final version is due before the end of this year.
You can request a demo account from: http://www.firedb.com/register.php
Form Designer:
http://firedb.com/extpost_formdesigner.png
Form Run:
http://firedb.com/extpost_formrun.png