0

Does Roxy have support for deploying templates for use with Marklogic 9's Template Driven Extraction?

Roy Tang
  • 5,643
  • 9
  • 44
  • 74

1 Answers1

3

It is not built-in yet. We have a Support for TDE ticket to track the need for this. Please raise a flag there to push its priority.

You can get there fairly easily with some deploy/app_specific.rb tweaking though. You could either drop such templates in the schemas/ folder, and then run extra code afterwards to apply the correct collection. Or write code that uploads each file, and inserts them with the appropriate tde functions.

HTH!

grtjn
  • 20,254
  • 1
  • 24
  • 35
  • Is there a tutorial you recommend for modifying app_specific.rb for the above modifications? – Roy Tang Nov 08 '17 at 06:20
  • There is a general wiki page about decorating existing commands, and/or creating custom ones that way: https://github.com/marklogic-community/roxy/wiki/Adding-Custom-Build-Steps – grtjn Nov 08 '17 at 14:53
  • Thanks! I'll take a look :D – Roy Tang Nov 09 '17 at 06:32