Re: [MarkLogic Dev General] XQuery in async multidoc operations

2017-09-27 Thread Shmennen
I just want to extract a bunch of docs from MarkLogic as a result a single 
XQuery. Because the result might is huge ( thoundsand of docs) I thought of 
this asynch way.
Thank 
 
  On Wed, Sep 27, 2017 at 16:35, Dave Cassel wrote: 
  More specifically, do you mean you want to read a bunch of documents from 
some other source and insert them into MarkLogic? Or are you looking to make 
changes to a bunch of documents already in MarkLogic? Do you want to do so 
asynchronously because there will be too many for a single transaction? 
-- Dave Cassel, @dmcassel
Technical Community ManagerMarkLogic Corporation
http://developer.marklogic.com/
From:  on behalf of Shmennen 

Reply-To: "shmen...@yahoo.com" , MarkLogic Developer 
Discussion 
Date: Tuesday, September 26, 2017 at 11:37 PM
To: Justin Makeig , MarkLogic Developer Discussion 

Subject: Re: [MarkLogic Dev General] XQuery in async multidoc operations

Hello,
   I want to trigger bulk read/ write operations to MarkLogic into an asynch 
fashion using XQuery. 
   I thought using asynch multi doc operations would be a fit but I did not 
find any XQuery examples for them.
RegardsPaul

On Tue, Sep 26, 2017 at 21:49, Justin Makeig 
wrote:Rather than describing your solution, can you tell us about the problem 
you’re trying to solve? Are you trying to do a bulk transformation?

Justin

--
Justin Makeig
Senior Director, Product Management
MarkLogic
jmak...@marklogic.com

> On Sep 26, 2017, at 10:02 AM, Shmennen  wrote:
> 
> Hello All,
> 
>    Is there any option to perform XQueries in asynchronous multidocument 
>operations? Based on dochttps://docs.marklogic.com/guide/java/data-movement I 
>cannot find anything useful.
> 
> Thanks
> Paul JP.
> ___
> General mailing list
> General@developer.marklogic.com
> Manage your subscription at: 
> http://developer.marklogic.com/mailman/listinfo/general





___
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

  
___
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general


Re: [MarkLogic Dev General] XQuery in async multidoc operations

2017-09-27 Thread Dave Cassel
More specifically, do you mean you want to read a bunch of documents from some 
other source and insert them into MarkLogic? Or are you looking to make changes 
to a bunch of documents already in MarkLogic? Do you want to do so 
asynchronously because there will be too many for a single transaction?

--
Dave Cassel, @dmcassel<https://twitter.com/dmcassel>
Technical Community Manager
MarkLogic Corporation<http://www.marklogic.com/>
http://developer.marklogic.com/

From: 
mailto:general-boun...@developer.marklogic.com>>
 on behalf of Shmennen mailto:shmen...@yahoo.com>>
Reply-To: "shmen...@yahoo.com<mailto:shmen...@yahoo.com>" 
mailto:shmen...@yahoo.com>>, MarkLogic Developer Discussion 
mailto:general@developer.marklogic.com>>
Date: Tuesday, September 26, 2017 at 11:37 PM
To: Justin Makeig 
mailto:justin.mak...@marklogic.com>>, MarkLogic 
Developer Discussion 
mailto:general@developer.marklogic.com>>
Subject: Re: [MarkLogic Dev General] XQuery in async multidoc operations

Hello,

   I want to trigger bulk read/ write operations to MarkLogic into an asynch 
fashion using XQuery.

   I thought using asynch multi doc operations would be a fit but I did not 
find any XQuery examples for them.

Regards
Paul

On Tue, Sep 26, 2017 at 21:49, Justin Makeig
mailto:justin.mak...@marklogic.com>> wrote:
Rather than describing your solution, can you tell us about the problem you’re 
trying to solve? Are you trying to do a bulk transformation?

Justin

--
Justin Makeig
Senior Director, Product Management
MarkLogic
jmak...@marklogic.com<mailto:jmak...@marklogic.com>

> On Sep 26, 2017, at 10:02 AM, Shmennen 
> mailto:shmen...@yahoo.com>> wrote:
>
> Hello All,
>
>Is there any option to perform XQueries in asynchronous multidocument 
> operations? Based on doc https://docs.marklogic.com/guide/java/data-movement 
> I cannot find anything useful.
>
> Thanks
> Paul JP.

> ___
> General mailing list
> General@developer.marklogic.com<mailto:General@developer.marklogic.com>
> Manage your subscription at:
> http://developer.marklogic.com/mailman/listinfo/general





___
General mailing list
General@developer.marklogic.com<mailto:General@developer.marklogic.com>
Manage your subscription at:
http://developer.marklogic.com/mailman/listinfo/general

___
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general


Re: [MarkLogic Dev General] XQuery in async multidoc operations

2017-09-26 Thread Shmennen
Hello,
   I want to trigger bulk read/ write operations to MarkLogic into an asynch 
fashion using XQuery. 
   I thought using asynch multi doc operations would be a fit but I did not 
find any XQuery examples for them.
RegardsPaul 
 
  On Tue, Sep 26, 2017 at 21:49, Justin Makeig 
wrote:   Rather than describing your solution, can you tell us about the 
problem you’re trying to solve? Are you trying to do a bulk transformation?

Justin

--
Justin Makeig
Senior Director, Product Management
MarkLogic
jmak...@marklogic.com

> On Sep 26, 2017, at 10:02 AM, Shmennen  wrote:
> 
> Hello All,
> 
>    Is there any option to perform XQueries in asynchronous multidocument 
>operations? Based on doc https://docs.marklogic.com/guide/java/data-movement  
>I cannot find anything useful.
> 
> Thanks
> Paul JP.
> ___
> General mailing list
> General@developer.marklogic.com
> Manage your subscription at: 
> http://developer.marklogic.com/mailman/listinfo/general





___
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general
  
___
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general


Re: [MarkLogic Dev General] XQuery in async multidoc operations

2017-09-26 Thread Justin Makeig
Rather than describing your solution, can you tell us about the problem you’re 
trying to solve? Are you trying to do a bulk transformation?

Justin

--
Justin Makeig
Senior Director, Product Management
MarkLogic
jmak...@marklogic.com

> On Sep 26, 2017, at 10:02 AM, Shmennen  wrote:
> 
> Hello All,
> 
>Is there any option to perform XQueries in asynchronous multidocument 
> operations? Based on doc https://docs.marklogic.com/guide/java/data-movement  
> I cannot find anything useful.
> 
> Thanks
> Paul JP.
> ___
> General mailing list
> General@developer.marklogic.com
> Manage your subscription at: 
> http://developer.marklogic.com/mailman/listinfo/general





___
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general


[MarkLogic Dev General] XQuery in async multidoc operations

2017-09-26 Thread Shmennen
Hello All,
   Is there any option to perform XQueries in asynchronous multidocument 
operations? Based on doc https://docs.marklogic.com/guide/java/data-movement  I 
cannot find anything useful.
ThanksPaul JP.___
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general