Booster is a thin XQuery wrapper around MarkLogic Server api methods. It 
aims to provide automation friendly access to MarkLogic admin tasks, using 
http requests and tools like curl.  It's a building block for automated 
provisioning, targeted at system administration and QA automation.


Here's a quick example:
# create a new database
curl --digest -u"admin:pass" \
   "http://server:8001/booster.xqy?\
   action=database-create\
   &database-name=MyNewDatabase\
   &schema-db-name=Schemas&security-db-name=Security


You can learn more here:
http://code.google.com/p/booster-xqy/


Community feedback, feature requests, and participation are welcome.  I'd 
be especially appreciative of code reviews and advice on more idiomatic 
xquery.

thanks,
cody
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to