Bigtop is a language for describing web applications with pluggable backends for generating them. It is initially targeted at the Gantry web framework, from the same shop where it was born.
The newest version (0.17) has been released to CPAN. There are several notable features of recent versions, see below. The Changes file has the full list. You need the latest version of Gantry (3.40) to use Bigtop 0.17 most effectively.
With Bigtop 0.17 you can have a running multiple table app, with its foreign key and many-to-many relationships in a few seconds. In a couple more minutes you can change the default column names (and their labels), add extra columns, and do the other things needed to complete a database frontend. For example, the long demo movie (see http://www.usegantry.org/movies) builds a complete two table app and gives a tour of the generated code in under 6 minutes.
Even with the new ease of use, Bigtop is still a language and you can still hack on its input source at will with your favorite text editor or our favorite language. The new command line flags and tentmaker features just reduce the amount of hacking required.
As always you can safely regenerate your Bigtop built applications throughout their lifetimes, since Bigtop maintains strict separations between the code it generates and the code you write.
Notable Features of recent releases (0.14 - 0.17):
table3 will have a foreign key to table2bigtop --new AppName 'table1 table2<-table3'
bigtop --add file.bigtop 'table1->new_table'
bigtop --new Store 'item<->color'
./app.server -n db_name -u db_user -p db_pass -d mysql
Phil
|
|---|