Hi Team,
Through DataDeployment can we publish structured content to MarkLogic(TeamSite Datadeployment ) DB?
And also can we write unstructured content to MarkLogic db through opeDeploy?
Please let me know any ideas.
DataDeploy deploys content to DBs
OpenDeploy deploys files to file systems, it can use DNR scripts or Delivery Adapters to effectively transfer content data to DB's, but basically it is a file transfer as opposed to data transfer system.
That being said - if your target DB is not in the list of supported DBs (check the product manuals and release notes) - you may be able to deploy there anyway if you can trick DD into thinking that it is one of the supported DBs - or you can use the OD DNR-or-Delivery Adapter concept to write your own data loader - or you can skip OD/DD altogether an write your own data loader that runs directly from TeamSite (via workflow or custom menu item, etc.)