Hey Cody,

This looks useful, perhaps overlapping to some degree with the Don's 
Pomegranate<https://github.com/dranderson/Pomegranate/wiki/> project.  Did you 
look
at that one at all?

-Eric


On Jan 25, 2011, at 11:29 AM, <[email protected]<mailto:[email protected]>> 
<[email protected]<mailto:[email protected]>> wrote:


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

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

Reply via email to