Hi. I've used this tool various times in the last few years and it does what it says it does.
*As for MarkLogic Version Agnostic:* The MarkLogic specific code is quite simple and straight forward. Beyond standard xQuery functions, the actual MarkLogic code really has only one MarkLogic specific call: xdmp:post - which I would suggest is not changing much in any version that would make this stop working. *The 'bigger' logic is in the java code:* You are running a servlet on one side and connecting to a database on the other side. In general, if you are happy enough with how that performs/scales based on how you are running the servlet code, then it probably does the job well enough. Just remember - you now have an external server (the java code) talking to an external database. There are now more parts to tune and ensure are always available. This is a neutral statement - just making it clear that there is a bit more to manage. Kind Regards, David Ennis David Ennis *Content Engineer* [image: HintTech] <http://www.hinttech.com/> Mastering the value of content creative | technology | content Delftechpark 37i 2628 XJ Delft The Netherlands T: +31 88 268 25 00 M: +31 63 091 72 80 [image: http://www.hinttech.com] <http://www.hinttech.com> <https://twitter.com/HintTech> <http://www.facebook.com/HintTech> <http://www.linkedin.com/company/HintTech> On 1 December 2014 at 21:28, Joel Wilson Gunasekaran < [email protected]> wrote: > Hi All, > > We are currently working on a project, where we have to read and write > data to SQL server from MarkLogic. I came across the tool MLSAM which > solves the purpose. > > Since(as per github commits) the tool was last updated more than a year > ago, I have a few questions. > > 1. Is it up-to-date or isn’t maintained/updated anymore? > 2. Is it MarkLogic version agnostic? > > If you have used this tool, can you please share your experience. > > Also let me know if you’re aware of any other alternatives to read/update > data to a SQL server from MarkLogic. > > Thanks > Joel Wilson G > > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general > >
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
